From c1ea14975ee080f8b93a15bffed5d0a97d5cfd65 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Sat, 24 Jan 2026 23:05:06 -0700 Subject: [PATCH] feat(skills): add nukepedia-tools skill Search Nukepedia's 2300+ free Nuke tools catalog. Includes: - scrape.py: build catalog from nukepedia.com (rate-limited) - search.py: query by name, category, rating, author - Pre-scraped catalog with 2341 tools Categories: gizmos, python, plugins, toolsets, blink, hiero, etc. Support Nukepedia: https://nukepedia.com/donate --- README.md | 8 +- skills/nukepedia-tools/SKILL.md | 102 + .../data/nukepedia-catalog.json | 49175 ++++++++++++++++ skills/nukepedia-tools/scripts/scrape.py | 353 + skills/nukepedia-tools/scripts/search.py | 171 + 5 files changed, 49807 insertions(+), 2 deletions(-) create mode 100644 skills/nukepedia-tools/SKILL.md create mode 100644 skills/nukepedia-tools/data/nukepedia-catalog.json create mode 100644 skills/nukepedia-tools/scripts/scrape.py create mode 100644 skills/nukepedia-tools/scripts/search.py diff --git a/README.md b/README.md index 2c47571..d6a66e2 100644 --- a/README.md +++ b/README.md @@ -131,9 +131,13 @@ For more information, check out: --- Full Skill Registry -=== +=== -{skills will be listed here} +| Skill | Description | +|-------|-------------| +| **[aces-vfx](skills/aces-vfx)** | ACES color management for VFX. IDTs, ODTs, OCIO configs, debugging color issues, and working across cameras and deliveries. | +| **[ae-to-nuke](skills/ae-to-nuke)** | Convert After Effects projects to Nuke. Layer translation, expression conversion, and workflow guidance. | +| **[nukepedia-tools](skills/nukepedia-tools)** | Search Nukepedia's 2300+ free Nuke tools. Find gizmos, python scripts, plugins by name, category, or rating. Includes scraper to refresh catalog. | Coming Soon --- diff --git a/skills/nukepedia-tools/SKILL.md b/skills/nukepedia-tools/SKILL.md new file mode 100644 index 0000000..31f8ac8 --- /dev/null +++ b/skills/nukepedia-tools/SKILL.md @@ -0,0 +1,102 @@ +--- +name: nukepedia-tools +description: Search Nukepedia's 2300+ free Nuke tools to find gizmos, python scripts, plugins, and toolsets. Use when artist needs a Nuke gizmo, keyer, tracker, color tool, python script, Blink script, or any compositing utility. Does NOT download - only discovers tools and provides links. Always remind users to support Nukepedia. +--- + +# Nukepedia Tools + +Search the Nukepedia catalog to find free VFX tools for Nuke. + +**Support Nukepedia:** https://nukepedia.com/donate + +This skill discovers tools. It does NOT download anything. Users must visit nukepedia.com directly to download. + + +## Searching the Catalog + +Use `scripts/search.py` to query the catalog: + +```bash +# basic search +python scripts/search.py keyer + +# filter by category +python scripts/search.py edge --category gizmos + +# high-rated tools +python scripts/search.py "" --category python --min-rating 4 + +# by author +python scripts/search.py "" --author "falk" + +# verbose output +python scripts/search.py tracker --verbose + +# json output for parsing +python scripts/search.py blur --json +``` + +Or use jq directly on `data/nukepedia-catalog.json`: + +```bash +# search by name +jq '.tools[] | select(.name | test("keyer"; "i")) | {name, rating, url}' data/nukepedia-catalog.json + +# top by downloads +jq '[.tools[]] | sort_by(-.downloads) | .[0:10] | .[] | {name, downloads, url}' data/nukepedia-catalog.json +``` + + +## Categories + +| category | description | +|----------|-------------| +| gizmos | Node groups - keyers, filters, effects, color (~1286) | +| python | Scripts for UI, pipeline, automation (~657) | +| plugins | Compiled C++ plugins (~116) | +| toolsets | Collections of related gizmos (~127) | +| blink | GPU-accelerated BlinkScript nodes (~79) | +| miscellaneous | Docs, tutorials, templates (~46) | +| hiero | Tools for Hiero/NukeStudio (~38) | +| presets | Node presets (~6) | +| tcl-scripts | Legacy Tcl scripts (~1) | + + +## Response Format + +When recommending tools: + +``` +## Tool Name +**Category:** {category} / {subcategory} +**Rating:** {rating}/5 +**Author:** {author} + +{description} + +**Link:** {url} +``` + +Always end with: +``` +Support Nukepedia: https://nukepedia.com/donate +``` + + +## Updating the Catalog + +Refresh the catalog (rate limited to 1 req/sec): + +```bash +python scripts/scrape.py +``` + +For full details on each tool: +```bash +python scripts/scrape.py --full +``` + +Resume interrupted scrape: +```bash +python scripts/scrape.py --resume +``` diff --git a/skills/nukepedia-tools/data/nukepedia-catalog.json b/skills/nukepedia-tools/data/nukepedia-catalog.json new file mode 100644 index 0000000..082ce7c --- /dev/null +++ b/skills/nukepedia-tools/data/nukepedia-catalog.json @@ -0,0 +1,49175 @@ +{ + "version": "1.0", + "scraped_at": "2026-01-25T05:38:57.050333+00:00", + "tool_count": 2341, + "nukepedia_support": { + "message": "Nukepedia is a free, community-run resource serving VFX artists since 2008. Please support them!", + "donate_url": "https://nukepedia.com/donate", + "prouser_url": "https://nukepedia.com/prouser", + "website": "https://nukepedia.com", + "contribute_url": "https://nukepedia.com/my-uploads/new/" + }, + "tools": [ + { + "id": "d_deepcopybbox", + "name": "D_DeepCopyBBox", + "category": "gizmos", + "subcategory": "deep", + "author": "DeniSFX", + "description": "Contributed\u00a0byDenis Scolan", + "rating": null, + "rating_count": 0, + "downloads": 595, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/d_deepcopybbox/", + "last_updated": "2013-04-22T08:51:38", + "scraped_at": "2026-01-25T05:37:02.291122+00:00" + }, + { + "id": "d_deepfromdistance", + "name": "D_DeepFromDistance", + "category": "gizmos", + "subcategory": "deep", + "author": "DeniSFX", + "description": "Contributed\u00a0byDenis Scolan", + "rating": null, + "rating_count": 0, + "downloads": 567, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/d_deepfromdistance/", + "last_updated": "2013-04-22T09:07:28", + "scraped_at": "2026-01-25T05:37:02.291271+00:00" + }, + { + "id": "d_deepholdoutsmoother", + "name": "D_DeepHoldoutSmoother", + "category": "gizmos", + "subcategory": "deep", + "author": "DeniSFX", + "description": "Contributed\u00a0byDenis Scolan", + "rating": null, + "rating_count": 0, + "downloads": 1804, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/d_deepholdoutsmoother/", + "last_updated": "2013-04-22T08:53:18", + "scraped_at": "2026-01-25T05:37:02.291420+00:00" + }, + { + "id": "deep-merge-by-deeprecolor", + "name": "Deep merge by DeepRecolor", + "category": "gizmos", + "subcategory": "deep", + "author": "shrimo", + "description": "Contributed\u00a0byVictor lavrentev", + "rating": null, + "rating_count": 0, + "downloads": 433, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deep-merge-by-deeprecolor/", + "last_updated": "2021-01-04T11:04:51", + "scraped_at": "2026-01-25T05:37:02.291584+00:00" + }, + { + "id": "deep-sample-recolor-tools", + "name": "Deep Sample Recolor Tools", + "category": "gizmos", + "subcategory": "deep", + "author": "jorritSchulte", + "description": "Contributed\u00a0byJorrit Schulte", + "rating": null, + "rating_count": 0, + "downloads": 33, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deep-sample-recolor-tools/", + "last_updated": "2026-01-15T09:12:07", + "scraped_at": "2026-01-25T05:37:02.291706+00:00" + }, + { + "id": "deepboolean", + "name": "DeepBoolean", + "category": "gizmos", + "subcategory": "deep", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 906, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepboolean/", + "last_updated": "2020-01-10T15:55:16", + "scraped_at": "2026-01-25T05:37:02.291837+00:00" + }, + { + "id": "deepconstant", + "name": "DeepConstant", + "category": "gizmos", + "subcategory": "deep", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 817, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepconstant/", + "last_updated": "2013-04-20T04:30:21", + "scraped_at": "2026-01-25T05:37:02.291955+00:00" + }, + { + "id": "deepcropsoft", + "name": "DeepCropSoft", + "category": "gizmos", + "subcategory": "deep", + "author": "WouterGilsing", + "description": "Contributed\u00a0byWouter Gilsing", + "rating": null, + "rating_count": 0, + "downloads": 1543, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepcropsoft/", + "last_updated": "2018-05-11T10:06:57", + "scraped_at": "2026-01-25T05:37:02.292071+00:00" + }, + { + "id": "deepfilter", + "name": "DeepFilter", + "category": "gizmos", + "subcategory": "deep", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 529, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepfilter/", + "last_updated": "2020-10-29T05:46:49", + "scraped_at": "2026-01-25T05:37:02.292188+00:00" + }, + { + "id": "deepfromposition", + "name": "DeepFromPosition", + "category": "gizmos", + "subcategory": "deep", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 491, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepfromposition/", + "last_updated": "2019-12-22T17:45:09", + "scraped_at": "2026-01-25T05:37:02.292304+00:00" + }, + { + "id": "deepkeymix", + "name": "DeepKeyMix", + "category": "gizmos", + "subcategory": "deep", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 1036, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepkeymix/", + "last_updated": "2013-04-06T07:17:07", + "scraped_at": "2026-01-25T05:37:02.292419+00:00" + }, + { + "id": "deepoffset", + "name": "DeepOffset", + "category": "gizmos", + "subcategory": "deep", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 569, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepoffset/", + "last_updated": "2013-04-10T02:41:42", + "scraped_at": "2026-01-25T05:37:02.292540+00:00" + }, + { + "id": "deepsamplecount", + "name": "DeepSampleCount", + "category": "gizmos", + "subcategory": "deep", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 277, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepsamplecount/", + "last_updated": "2019-09-15T08:20:43", + "scraped_at": "2026-01-25T05:37:02.292655+00:00" + }, + { + "id": "deepser", + "name": "DeepSer", + "category": "gizmos", + "subcategory": "deep", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 340, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepser/", + "last_updated": "2019-09-23T14:07:30", + "scraped_at": "2026-01-25T05:37:02.292773+00:00" + }, + { + "id": "deepslice", + "name": "DeepSlice", + "category": "gizmos", + "subcategory": "deep", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 780, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/deepslice/", + "last_updated": "2013-04-20T04:30:23", + "scraped_at": "2026-01-25T05:37:02.292887+00:00" + }, + { + "id": "m13_deeppositionmask", + "name": "M13_DeepPositionMask", + "category": "gizmos", + "subcategory": "deep", + "author": "vincentlanger", + "description": "Contributed\u00a0byVincent Langer", + "rating": 5.0, + "rating_count": 0, + "downloads": 773, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/m13_deeppositionmask/", + "last_updated": "2018-05-29T20:32:48", + "scraped_at": "2026-01-25T05:37:02.293006+00:00" + }, + { + "id": "z-to-deep", + "name": "Z to Deep", + "category": "gizmos", + "subcategory": "deep", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": 5.0, + "rating_count": 0, + "downloads": 2097, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/deep/z-to-deep/", + "last_updated": "2011-08-22T22:39:55", + "scraped_at": "2026-01-25T05:37:02.293125+00:00" + }, + { + "id": "aebrokenedges", + "name": "aeBrokenEdges", + "category": "gizmos", + "subcategory": "image", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": 3.3333333333333335, + "rating_count": 0, + "downloads": 2167, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/aebrokenedges/", + "last_updated": "2022-04-06T01:17:49", + "scraped_at": "2026-01-25T05:37:04.011857+00:00" + }, + { + "id": "andrewsrotocheck", + "name": "AndrewsRotoCheck", + "category": "gizmos", + "subcategory": "image", + "author": "anman", + "description": "Contributed\u00a0byAndrew Zeller", + "rating": 5.0, + "rating_count": 0, + "downloads": 694, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/andrewsrotocheck/", + "last_updated": "2020-06-19T13:28:09", + "scraped_at": "2026-01-25T05:37:04.012005+00:00" + }, + { + "id": "as_bricks", + "name": "as_Bricks", + "category": "gizmos", + "subcategory": "image", + "author": "andresseedorf", + "description": "Contributed\u00a0byAndres Seedorf", + "rating": null, + "rating_count": 0, + "downloads": 198, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/as_bricks/", + "last_updated": "2023-12-13T07:34:30", + "scraped_at": "2026-01-25T05:37:04.012137+00:00" + }, + { + "id": "as_randomchars", + "name": "as_RandomChars", + "category": "gizmos", + "subcategory": "image", + "author": "andresseedorf", + "description": "Contributed\u00a0byAndres Seedorf", + "rating": null, + "rating_count": 0, + "downloads": 74, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/as_randomchars/", + "last_updated": "2024-02-06T12:59:47", + "scraped_at": "2026-01-25T05:37:04.012262+00:00" + }, + { + "id": "ascii-shader", + "name": "ASCII Shader", + "category": "gizmos", + "subcategory": "image", + "author": "FeedMeCheese", + "description": "Contributed\u00a0byJohn Clayton", + "rating": 5.0, + "rating_count": 0, + "downloads": 274, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/ascii-shader/", + "last_updated": "2023-01-18T11:11:47", + "scraped_at": "2026-01-25T05:37:04.012388+00:00" + }, + { + "id": "bloom", + "name": "Bloom", + "category": "gizmos", + "subcategory": "image", + "author": "raviprajapati", + "description": "Contributed\u00a0byravi prajapati", + "rating": null, + "rating_count": 0, + "downloads": 2972, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/bloom/", + "last_updated": "2020-09-14T18:48:00", + "scraped_at": "2026-01-25T05:37:04.012516+00:00" + }, + { + "id": "c_prisming", + "name": "C_Prisming", + "category": "gizmos", + "subcategory": "image", + "author": "Birdainain", + "description": "Contributed\u00a0byChris Charlton", + "rating": null, + "rating_count": 0, + "downloads": 656, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/c_prisming/", + "last_updated": "2019-08-08T18:26:55", + "scraped_at": "2026-01-25T05:37:04.012641+00:00" + }, + { + "id": "c_rebuild", + "name": "C_Rebuild", + "category": "gizmos", + "subcategory": "image", + "author": "Birdainain", + "description": "Contributed\u00a0byChris Charlton", + "rating": null, + "rating_count": 0, + "downloads": 434, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/c_rebuild/", + "last_updated": "2019-07-19T13:17:25", + "scraped_at": "2026-01-25T05:37:04.012769+00:00" + }, + { + "id": "camerablur", + "name": "CameraBlur", + "category": "gizmos", + "subcategory": "image", + "author": "owljones", + "description": "Contributed\u00a0byJonas Almeida", + "rating": null, + "rating_count": 0, + "downloads": 1645, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/camerablur/", + "last_updated": "2020-09-27T15:16:00", + "scraped_at": "2026-01-25T05:37:04.012895+00:00" + }, + { + "id": "caustics", + "name": "Caustics", + "category": "gizmos", + "subcategory": "image", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 1724, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/caustics/", + "last_updated": "2021-12-08T04:34:07", + "scraped_at": "2026-01-25T05:37:04.013021+00:00" + }, + { + "id": "check-pixel-value", + "name": "Check pixel value", + "category": "gizmos", + "subcategory": "image", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 604, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/check-pixel-value/", + "last_updated": "2019-03-14T09:57:24", + "scraped_at": "2026-01-25T05:37:04.013145+00:00" + }, + { + "id": "chtriplaner", + "name": "chTriPlaner", + "category": "gizmos", + "subcategory": "image", + "author": "chawkes", + "description": "Contributed\u00a0byChris Hawkes", + "rating": null, + "rating_count": 0, + "downloads": 572, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/chtriplaner/", + "last_updated": "2018-06-21T12:00:30", + "scraped_at": "2026-01-25T05:37:04.013269+00:00" + }, + { + "id": "color-picker-id", + "name": "Color Picker ID", + "category": "gizmos", + "subcategory": "image", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 5728, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/color-picker-id/", + "last_updated": "2019-12-17T13:05:41", + "scraped_at": "2026-01-25T05:37:04.013392+00:00" + }, + { + "id": "coloranalyses", + "name": "ColorAnalyses", + "category": "gizmos", + "subcategory": "image", + "author": "Synicade", + "description": "Contributed\u00a0byChristian Herrera", + "rating": null, + "rating_count": 0, + "downloads": 508, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/coloranalyses/", + "last_updated": "2011-08-19T11:41:40", + "scraped_at": "2026-01-25T05:37:04.013515+00:00" + }, + { + "id": "coloranalysis", + "name": "ColorAnalysis", + "category": "gizmos", + "subcategory": "image", + "author": "Synicade", + "description": "Contributed\u00a0byChristian Herrera", + "rating": null, + "rating_count": 0, + "downloads": 1474, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/coloranalysis/", + "last_updated": "2013-04-24T02:49:29", + "scraped_at": "2026-01-25T05:37:04.013638+00:00" + }, + { + "id": "colornoise", + "name": "ColorNoise", + "category": "gizmos", + "subcategory": "image", + "author": "fredrik", + "description": "Contributed\u00a0byFredrik Averpil", + "rating": null, + "rating_count": 0, + "downloads": 554, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/colornoise/", + "last_updated": "2011-05-27T02:26:00", + "scraped_at": "2026-01-25T05:37:04.013767+00:00" + }, + { + "id": "colorsampler", + "name": "ColorSampler", + "category": "gizmos", + "subcategory": "image", + "author": "Fleduc71", + "description": "Contributed\u00a0byFrancois Leduc", + "rating": null, + "rating_count": 0, + "downloads": 814, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/colorsampler/", + "last_updated": "2013-11-25T20:02:51", + "scraped_at": "2026-01-25T05:37:04.013895+00:00" + }, + { + "id": "colorsamplerv1", + "name": "ColorSamplerV1", + "category": "gizmos", + "subcategory": "image", + "author": "hdmoser", + "description": "Contributed\u00a0byHenrique Moser", + "rating": null, + "rating_count": 0, + "downloads": 25, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/colorsamplerv1/", + "last_updated": "2015-12-15T07:16:16", + "scraped_at": "2026-01-25T05:37:04.014018+00:00" + }, + { + "id": "contactsheetcrop", + "name": "ContactSheetCrop", + "category": "gizmos", + "subcategory": "image", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 248, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/contactsheetcrop/", + "last_updated": "2018-03-21T15:58:23", + "scraped_at": "2026-01-25T05:37:04.014140+00:00" + }, + { + "id": "contactsheetmy", + "name": "ContactSheetMy", + "category": "gizmos", + "subcategory": "image", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 419, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/contactsheetmy/", + "last_updated": "2017-10-07T11:35:13", + "scraped_at": "2026-01-25T05:37:04.014261+00:00" + }, + { + "id": "cromatic-abberation_v12", + "name": "cromatic abberation_v1.2", + "category": "gizmos", + "subcategory": "image", + "author": "joojos_art", + "description": "Contributed\u00a0byJohannes Kretschmer", + "rating": null, + "rating_count": 0, + "downloads": 705, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/cromatic-abberation_v12/", + "last_updated": "2021-07-19T15:32:27", + "scraped_at": "2026-01-25T05:37:04.014387+00:00" + }, + { + "id": "csr_laser_generator", + "name": "CSR_Laser_Generator", + "category": "gizmos", + "subcategory": "image", + "author": "C_Sander", + "description": "Contributed\u00a0byCalvin Romeyn", + "rating": null, + "rating_count": 0, + "downloads": 1119, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/csr_laser_generator/", + "last_updated": "2016-04-27T12:25:24", + "scraped_at": "2026-01-25T05:37:04.014511+00:00" + }, + { + "id": "ctg-layerstyles-demo", + "name": "CTG LayerStyles Demo", + "category": "gizmos", + "subcategory": "image", + "author": "creatogether", + "description": "Contributed\u00a0byDan Borufka", + "rating": null, + "rating_count": 0, + "downloads": 730, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/ctg-layerstyles-demo/", + "last_updated": "2013-02-18T05:00:28", + "scraped_at": "2026-01-25T05:37:04.014631+00:00" + }, + { + "id": "deflicker", + "name": "DeFlicker", + "category": "gizmos", + "subcategory": "image", + "author": "owljones", + "description": "Contributed\u00a0byJonas Almeida", + "rating": null, + "rating_count": 0, + "downloads": 3622, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/deflicker/", + "last_updated": "2015-06-29T03:32:48", + "scraped_at": "2026-01-25T05:37:04.014756+00:00" + }, + { + "id": "delightful", + "name": "deLIGHTful", + "category": "gizmos", + "subcategory": "image", + "author": "kharicg", + "description": "Contributed\u00a0byKhari Anthony", + "rating": null, + "rating_count": 0, + "downloads": 674, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/delightful/", + "last_updated": "2015-12-10T11:15:37", + "scraped_at": "2026-01-25T05:37:04.014879+00:00" + }, + { + "id": "despillmadness2", + "name": "DespillMadness2", + "category": "gizmos", + "subcategory": "image", + "author": "Syed_umer_gilani", + "description": "Contributed\u00a0bySyed Umer Gilani", + "rating": 5.0, + "rating_count": 0, + "downloads": 1447, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/despillmadness2/", + "last_updated": "2021-10-27T11:49:24", + "scraped_at": "2026-01-25T05:37:04.015000+00:00" + }, + { + "id": "digital-still-camera-exposure", + "name": "Digital Still Camera Exposure", + "category": "gizmos", + "subcategory": "image", + "author": "KelSolaar", + "description": "Contributed\u00a0byThomas Mansencal", + "rating": null, + "rating_count": 0, + "downloads": 234, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/digital-still-camera-exposure/", + "last_updated": "2020-02-06T21:25:32", + "scraped_at": "2026-01-25T05:37:04.015124+00:00" + }, + { + "id": "directional-displace", + "name": "Directional Displace", + "category": "gizmos", + "subcategory": "image", + "author": "olly", + "description": "Contributed\u00a0byOlly Glenn", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/directional-displace/", + "last_updated": "2024-03-25T22:49:36", + "scraped_at": "2026-01-25T05:37:04.015246+00:00" + }, + { + "id": "dither-1-bit", + "name": "Dither 1-Bit", + "category": "gizmos", + "subcategory": "image", + "author": "FeedMeCheese", + "description": "Contributed\u00a0byJohn Clayton", + "rating": null, + "rating_count": 0, + "downloads": 276, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/dither-1-bit/", + "last_updated": "2023-01-18T23:02:37", + "scraped_at": "2026-01-25T05:37:04.015366+00:00" + }, + { + "id": "dustrigremoval", + "name": "Dust&RigRemoval", + "category": "gizmos", + "subcategory": "image", + "author": "kundanbasnet", + "description": "Contributed\u00a0bykundan basnet", + "rating": null, + "rating_count": 0, + "downloads": 1908, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/dustrigremoval/", + "last_updated": "2012-02-15T04:50:18", + "scraped_at": "2026-01-25T05:37:04.015487+00:00" + }, + { + "id": "edge-restoration-sys", + "name": "Edge Restoration Sys", + "category": "gizmos", + "subcategory": "image", + "author": "Luca_prestini", + "description": "Contributed\u00a0byLuca Prestini", + "rating": null, + "rating_count": 0, + "downloads": 723, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/edge-restoration-sys/", + "last_updated": "2018-12-04T13:02:06", + "scraped_at": "2026-01-25T05:37:04.015610+00:00" + }, + { + "id": "edgemirror", + "name": "EdgeMirror", + "category": "gizmos", + "subcategory": "image", + "author": "BazingaOG", + "description": "Contributed\u00a0byAndriy Koval", + "rating": 5.0, + "rating_count": 0, + "downloads": 800, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/edgemirror/", + "last_updated": "2018-08-14T16:02:19", + "scraped_at": "2026-01-25T05:37:04.015735+00:00" + }, + { + "id": "edgepush", + "name": "Edgepush", + "category": "gizmos", + "subcategory": "image", + "author": "srinathactor", + "description": "Contributed\u00a0bysrinath s", + "rating": 1.0, + "rating_count": 0, + "downloads": 915, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/edgepush/", + "last_updated": "2018-12-24T15:56:55", + "scraped_at": "2026-01-25T05:37:04.015859+00:00" + }, + { + "id": "extrude", + "name": "Extrude", + "category": "gizmos", + "subcategory": "image", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": 5.0, + "rating_count": 0, + "downloads": 1165, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/extrude/", + "last_updated": "2017-05-04T09:49:53", + "scraped_at": "2026-01-25T05:37:04.015981+00:00" + }, + { + "id": "fastcomplexitydistort", + "name": "FastComplexityDistort", + "category": "gizmos", + "subcategory": "image", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 476, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/fastcomplexitydistort/", + "last_updated": "2024-07-10T22:09:14", + "scraped_at": "2026-01-25T05:37:04.016103+00:00" + }, + { + "id": "fb-to-yt-360", + "name": "FB to YT 360", + "category": "gizmos", + "subcategory": "image", + "author": "pbhat99", + "description": "Contributed\u00a0byPrasannakumar T Bhat", + "rating": null, + "rating_count": 0, + "downloads": 115, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/fb-to-yt-360/", + "last_updated": "2016-07-12T10:32:18", + "scraped_at": "2026-01-25T05:37:04.016224+00:00" + }, + { + "id": "ffmpeg_write", + "name": "ffmpeg_write", + "category": "gizmos", + "subcategory": "image", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 1295, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/ffmpeg_write/", + "last_updated": "2023-02-28T15:22:24", + "scraped_at": "2026-01-25T05:37:04.016345+00:00" + }, + { + "id": "firefly_swatter", + "name": "Firefly_Swatter", + "category": "gizmos", + "subcategory": "image", + "author": "emucheese", + "description": "Contributed\u00a0byTom Tatchell", + "rating": null, + "rating_count": 0, + "downloads": 2717, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/firefly_swatter/", + "last_updated": "2016-02-10T02:58:49", + "scraped_at": "2026-01-25T05:37:04.016467+00:00" + }, + { + "id": "fix_inf_nan", + "name": "Fix_Inf_Nan", + "category": "gizmos", + "subcategory": "image", + "author": "londfilmguy", + "description": "Contributed\u00a0byluke gray", + "rating": null, + "rating_count": 0, + "downloads": 824, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/fix_inf_nan/", + "last_updated": "2016-11-10T14:39:42", + "scraped_at": "2026-01-25T05:37:04.016591+00:00" + }, + { + "id": "fj_lowreser", + "name": "fj_lowreser", + "category": "gizmos", + "subcategory": "image", + "author": "finnschi", + "description": "Contributed\u00a0byFInn J\u00e4ger", + "rating": null, + "rating_count": 0, + "downloads": 80, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/fj_lowreser/", + "last_updated": "2024-06-06T02:04:36", + "scraped_at": "2026-01-25T05:37:04.016715+00:00" + }, + { + "id": "flicker-deflicker", + "name": "Flicker (Deflicker)", + "category": "gizmos", + "subcategory": "image", + "author": "aesnakes", + "description": "Contributed\u00a0byRob Bannister", + "rating": null, + "rating_count": 0, + "downloads": 2687, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/flicker-deflicker/", + "last_updated": "2018-02-04T18:02:47", + "scraped_at": "2026-01-25T05:37:04.016843+00:00" + }, + { + "id": "flow", + "name": "Flow", + "category": "gizmos", + "subcategory": "image", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": null, + "rating_count": 0, + "downloads": 1697, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/flow/", + "last_updated": "2017-03-26T10:59:21", + "scraped_at": "2026-01-25T05:37:04.016967+00:00" + }, + { + "id": "framefix_v3", + "name": "FrameFix_v3", + "category": "gizmos", + "subcategory": "image", + "author": "arcadeperfect", + "description": "Contributed\u00a0byAlex Harding", + "rating": 3.0, + "rating_count": 0, + "downloads": 1871, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/framefix_v3/", + "last_updated": "2014-02-06T02:24:18", + "scraped_at": "2026-01-25T05:37:04.017089+00:00" + }, + { + "id": "fxt_compqc", + "name": "fxT_compQC", + "category": "gizmos", + "subcategory": "image", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 750, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/fxt_compqc/", + "last_updated": "2023-09-21T16:26:09", + "scraped_at": "2026-01-25T05:37:04.017214+00:00" + }, + { + "id": "glint_hit-1", + "name": "Glint_hit", + "category": "gizmos", + "subcategory": "image", + "author": "luanhtuan", + "description": "Contributed\u00a0byanhtuan lu", + "rating": null, + "rating_count": 0, + "downloads": 28, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/glint_hit-1/", + "last_updated": "2015-11-04T10:17:13", + "scraped_at": "2026-01-25T05:37:04.017337+00:00" + }, + { + "id": "glint_hit", + "name": "Glint_hit", + "category": "gizmos", + "subcategory": "image", + "author": "luanhtuan", + "description": "Contributed\u00a0byanhtuan lu", + "rating": null, + "rating_count": 0, + "downloads": 919, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/glint_hit/", + "last_updated": "2015-11-04T10:16:48", + "scraped_at": "2026-01-25T05:37:04.017461+00:00" + }, + { + "id": "gonzotools", + "name": "GonzoTools", + "category": "gizmos", + "subcategory": "image", + "author": "pesopas", + "description": "Contributed\u00a0byDaniel Gonzalez S", + "rating": null, + "rating_count": 0, + "downloads": 1619, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/gonzotools/", + "last_updated": "2013-10-19T09:50:52", + "scraped_at": "2026-01-25T05:37:04.017589+00:00" + }, + { + "id": "h_autoflare", + "name": "H_AutoFlare", + "category": "gizmos", + "subcategory": "image", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 2318, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/h_autoflare/", + "last_updated": "2020-03-23T10:17:10", + "scraped_at": "2026-01-25T05:37:04.017713+00:00" + }, + { + "id": "hdribloomextract", + "name": "HDRIBloomExtract", + "category": "gizmos", + "subcategory": "image", + "author": "pramod2136", + "description": "Contributed\u00a0bypramod g", + "rating": null, + "rating_count": 0, + "downloads": 80, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/hdribloomextract/", + "last_updated": "2024-12-29T12:54:00", + "scraped_at": "2026-01-25T05:37:04.017843+00:00" + }, + { + "id": "hdrisunextract", + "name": "HDRIsunExtract", + "category": "gizmos", + "subcategory": "image", + "author": "pramod2136", + "description": "Contributed\u00a0bypramod g", + "rating": null, + "rating_count": 0, + "downloads": 94, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/hdrisunextract/", + "last_updated": "2024-12-14T13:29:48", + "scraped_at": "2026-01-25T05:37:04.017965+00:00" + }, + { + "id": "j_nodo_rojo_no", + "name": "J_Nodo_RoJo_No", + "category": "gizmos", + "subcategory": "image", + "author": "JonathanVfx", + "description": "Contributed\u00a0byJonathan Lisandro Gutierrez Vleeschower", + "rating": null, + "rating_count": 0, + "downloads": 983, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/j_nodo_rojo_no/", + "last_updated": "2016-02-16T07:16:25", + "scraped_at": "2026-01-25T05:37:04.018089+00:00" + }, + { + "id": "jk_edgespread", + "name": "JK_EdgeSpread", + "category": "gizmos", + "subcategory": "image", + "author": "Kylenium", + "description": "Contributed\u00a0byJonas Kyl\u00e9n", + "rating": null, + "rating_count": 0, + "downloads": 206, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/jk_edgespread/", + "last_updated": "2022-03-01T10:16:05", + "scraped_at": "2026-01-25T05:37:04.018213+00:00" + }, + { + "id": "kf-n-point-gradient", + "name": "KF N-Point Gradient", + "category": "gizmos", + "subcategory": "image", + "author": "kevinfisch3", + "description": "Contributed\u00a0byKevin Fisch", + "rating": null, + "rating_count": 0, + "downloads": 576, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/kf-n-point-gradient/", + "last_updated": "2020-01-16T07:05:13", + "scraped_at": "2026-01-25T05:37:04.018335+00:00" + }, + { + "id": "l_channelsolo", + "name": "L_ChannelSolo", + "category": "gizmos", + "subcategory": "image", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 341, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/l_channelsolo/", + "last_updated": "2011-01-05T10:27:07", + "scraped_at": "2026-01-25T05:37:04.018460+00:00" + }, + { + "id": "l_ramp", + "name": "L_Ramp", + "category": "gizmos", + "subcategory": "image", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 557, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/l_ramp/", + "last_updated": "2011-01-05T10:25:54", + "scraped_at": "2026-01-25T05:37:04.018583+00:00" + }, + { + "id": "labelfromread", + "name": "LabelFromRead", + "category": "gizmos", + "subcategory": "image", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": null, + "rating_count": 0, + "downloads": 410, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/labelfromread/", + "last_updated": "2019-06-18T15:06:37", + "scraped_at": "2026-01-25T05:37:04.018709+00:00" + }, + { + "id": "m_sv2p_v1b1", + "name": "m_SV2P_v1b1", + "category": "gizmos", + "subcategory": "image", + "author": "smarty", + "description": "Contributed\u00a0byMartin Georgiev", + "rating": null, + "rating_count": 0, + "downloads": 124, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/m_sv2p_v1b1/", + "last_updated": "2020-07-16T16:18:02", + "scraped_at": "2026-01-25T05:37:04.018835+00:00" + }, + { + "id": "mixkeyer", + "name": "mixkeyer", + "category": "gizmos", + "subcategory": "image", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": null, + "rating_count": 0, + "downloads": 206, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/mixkeyer/", + "last_updated": "2023-03-20T17:09:47", + "scraped_at": "2026-01-25T05:37:04.018958+00:00" + }, + { + "id": "mm_bloomydefocus", + "name": "MM_BloomyDefocus", + "category": "gizmos", + "subcategory": "image", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 270, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/mm_bloomydefocus/", + "last_updated": "2024-04-07T03:49:34", + "scraped_at": "2026-01-25T05:37:04.019082+00:00" + }, + { + "id": "mm_dechromatic", + "name": "MM_DeChromatic", + "category": "gizmos", + "subcategory": "image", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 461, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/mm_dechromatic/", + "last_updated": "2024-11-05T09:12:49", + "scraped_at": "2026-01-25T05:37:04.019206+00:00" + }, + { + "id": "mm_filler", + "name": "MM_Filler", + "category": "gizmos", + "subcategory": "image", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 462, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/mm_filler/", + "last_updated": "2024-04-07T03:48:56", + "scraped_at": "2026-01-25T05:37:04.019330+00:00" + }, + { + "id": "mm_lightoff", + "name": "MM_LightOff", + "category": "gizmos", + "subcategory": "image", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 449, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/mm_lightoff/", + "last_updated": "2024-04-07T03:47:58", + "scraped_at": "2026-01-25T05:37:04.019454+00:00" + }, + { + "id": "moredots_v1", + "name": "moreDOTs_v1", + "category": "gizmos", + "subcategory": "image", + "author": "otaku", + "description": "Contributed\u00a0byTorsten Neuendorf", + "rating": null, + "rating_count": 0, + "downloads": 542, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/moredots_v1/", + "last_updated": "2010-12-28T10:13:40", + "scraped_at": "2026-01-25T05:37:04.019577+00:00" + }, + { + "id": "moveedges", + "name": "moveEdges", + "category": "gizmos", + "subcategory": "image", + "author": "horkew", + "description": "Contributed\u00a0byD M", + "rating": null, + "rating_count": 0, + "downloads": 115, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/moveedges/", + "last_updated": "2024-03-25T22:49:49", + "scraped_at": "2026-01-25T05:37:04.019700+00:00" + }, + { + "id": "mr_glitchy_hologram", + "name": "MR_Glitchy_Hologram", + "category": "gizmos", + "subcategory": "image", + "author": "mohamed_rabee", + "description": "Contributed\u00a0bymohamed rabee", + "rating": 5.0, + "rating_count": 0, + "downloads": 393, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/mr_glitchy_hologram/", + "last_updated": "2025-07-14T13:14:53", + "scraped_at": "2026-01-25T05:37:04.019829+00:00" + }, + { + "id": "multipass", + "name": "Multipass", + "category": "gizmos", + "subcategory": "image", + "author": "idealvijay007", + "description": "Contributed\u00a0byvijay koravi", + "rating": null, + "rating_count": 0, + "downloads": 612, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/multipass/", + "last_updated": "2016-09-19T11:05:47", + "scraped_at": "2026-01-25T05:37:04.019955+00:00" + }, + { + "id": "n_make", + "name": "N_Make", + "category": "gizmos", + "subcategory": "image", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": null, + "rating_count": 0, + "downloads": 1059, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/n_make/", + "last_updated": "2022-10-27T12:29:17", + "scraped_at": "2026-01-25T05:37:04.020080+00:00" + }, + { + "id": "nfresnelmatte", + "name": "nFresnelMatte", + "category": "gizmos", + "subcategory": "image", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 529, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/nfresnelmatte/", + "last_updated": "2019-11-21T05:20:23", + "scraped_at": "2026-01-25T05:37:04.020204+00:00" + }, + { + "id": "nk_simpleexpoglow", + "name": "NK_SimpleExpoGlow", + "category": "gizmos", + "subcategory": "image", + "author": "Nitinkashyap", + "description": "Contributed\u00a0byNitin Kashyap", + "rating": null, + "rating_count": 0, + "downloads": 8, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/nk_simpleexpoglow/", + "last_updated": "2026-01-21T02:28:42", + "scraped_at": "2026-01-25T05:37:04.020324+00:00" + }, + { + "id": "normalmap", + "name": "normalmap", + "category": "gizmos", + "subcategory": "image", + "author": "arenyart", + "description": "Contributed\u00a0byAndrew Enyart", + "rating": null, + "rating_count": 0, + "downloads": 2308, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/normalmap/", + "last_updated": "2012-06-04T04:21:48", + "scraped_at": "2026-01-25T05:37:04.020448+00:00" + }, + { + "id": "normalmapmasks_v01", + "name": "normalMapMasks_v01", + "category": "gizmos", + "subcategory": "image", + "author": "XabierArrieta", + "description": "Contributed\u00a0byXabier Arrieta", + "rating": null, + "rating_count": 0, + "downloads": 299, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/normalmapmasks_v01/", + "last_updated": "2017-02-28T16:08:04", + "scraped_at": "2026-01-25T05:37:04.020571+00:00" + }, + { + "id": "np_di_tool", + "name": "NP_DI_TOOL", + "category": "gizmos", + "subcategory": "image", + "author": "nitesh2p", + "description": "Contributed\u00a0bynitesh pancholi", + "rating": null, + "rating_count": 0, + "downloads": 153, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/np_di_tool/", + "last_updated": "2024-02-19T08:26:10", + "scraped_at": "2026-01-25T05:37:04.020693+00:00" + }, + { + "id": "nuke-gif-writer", + "name": "Nuke GIF Writer", + "category": "gizmos", + "subcategory": "image", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 1237, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/nuke-gif-writer/", + "last_updated": "2018-02-19T11:06:52", + "scraped_at": "2026-01-25T05:37:04.020825+00:00" + }, + { + "id": "open-in-explore", + "name": "Open in Explore", + "category": "gizmos", + "subcategory": "image", + "author": "Ravichandran", + "description": "Contributed\u00a0byRavi Chandran", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/open-in-explore/", + "last_updated": "2025-10-26T06:10:34", + "scraped_at": "2026-01-25T05:37:04.020950+00:00" + }, + { + "id": "painthelper", + "name": "PaintHelper", + "category": "gizmos", + "subcategory": "image", + "author": "igors", + "description": "Contributed\u00a0byIgor Senkin", + "rating": null, + "rating_count": 0, + "downloads": 235, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/painthelper/", + "last_updated": "2020-08-10T11:34:19", + "scraped_at": "2026-01-25T05:37:04.021075+00:00" + }, + { + "id": "perlin-gain", + "name": "Perlin Gain", + "category": "gizmos", + "subcategory": "image", + "author": "CunninglySlyFox", + "description": "Contributed\u00a0byBryan Dunkley", + "rating": null, + "rating_count": 0, + "downloads": 578, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/perlin-gain/", + "last_updated": "2010-10-20T05:49:15", + "scraped_at": "2026-01-25T05:37:04.021198+00:00" + }, + { + "id": "pickacolor", + "name": "pickAcolor", + "category": "gizmos", + "subcategory": "image", + "author": "chenxiaobao", + "description": "Contributed\u00a0byXIAObao CHAN", + "rating": null, + "rating_count": 0, + "downloads": 250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/pickacolor/", + "last_updated": "2012-09-13T05:04:16", + "scraped_at": "2026-01-25T05:37:04.021320+00:00" + }, + { + "id": "pixel_sweetener", + "name": "Pixel_Sweetener", + "category": "gizmos", + "subcategory": "image", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 1065, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/pixel_sweetener/", + "last_updated": "2018-09-16T17:50:32", + "scraped_at": "2026-01-25T05:37:04.021443+00:00" + }, + { + "id": "prerendermanager", + "name": "prerenderManager", + "category": "gizmos", + "subcategory": "image", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 323, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/prerendermanager/", + "last_updated": "2014-11-23T22:15:37", + "scraped_at": "2026-01-25T05:37:04.021566+00:00" + }, + { + "id": "prowrite", + "name": "proWrite", + "category": "gizmos", + "subcategory": "image", + "author": "subm16", + "description": "Contributed\u00a0byShubham Soni", + "rating": null, + "rating_count": 0, + "downloads": 214, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/prowrite/", + "last_updated": "2024-05-12T22:21:19", + "scraped_at": "2026-01-25T05:37:04.021688+00:00" + }, + { + "id": "pxcleaner", + "name": "pxCleaner", + "category": "gizmos", + "subcategory": "image", + "author": "donaldStrubler", + "description": "Contributed\u00a0byDonald Strubler", + "rating": null, + "rating_count": 0, + "downloads": 569, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/pxcleaner/", + "last_updated": "2010-07-29T03:40:12", + "scraped_at": "2026-01-25T05:37:04.021817+00:00" + }, + { + "id": "rabokeh_kernel", + "name": "raBokeh_kernel", + "category": "gizmos", + "subcategory": "image", + "author": "ronny_comp", + "description": "Contributed\u00a0byRony Ascencio", + "rating": null, + "rating_count": 0, + "downloads": 268, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/rabokeh_kernel/", + "last_updated": "2022-06-24T07:42:33", + "scraped_at": "2026-01-25T05:37:04.021941+00:00" + }, + { + "id": "real_tilt_blur", + "name": "Real_Tilt_blur", + "category": "gizmos", + "subcategory": "image", + "author": "aliehtemami", + "description": "Contributed\u00a0byAli Ehtemami", + "rating": null, + "rating_count": 0, + "downloads": 679, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/real_tilt_blur/", + "last_updated": "2017-12-27T11:02:10", + "scraped_at": "2026-01-25T05:37:04.022063+00:00" + }, + { + "id": "removegrain", + "name": "RemoveGrain", + "category": "gizmos", + "subcategory": "image", + "author": "kundanbasnet", + "description": "Contributed\u00a0bykundan basnet", + "rating": null, + "rating_count": 0, + "downloads": 5024, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/removegrain/", + "last_updated": "2012-01-24T03:56:58", + "scraped_at": "2026-01-25T05:37:04.022187+00:00" + }, + { + "id": "repeater", + "name": "Repeater", + "category": "gizmos", + "subcategory": "image", + "author": "tonko", + "description": "Contributed\u00a0byDavid Tonkin", + "rating": null, + "rating_count": 0, + "downloads": 371, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/repeater/", + "last_updated": "2020-07-16T23:12:40", + "scraped_at": "2026-01-25T05:37:04.022310+00:00" + }, + { + "id": "rgb-roto-checker", + "name": "RGB roto checker", + "category": "gizmos", + "subcategory": "image", + "author": "Finley", + "description": "Contributed\u00a0byFinley McNeilage", + "rating": null, + "rating_count": 0, + "downloads": 290, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/rgb-roto-checker/", + "last_updated": "2015-10-23T12:41:17", + "scraped_at": "2026-01-25T05:37:04.022435+00:00" + }, + { + "id": "rm_aov_contactsheet", + "name": "rm_AOV_Contactsheet", + "category": "gizmos", + "subcategory": "image", + "author": "rovi20", + "description": "Contributed\u00a0byRavi Motwani", + "rating": null, + "rating_count": 0, + "downloads": 80, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/rm_aov_contactsheet/", + "last_updated": "2025-03-29T11:03:45", + "scraped_at": "2026-01-25T05:37:04.022557+00:00" + }, + { + "id": "rm_fade_pro", + "name": "rm_fade_PRO", + "category": "gizmos", + "subcategory": "image", + "author": "Wecelio", + "description": "Contributed\u00a0byRuben Mulas", + "rating": null, + "rating_count": 0, + "downloads": 65, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/rm_fade_pro/", + "last_updated": "2025-01-08T10:31:35", + "scraped_at": "2026-01-25T05:37:04.022681+00:00" + }, + { + "id": "rm_framevisible", + "name": "rm_frameVisible", + "category": "gizmos", + "subcategory": "image", + "author": "Wecelio", + "description": "Contributed\u00a0byRuben Mulas", + "rating": null, + "rating_count": 0, + "downloads": 18, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/rm_framevisible/", + "last_updated": "2024-06-13T21:12:46", + "scraped_at": "2026-01-25T05:37:04.022810+00:00" + }, + { + "id": "rm_timeclip_pro", + "name": "rm_timeClip_PRO", + "category": "gizmos", + "subcategory": "image", + "author": "Wecelio", + "description": "Contributed\u00a0byRuben Mulas", + "rating": null, + "rating_count": 0, + "downloads": 31, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/rm_timeclip_pro/", + "last_updated": "2025-01-08T19:10:01", + "scraped_at": "2026-01-25T05:37:04.022933+00:00" + }, + { + "id": "seamless", + "name": "seamless", + "category": "gizmos", + "subcategory": "image", + "author": "arenyart", + "description": "Contributed\u00a0byAndrew Enyart", + "rating": null, + "rating_count": 0, + "downloads": 1918, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/seamless/", + "last_updated": "2012-06-04T04:21:47", + "scraped_at": "2026-01-25T05:37:04.023057+00:00" + }, + { + "id": "seamlesstiling", + "name": "seamlessTiling", + "category": "gizmos", + "subcategory": "image", + "author": "horkew", + "description": "Contributed\u00a0byD M", + "rating": null, + "rating_count": 0, + "downloads": 351, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/seamlesstiling/", + "last_updated": "2024-03-25T11:16:46", + "scraped_at": "2026-01-25T05:37:04.023180+00:00" + }, + { + "id": "shaperepeat", + "name": "ShapeRepeat", + "category": "gizmos", + "subcategory": "image", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 303, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/shaperepeat/", + "last_updated": "2021-10-29T22:41:47", + "scraped_at": "2026-01-25T05:37:04.023303+00:00" + }, + { + "id": "simple_strokev10", + "name": "Simple_Strokev1.0", + "category": "gizmos", + "subcategory": "image", + "author": "chenxiaobao", + "description": "Contributed\u00a0byXIAObao CHAN", + "rating": null, + "rating_count": 0, + "downloads": 317, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/simple_strokev10/", + "last_updated": "2012-08-31T17:47:43", + "scraped_at": "2026-01-25T05:37:04.023426+00:00" + }, + { + "id": "skywalker_vignet", + "name": "skywalker_vignet", + "category": "gizmos", + "subcategory": "image", + "author": "s0ciete", + "description": "Contributed\u00a0bytom gueret", + "rating": null, + "rating_count": 0, + "downloads": 33, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/skywalker_vignet/", + "last_updated": "2024-02-06T12:59:35", + "scraped_at": "2026-01-25T05:37:04.023549+00:00" + }, + { + "id": "speckiller_v1b1", + "name": "SpecKiller_v1b1", + "category": "gizmos", + "subcategory": "image", + "author": "smarty", + "description": "Contributed\u00a0byMartin Georgiev", + "rating": null, + "rating_count": 0, + "downloads": 437, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/speckiller_v1b1/", + "last_updated": "2020-07-16T22:49:28", + "scraped_at": "2026-01-25T05:37:04.023702+00:00" + }, + { + "id": "st_edgepull", + "name": "st_edgepull", + "category": "gizmos", + "subcategory": "image", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": 5.0, + "rating_count": 0, + "downloads": 338, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/st_edgepull/", + "last_updated": "2022-10-16T17:15:52", + "scraped_at": "2026-01-25T05:37:04.023881+00:00" + }, + { + "id": "superslate", + "name": "SuperSlate", + "category": "gizmos", + "subcategory": "image", + "author": "rachelwyn", + "description": "Contributed\u00a0byRachel Dunn", + "rating": null, + "rating_count": 0, + "downloads": 2051, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/superslate/", + "last_updated": "2012-07-09T02:31:07", + "scraped_at": "2026-01-25T05:37:04.024044+00:00" + }, + { + "id": "syntheyeslensdistortion", + "name": "SynthEyesLensDistortion", + "category": "gizmos", + "subcategory": "image", + "author": "mattrichardson", + "description": "Contributed\u00a0byMatt Richardson", + "rating": null, + "rating_count": 0, + "downloads": 1701, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/syntheyeslensdistortion/", + "last_updated": "2010-12-16T07:41:56", + "scraped_at": "2026-01-25T05:37:04.024172+00:00" + }, + { + "id": "t_heatdistortion", + "name": "T_HeatDistortion", + "category": "gizmos", + "subcategory": "image", + "author": "PetarBG", + "description": "Contributed\u00a0byPetar Tsonev", + "rating": null, + "rating_count": 0, + "downloads": 2147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/t_heatdistortion/", + "last_updated": "2019-04-25T16:46:54", + "scraped_at": "2026-01-25T05:37:04.024299+00:00" + }, + { + "id": "t_liquify", + "name": "T_Liquify", + "category": "gizmos", + "subcategory": "image", + "author": "PetarBG", + "description": "Contributed\u00a0byPetar Tsonev", + "rating": null, + "rating_count": 0, + "downloads": 678, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/t_liquify/", + "last_updated": "2019-04-25T16:49:00", + "scraped_at": "2026-01-25T05:37:04.024425+00:00" + }, + { + "id": "t_lumadistort", + "name": "T_LumaDistort", + "category": "gizmos", + "subcategory": "image", + "author": "PetarBG", + "description": "Contributed\u00a0byPetar Tsonev", + "rating": null, + "rating_count": 0, + "downloads": 796, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/t_lumadistort/", + "last_updated": "2019-04-25T16:46:36", + "scraped_at": "2026-01-25T05:37:04.024550+00:00" + }, + { + "id": "t_naturalglow", + "name": "T_NaturalGlow", + "category": "gizmos", + "subcategory": "image", + "author": "PetarBG", + "description": "Contributed\u00a0byPetar Tsonev", + "rating": null, + "rating_count": 0, + "downloads": 472, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/t_naturalglow/", + "last_updated": "2019-04-25T16:47:37", + "scraped_at": "2026-01-25T05:37:04.024675+00:00" + }, + { + "id": "t_polarposition", + "name": "T_PolarPosition", + "category": "gizmos", + "subcategory": "image", + "author": "PetarBG", + "description": "Contributed\u00a0byPetar Tsonev", + "rating": null, + "rating_count": 0, + "downloads": 829, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/t_polarposition/", + "last_updated": "2019-04-25T16:47:16", + "scraped_at": "2026-01-25T05:37:04.024808+00:00" + }, + { + "id": "tilestitch", + "name": "tileStitch", + "category": "gizmos", + "subcategory": "image", + "author": "emucheese", + "description": "Contributed\u00a0byTom Tatchell", + "rating": null, + "rating_count": 0, + "downloads": 282, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/tilestitch/", + "last_updated": "2016-09-20T14:43:16", + "scraped_at": "2026-01-25T05:37:04.024935+00:00" + }, + { + "id": "timelapseslate", + "name": "timeLapseSlate", + "category": "gizmos", + "subcategory": "image", + "author": "mybikeislost", + "description": "Contributed\u00a0byBrian Willard", + "rating": null, + "rating_count": 0, + "downloads": 307, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/timelapseslate/", + "last_updated": "2010-09-18T05:15:44", + "scraped_at": "2026-01-25T05:37:04.025064+00:00" + }, + { + "id": "ulk_ba", + "name": "ulk_BA", + "category": "gizmos", + "subcategory": "image", + "author": "ulk", + "description": "Contributed\u00a0byugur levent kavcioglu", + "rating": null, + "rating_count": 0, + "downloads": 111, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/ulk_ba/", + "last_updated": "2014-02-27T18:38:36", + "scraped_at": "2026-01-25T05:37:04.025191+00:00" + }, + { + "id": "uvmapgenerator", + "name": "UVMapGenerator", + "category": "gizmos", + "subcategory": "image", + "author": "Minatory", + "description": "Contributed\u00a0byStepan Pazderka", + "rating": null, + "rating_count": 0, + "downloads": 352, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/uvmapgenerator/", + "last_updated": "2018-09-07T03:14:55", + "scraped_at": "2026-01-25T05:37:04.025319+00:00" + }, + { + "id": "v_colorcube", + "name": "V_ColorCube", + "category": "gizmos", + "subcategory": "image", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 314, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/v_colorcube/", + "last_updated": "2012-07-07T03:52:13", + "scraped_at": "2026-01-25T05:37:04.025445+00:00" + }, + { + "id": "v_formatuvgenerator", + "name": "V_FormatUVGenerator", + "category": "gizmos", + "subcategory": "image", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 426, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/v_formatuvgenerator/", + "last_updated": "2012-04-08T04:33:13", + "scraped_at": "2026-01-25T05:37:04.025571+00:00" + }, + { + "id": "v_indexbuilder", + "name": "V_IndexBuilder", + "category": "gizmos", + "subcategory": "image", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 185, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/v_indexbuilder/", + "last_updated": "2010-08-03T14:50:14", + "scraped_at": "2026-01-25T05:37:04.025696+00:00" + }, + { + "id": "v_slate", + "name": "V_Slate", + "category": "gizmos", + "subcategory": "image", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 3472, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/v_slate/", + "last_updated": "2011-08-07T03:37:22", + "scraped_at": "2026-01-25T05:37:04.025828+00:00" + }, + { + "id": "voronoitextureextractor", + "name": "VoronoiTextureExtractor", + "category": "gizmos", + "subcategory": "image", + "author": "emilemassie", + "description": "Contributed\u00a0byEmile Massie-Vanasse", + "rating": 4.5, + "rating_count": 0, + "downloads": 74, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/voronoitextureextractor/", + "last_updated": "2025-08-17T04:13:51", + "scraped_at": "2026-01-25T05:37:04.025954+00:00" + }, + { + "id": "watermark", + "name": "Watermark", + "category": "gizmos", + "subcategory": "image", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 550, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/watermark/", + "last_updated": "2019-03-21T08:35:17", + "scraped_at": "2026-01-25T05:37:04.026079+00:00" + }, + { + "id": "wipe", + "name": "Wipe", + "category": "gizmos", + "subcategory": "image", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 2009, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/wipe/", + "last_updated": "2016-03-02T04:35:46", + "scraped_at": "2026-01-25T05:37:04.026203+00:00" + }, + { + "id": "x_rainbow_effect", + "name": "X_Rainbow_Effect", + "category": "gizmos", + "subcategory": "image", + "author": "xzhang22", + "description": "Contributed\u00a0byXiaoli Zhang", + "rating": null, + "rating_count": 0, + "downloads": 147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/image/x_rainbow_effect/", + "last_updated": "2024-06-10T21:28:17", + "scraped_at": "2026-01-25T05:37:04.026329+00:00" + }, + { + "id": "ae_machinegun", + "name": "AE_Machinegun", + "category": "gizmos", + "subcategory": "particles", + "author": "aliehtemami", + "description": "Contributed\u00a0byAli Ehtemami", + "rating": null, + "rating_count": 0, + "downloads": 971, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/ae_machinegun/", + "last_updated": "2021-11-13T17:14:48", + "scraped_at": "2026-01-25T05:37:05.665682+00:00" + }, + { + "id": "ae_shells", + "name": "AE_Shells", + "category": "gizmos", + "subcategory": "particles", + "author": "aliehtemami", + "description": "Contributed\u00a0byAli Ehtemami", + "rating": null, + "rating_count": 0, + "downloads": 441, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/ae_shells/", + "last_updated": "2021-11-13T17:14:36", + "scraped_at": "2026-01-25T05:37:05.665861+00:00" + }, + { + "id": "cloud_maker_v1", + "name": "Cloud_Maker_v1", + "category": "gizmos", + "subcategory": "particles", + "author": "NeronDeSouza", + "description": "Contributed\u00a0byozgur taparli", + "rating": null, + "rating_count": 0, + "downloads": 4330, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/cloud_maker_v1/", + "last_updated": "2018-01-27T10:27:02", + "scraped_at": "2026-01-25T05:37:05.666020+00:00" + }, + { + "id": "fallingleaves", + "name": "FallingLeaves", + "category": "gizmos", + "subcategory": "particles", + "author": "damianbinder", + "description": "Contributed\u00a0byDamian Binder", + "rating": null, + "rating_count": 0, + "downloads": 3436, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/fallingleaves/", + "last_updated": "2016-04-16T23:16:03", + "scraped_at": "2026-01-25T05:37:05.666147+00:00" + }, + { + "id": "fire-sparks", + "name": "Fire & Sparks", + "category": "gizmos", + "subcategory": "particles", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 4.5, + "rating_count": 0, + "downloads": 1806, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/fire-sparks/", + "last_updated": "2021-10-29T22:34:36", + "scraped_at": "2026-01-25T05:37:05.666272+00:00" + }, + { + "id": "hm_alphatopointcloud", + "name": "HM_AlphaToPointcloud", + "category": "gizmos", + "subcategory": "particles", + "author": "Hosny", + "description": "Contributed\u00a0byHosny Muhammed", + "rating": 5.0, + "rating_count": 0, + "downloads": 88, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/hm_alphatopointcloud/", + "last_updated": "2025-06-19T17:42:44", + "scraped_at": "2026-01-25T05:37:05.666397+00:00" + }, + { + "id": "mg_water", + "name": "MG_water", + "category": "gizmos", + "subcategory": "particles", + "author": "popftw", + "description": "Contributed\u00a0bymohamed gamal vfx", + "rating": 5.0, + "rating_count": 0, + "downloads": 528, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/mg_water/", + "last_updated": "2022-05-06T11:53:35", + "scraped_at": "2026-01-25T05:37:05.666524+00:00" + }, + { + "id": "mr_matrix_effect", + "name": "MR_Matrix_Effect", + "category": "gizmos", + "subcategory": "particles", + "author": "mohamed_rabee", + "description": "Contributed\u00a0bymohamed rabee", + "rating": null, + "rating_count": 0, + "downloads": 136, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/mr_matrix_effect/", + "last_updated": "2025-08-14T11:37:17", + "scraped_at": "2026-01-25T05:37:05.666690+00:00" + }, + { + "id": "p_bird", + "name": "P_Bird", + "category": "gizmos", + "subcategory": "particles", + "author": "yeujian", + "description": "Contributed\u00a0byYeuJian Lim", + "rating": 5.0, + "rating_count": 0, + "downloads": 1875, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/p_bird/", + "last_updated": "2014-04-28T02:51:13", + "scraped_at": "2026-01-25T05:37:05.666846+00:00" + }, + { + "id": "p_blood_hit", + "name": "P_Blood_Hit", + "category": "gizmos", + "subcategory": "particles", + "author": "bobman", + "description": "Contributed\u00a0byAdam Bob Kelway", + "rating": null, + "rating_count": 0, + "downloads": 972, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/p_blood_hit/", + "last_updated": "2019-12-15T09:54:23", + "scraped_at": "2026-01-25T05:37:05.666972+00:00" + }, + { + "id": "particlekiller", + "name": "ParticleKiller", + "category": "gizmos", + "subcategory": "particles", + "author": "WouterGilsing", + "description": "Contributed\u00a0byWouter Gilsing", + "rating": null, + "rating_count": 0, + "downloads": 989, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/particlekiller/", + "last_updated": "2017-11-21T04:06:17", + "scraped_at": "2026-01-25T05:37:05.667096+00:00" + }, + { + "id": "particles-collection-for-nuke", + "name": "Particles Collection for Nuke", + "category": "gizmos", + "subcategory": "particles", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 1111, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/particles-collection-for-nuke/", + "last_updated": "2026-01-10T06:12:37", + "scraped_at": "2026-01-25T05:37:05.667218+00:00" + }, + { + "id": "partsystem", + "name": "partSystem", + "category": "gizmos", + "subcategory": "particles", + "author": "simorlabrasse", + "description": "Contributed\u00a0bySimon Moreau", + "rating": null, + "rating_count": 0, + "downloads": 1771, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/partsystem/", + "last_updated": "2015-12-14T03:52:52", + "scraped_at": "2026-01-25T05:37:05.667340+00:00" + }, + { + "id": "rainmaker", + "name": "RainMaker", + "category": "gizmos", + "subcategory": "particles", + "author": "mattrichardson", + "description": "Contributed\u00a0byMatt Richardson", + "rating": null, + "rating_count": 0, + "downloads": 8389, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/rainmaker/", + "last_updated": "2014-09-01T21:17:36", + "scraped_at": "2026-01-25T05:37:05.667464+00:00" + }, + { + "id": "screen_snow-1", + "name": "screen_snow", + "category": "gizmos", + "subcategory": "particles", + "author": "rahbari", + "description": "Contributed\u00a0byali rahbari", + "rating": null, + "rating_count": 0, + "downloads": 268, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/screen_snow-1/", + "last_updated": "2023-11-16T21:10:28", + "scraped_at": "2026-01-25T05:37:05.667590+00:00" + }, + { + "id": "screen_snow", + "name": "screen_snow", + "category": "gizmos", + "subcategory": "particles", + "author": "rahbari", + "description": "Contributed\u00a0byali rahbari", + "rating": null, + "rating_count": 0, + "downloads": 38, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/screen_snow/", + "last_updated": "2023-11-21T10:31:35", + "scraped_at": "2026-01-25T05:37:05.667714+00:00" + }, + { + "id": "t_embers", + "name": "T_Embers", + "category": "gizmos", + "subcategory": "particles", + "author": "PetarBG", + "description": "Contributed\u00a0byPetar Tsonev", + "rating": null, + "rating_count": 0, + "downloads": 1956, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/particles/t_embers/", + "last_updated": "2019-04-25T16:48:00", + "scraped_at": "2026-01-25T05:37:05.667844+00:00" + }, + { + "id": "3-way-colorgradient", + "name": "3-Way ColorGradient", + "category": "gizmos", + "subcategory": "draw", + "author": "rwt", + "description": "Contributed\u00a0byEdwin Allan", + "rating": null, + "rating_count": 0, + "downloads": 1280, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/3-way-colorgradient/", + "last_updated": "2010-10-15T18:38:27", + "scraped_at": "2026-01-25T05:37:07.411143+00:00" + }, + { + "id": "actionlines", + "name": "ActionLines", + "category": "gizmos", + "subcategory": "draw", + "author": "hrdnsptr", + "description": "Contributed\u00a0byHerdian Saputra", + "rating": null, + "rating_count": 0, + "downloads": 411, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/actionlines/", + "last_updated": "2020-01-14T18:55:23", + "scraped_at": "2026-01-25T05:37:07.411285+00:00" + }, + { + "id": "advancedgrain", + "name": "AdvancedGrain", + "category": "gizmos", + "subcategory": "draw", + "author": "andy.frickinger", + "description": "Contributed\u00a0byAndreas Frickinger", + "rating": null, + "rating_count": 0, + "downloads": 5085, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/advancedgrain/", + "last_updated": "2010-08-27T03:16:38", + "scraped_at": "2026-01-25T05:37:07.411410+00:00" + }, + { + "id": "aedirtcg", + "name": "aeDirtCG", + "category": "gizmos", + "subcategory": "draw", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": 5.0, + "rating_count": 0, + "downloads": 516, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/aedirtcg/", + "last_updated": "2023-11-08T18:03:09", + "scraped_at": "2026-01-25T05:37:07.411536+00:00" + }, + { + "id": "alexagrain", + "name": "AlexaGrain", + "category": "gizmos", + "subcategory": "draw", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": null, + "rating_count": 0, + "downloads": 1303, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/alexagrain/", + "last_updated": "2020-08-01T12:18:18", + "scraped_at": "2026-01-25T05:37:07.411662+00:00" + }, + { + "id": "alpha-waves", + "name": "Alpha Waves", + "category": "gizmos", + "subcategory": "draw", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": null, + "rating_count": 0, + "downloads": 301, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/alpha-waves/", + "last_updated": "2022-01-27T12:32:33", + "scraped_at": "2026-01-25T05:37:07.411793+00:00" + }, + { + "id": "anamorphic-bars", + "name": "Anamorphic Bars", + "category": "gizmos", + "subcategory": "draw", + "author": "Dragoby", + "description": "Contributed\u00a0byJosh Robertson", + "rating": 5.0, + "rating_count": 0, + "downloads": 934, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/anamorphic-bars/", + "last_updated": "2015-04-12T00:01:08", + "scraped_at": "2026-01-25T05:37:07.411917+00:00" + }, + { + "id": "ap_fractal-blur", + "name": "AP_fractal blur", + "category": "gizmos", + "subcategory": "draw", + "author": "alexander055", + "description": "Contributed\u00a0byAndrea Perisano", + "rating": null, + "rating_count": 0, + "downloads": 1468, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/ap_fractal-blur/", + "last_updated": "2019-01-07T13:27:19", + "scraped_at": "2026-01-25T05:37:07.412042+00:00" + }, + { + "id": "bokeh-builder", + "name": "Bokeh Builder", + "category": "gizmos", + "subcategory": "draw", + "author": "shkaa887", + "description": "Contributed\u00a0byKyran Bishop", + "rating": 5.0, + "rating_count": 0, + "downloads": 3068, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/bokeh-builder/", + "last_updated": "2016-02-25T17:25:45", + "scraped_at": "2026-01-25T05:37:07.412165+00:00" + }, + { + "id": "burnin", + "name": "BurnIn", + "category": "gizmos", + "subcategory": "draw", + "author": "mc-pom", + "description": "Contributed\u00a0bymc pom", + "rating": null, + "rating_count": 0, + "downloads": 1551, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/burnin/", + "last_updated": "2012-07-05T03:04:26", + "scraped_at": "2026-01-25T05:37:07.412287+00:00" + }, + { + "id": "caustics", + "name": "Caustics", + "category": "gizmos", + "subcategory": "draw", + "author": "jgbidwell", + "description": "Contributed\u00a0byJason Bidwell", + "rating": 4.0, + "rating_count": 0, + "downloads": 3497, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/caustics/", + "last_updated": "2016-03-30T04:04:53", + "scraped_at": "2026-01-25T05:37:07.412409+00:00" + }, + { + "id": "cbar", + "name": "cbar", + "category": "gizmos", + "subcategory": "draw", + "author": "clay", + "description": "Contributed\u00a0byAndi Novianto", + "rating": null, + "rating_count": 0, + "downloads": 367, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/cbar/", + "last_updated": "2015-10-07T20:18:00", + "scraped_at": "2026-01-25T05:37:07.412530+00:00" + }, + { + "id": "channelgrain", + "name": "ChannelGrain", + "category": "gizmos", + "subcategory": "draw", + "author": "Dan Howard", + "description": "Contributed\u00a0byDan Howard", + "rating": null, + "rating_count": 0, + "downloads": 207, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/channelgrain/", + "last_updated": "2016-03-08T23:12:20", + "scraped_at": "2026-01-25T05:37:07.412651+00:00" + }, + { + "id": "chladnipattern", + "name": "ChladniPattern", + "category": "gizmos", + "subcategory": "draw", + "author": "mephiz", + "description": "Contributed\u00a0byagustin gonzalez", + "rating": null, + "rating_count": 0, + "downloads": 102, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/chladnipattern/", + "last_updated": "2023-03-05T22:34:15", + "scraped_at": "2026-01-25T05:37:07.412777+00:00" + }, + { + "id": "ck_rotoeasy", + "name": "Ck_RotoEasy", + "category": "gizmos", + "subcategory": "draw", + "author": "karthikc", + "description": "Contributed\u00a0bykarthik chandrasekar", + "rating": null, + "rating_count": 0, + "downloads": 628, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/ck_rotoeasy/", + "last_updated": "2018-06-25T08:41:24", + "scraped_at": "2026-01-25T05:37:07.412899+00:00" + }, + { + "id": "cm_perspective_lines", + "name": "cm_perspective_lines", + "category": "gizmos", + "subcategory": "draw", + "author": "cmccrowe", + "description": "Contributed\u00a0byChris McCrowe", + "rating": null, + "rating_count": 0, + "downloads": 313, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/cm_perspective_lines/", + "last_updated": "2020-08-03T11:38:05", + "scraped_at": "2026-01-25T05:37:07.413022+00:00" + }, + { + "id": "colortexturepaint", + "name": "ColorTexturePaint", + "category": "gizmos", + "subcategory": "draw", + "author": "BazingaOG", + "description": "Contributed\u00a0byAndriy Koval", + "rating": null, + "rating_count": 0, + "downloads": 874, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/colortexturepaint/", + "last_updated": "2018-08-17T17:53:06", + "scraped_at": "2026-01-25T05:37:07.413148+00:00" + }, + { + "id": "colour_noise_v01", + "name": "Colour_Noise_v01", + "category": "gizmos", + "subcategory": "draw", + "author": "NeronDeSouza", + "description": "Contributed\u00a0byozgur taparli", + "rating": null, + "rating_count": 0, + "downloads": 164, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/colour_noise_v01/", + "last_updated": "2021-08-31T13:44:33", + "scraped_at": "2026-01-25T05:37:07.413269+00:00" + }, + { + "id": "cpie", + "name": "cpie", + "category": "gizmos", + "subcategory": "draw", + "author": "clay", + "description": "Contributed\u00a0byAndi Novianto", + "rating": null, + "rating_count": 0, + "downloads": 272, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/cpie/", + "last_updated": "2015-10-07T10:28:48", + "scraped_at": "2026-01-25T05:37:07.413391+00:00" + }, + { + "id": "cring", + "name": "cring", + "category": "gizmos", + "subcategory": "draw", + "author": "clay", + "description": "Contributed\u00a0byAndi Novianto", + "rating": 5.0, + "rating_count": 0, + "downloads": 415, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/cring/", + "last_updated": "2015-10-07T10:29:20", + "scraped_at": "2026-01-25T05:37:07.413513+00:00" + }, + { + "id": "curvegrain", + "name": "CurveGrain", + "category": "gizmos", + "subcategory": "draw", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 384, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/curvegrain/", + "last_updated": "2011-01-23T03:50:43", + "scraped_at": "2026-01-25T05:37:07.413634+00:00" + }, + { + "id": "dgrad", + "name": "dGrad", + "category": "gizmos", + "subcategory": "draw", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 1271, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/dgrad/", + "last_updated": "2010-07-09T00:22:52", + "scraped_at": "2026-01-25T05:37:07.413760+00:00" + }, + { + "id": "dguides", + "name": "dGuides", + "category": "gizmos", + "subcategory": "draw", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 966, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/dguides/", + "last_updated": "2010-07-09T00:27:33", + "scraped_at": "2026-01-25T05:37:07.413881+00:00" + }, + { + "id": "digital-counter", + "name": "Digital Counter", + "category": "gizmos", + "subcategory": "draw", + "author": "jgbidwell", + "description": "Contributed\u00a0byJason Bidwell", + "rating": null, + "rating_count": 0, + "downloads": 1250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/digital-counter/", + "last_updated": "2016-03-30T04:03:27", + "scraped_at": "2026-01-25T05:37:07.414002+00:00" + }, + { + "id": "dissipation", + "name": "Dissipation", + "category": "gizmos", + "subcategory": "draw", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 26, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/dissipation/", + "last_updated": "2025-12-20T22:43:55", + "scraped_at": "2026-01-25T05:37:07.414126+00:00" + }, + { + "id": "dtc", + "name": "dTC", + "category": "gizmos", + "subcategory": "draw", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 917, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/dtc/", + "last_updated": "2010-07-09T00:30:57", + "scraped_at": "2026-01-25T05:37:07.414251+00:00" + }, + { + "id": "edge_grain", + "name": "Edge_grain", + "category": "gizmos", + "subcategory": "draw", + "author": "Dragon_lucky", + "description": "Contributed\u00a0byMax Shvengelyov", + "rating": 5.0, + "rating_count": 0, + "downloads": 132, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/edge_grain/", + "last_updated": "2022-03-04T22:08:29", + "scraped_at": "2026-01-25T05:37:07.414372+00:00" + }, + { + "id": "edgeoutlinealpha", + "name": "EdgeOutlineAlpha", + "category": "gizmos", + "subcategory": "draw", + "author": "karthikc", + "description": "Contributed\u00a0bykarthik chandrasekar", + "rating": null, + "rating_count": 0, + "downloads": 182, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/edgeoutlinealpha/", + "last_updated": "2023-04-02T21:29:59", + "scraped_at": "2026-01-25T05:37:07.414494+00:00" + }, + { + "id": "expressmoire", + "name": "ExpressMoire", + "category": "gizmos", + "subcategory": "draw", + "author": "sky2p", + "description": "Contributed\u00a0byLucas L. Coutinho", + "rating": null, + "rating_count": 0, + "downloads": 583, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/expressmoire/", + "last_updated": "2024-02-10T05:30:41", + "scraped_at": "2026-01-25T05:37:07.414617+00:00" + }, + { + "id": "flare_rig", + "name": "Flare_Rig", + "category": "gizmos", + "subcategory": "draw", + "author": "chadb", + "description": "Contributed\u00a0byChad Buehler", + "rating": 4.0, + "rating_count": 0, + "downloads": 2860, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/flare_rig/", + "last_updated": "2018-04-29T13:15:36", + "scraped_at": "2026-01-25T05:37:07.414744+00:00" + }, + { + "id": "flarefactory", + "name": "FlareFactory", + "category": "gizmos", + "subcategory": "draw", + "author": "ZombieDUG", + "description": "Contributed\u00a0byDoug Hogan", + "rating": 4.666666666666667, + "rating_count": 0, + "downloads": 20959, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/flarefactory/", + "last_updated": "2015-01-23T00:06:04", + "scraped_at": "2026-01-25T05:37:07.414867+00:00" + }, + { + "id": "flaresuperstar", + "name": "FlareSuperStar", + "category": "gizmos", + "subcategory": "draw", + "author": "LukasFabian", + "description": "Contributed\u00a0byLukas Fabian", + "rating": null, + "rating_count": 0, + "downloads": 2641, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/flaresuperstar/", + "last_updated": "2021-04-17T21:34:02", + "scraped_at": "2026-01-25T05:37:07.414989+00:00" + }, + { + "id": "fz_backblender", + "name": "FZ_backblender", + "category": "gizmos", + "subcategory": "draw", + "author": "mrtimes", + "description": "Contributed\u00a0byfarhad zamani", + "rating": null, + "rating_count": 0, + "downloads": 57, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/fz_backblender/", + "last_updated": "2025-03-08T23:12:17", + "scraped_at": "2026-01-25T05:37:07.415109+00:00" + }, + { + "id": "g_autoroto", + "name": "G_AutoRoto", + "category": "gizmos", + "subcategory": "draw", + "author": "guillej.rodriguez", + "description": "Contributed\u00a0byGuillermo J Rodriguez", + "rating": 3.0, + "rating_count": 0, + "downloads": 382, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/g_autoroto/", + "last_updated": "2018-11-21T07:32:18", + "scraped_at": "2026-01-25T05:37:07.415231+00:00" + }, + { + "id": "g_ripple_v1", + "name": "G_Ripple_V1", + "category": "gizmos", + "subcategory": "draw", + "author": "kgaurav", + "description": "Contributed\u00a0byGaurav Jaiswal", + "rating": null, + "rating_count": 0, + "downloads": 977, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/g_ripple_v1/", + "last_updated": "2020-06-22T13:00:22", + "scraped_at": "2026-01-25T05:37:07.415352+00:00" + }, + { + "id": "glint-exponential", + "name": "Glint Exponential", + "category": "gizmos", + "subcategory": "draw", + "author": "LukasFabian", + "description": "Contributed\u00a0byLukas Fabian", + "rating": null, + "rating_count": 0, + "downloads": 980, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/glint-exponential/", + "last_updated": "2019-03-26T22:40:50", + "scraped_at": "2026-01-25T05:37:07.415473+00:00" + }, + { + "id": "glt_painttrajectory3d", + "name": "glt_PaintTrajectory3d", + "category": "gizmos", + "subcategory": "draw", + "author": "gltoth", + "description": "Contributed\u00a0byGabor Toth", + "rating": 1.0, + "rating_count": 0, + "downloads": 364, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/glt_painttrajectory3d/", + "last_updated": "2012-04-11T05:44:26", + "scraped_at": "2026-01-25T05:37:07.415595+00:00" + }, + { + "id": "grad_cb", + "name": "Grad_CB", + "category": "gizmos", + "subcategory": "draw", + "author": "chadb", + "description": "Contributed\u00a0byChad Buehler", + "rating": 5.0, + "rating_count": 0, + "downloads": 1149, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/grad_cb/", + "last_updated": "2018-04-29T13:44:21", + "scraped_at": "2026-01-25T05:37:07.415716+00:00" + }, + { + "id": "gradient-editor", + "name": "Gradient Editor", + "category": "gizmos", + "subcategory": "draw", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 2.5, + "rating_count": 0, + "downloads": 3445, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/gradient-editor/", + "last_updated": "2018-06-27T23:41:03", + "scraped_at": "2026-01-25T05:37:07.415841+00:00" + }, + { + "id": "gradmagic", + "name": "GradMagic", + "category": "gizmos", + "subcategory": "draw", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": 5.0, + "rating_count": 0, + "downloads": 1237, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/gradmagic/", + "last_updated": "2021-04-29T06:39:41", + "scraped_at": "2026-01-25T05:37:07.415962+00:00" + }, + { + "id": "grain_cb", + "name": "Grain_CB", + "category": "gizmos", + "subcategory": "draw", + "author": "chadb", + "description": "Contributed\u00a0byChad Buehler", + "rating": 5.0, + "rating_count": 0, + "downloads": 4912, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/grain_cb/", + "last_updated": "2018-04-29T13:46:42", + "scraped_at": "2026-01-25T05:37:07.416083+00:00" + }, + { + "id": "grain3", + "name": "Grain3", + "category": "gizmos", + "subcategory": "draw", + "author": "alexeywhitewood", + "description": "Contributed\u00a0byAlexey Vaitvud", + "rating": null, + "rating_count": 0, + "downloads": 174, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/grain3/", + "last_updated": "2016-10-12T03:28:10", + "scraped_at": "2026-01-25T05:37:07.416204+00:00" + }, + { + "id": "grainmaster", + "name": "GrainMaster", + "category": "gizmos", + "subcategory": "draw", + "author": "hdmoser", + "description": "Contributed\u00a0byHenrique Moser", + "rating": null, + "rating_count": 0, + "downloads": 3131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/grainmaster/", + "last_updated": "2012-03-29T13:56:37", + "scraped_at": "2026-01-25T05:37:07.416325+00:00" + }, + { + "id": "grainsoftedges_r33", + "name": "GrainSoftEdges_R33", + "category": "gizmos", + "subcategory": "draw", + "author": "revolt33", + "description": "Contributed\u00a0byRevolt 33 Studios", + "rating": 5.0, + "rating_count": 0, + "downloads": 250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/grainsoftedges_r33/", + "last_updated": "2017-05-10T12:00:17", + "scraped_at": "2026-01-25T05:37:07.416447+00:00" + }, + { + "id": "guides", + "name": "Guides", + "category": "gizmos", + "subcategory": "draw", + "author": "jasonmbergman", + "description": "Contributed\u00a0byJason Bergman", + "rating": null, + "rating_count": 0, + "downloads": 1043, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/guides/", + "last_updated": "2014-06-13T07:47:40", + "scraped_at": "2026-01-25T05:37:07.416567+00:00" + }, + { + "id": "healingbrush", + "name": "healingBrush", + "category": "gizmos", + "subcategory": "draw", + "author": "countzer", + "description": "Contributed\u00a0byErin Nash", + "rating": null, + "rating_count": 0, + "downloads": 831, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/healingbrush/", + "last_updated": "2014-02-13T04:30:24", + "scraped_at": "2026-01-25T05:37:07.416688+00:00" + }, + { + "id": "image2paint", + "name": "Image2Paint", + "category": "gizmos", + "subcategory": "draw", + "author": "attackid", + "description": "Contributed\u00a0byMichael De Caria", + "rating": null, + "rating_count": 0, + "downloads": 162, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/image2paint/", + "last_updated": "2019-01-16T14:12:38", + "scraped_at": "2026-01-25T05:37:07.416813+00:00" + }, + { + "id": "iris-a-procedural-bokeh-generator", + "name": "Iris - a procedural bokeh generator", + "category": "gizmos", + "subcategory": "draw", + "author": "Olivier_Blanchet", + "description": "Contributed\u00a0byOlivier Blanchet", + "rating": 5.0, + "rating_count": 0, + "downloads": 399, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/iris-a-procedural-bokeh-generator/", + "last_updated": "2025-10-15T01:28:01", + "scraped_at": "2026-01-25T05:37:07.416934+00:00" + }, + { + "id": "jm_almostphysicalsunandsky", + "name": "jm_almostPhysicalSunAndSky", + "category": "gizmos", + "subcategory": "draw", + "author": "johs2", + "description": "Contributed\u00a0byJohannes M\u00f8gelvang", + "rating": null, + "rating_count": 0, + "downloads": 132, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/jm_almostphysicalsunandsky/", + "last_updated": "2024-03-09T00:33:07", + "scraped_at": "2026-01-25T05:37:07.417055+00:00" + }, + { + "id": "jm_gradientanalyzer", + "name": "jm_gradientAnalyzer", + "category": "gizmos", + "subcategory": "draw", + "author": "johs2", + "description": "Contributed\u00a0byJohannes M\u00f8gelvang", + "rating": null, + "rating_count": 0, + "downloads": 67, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/jm_gradientanalyzer/", + "last_updated": "2023-11-29T02:13:20", + "scraped_at": "2026-01-25T05:37:07.417177+00:00" + }, + { + "id": "k_uvmap", + "name": "k_UVmap", + "category": "gizmos", + "subcategory": "draw", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 63, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/k_uvmap/", + "last_updated": "2021-01-20T16:30:50", + "scraped_at": "2026-01-25T05:37:07.417299+00:00" + }, + { + "id": "kacz-pixel-sampler", + "name": "Kacz Pixel Sampler", + "category": "gizmos", + "subcategory": "draw", + "author": "Kacz", + "description": "Contributed\u00a0byDaniel Kaczkowski", + "rating": null, + "rating_count": 0, + "downloads": 95, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/kacz-pixel-sampler/", + "last_updated": "2025-02-07T08:04:22", + "scraped_at": "2026-01-25T05:37:07.417420+00:00" + }, + { + "id": "kf-grain", + "name": "KF Grain", + "category": "gizmos", + "subcategory": "draw", + "author": "kevinfisch3", + "description": "Contributed\u00a0byKevin Fisch", + "rating": null, + "rating_count": 0, + "downloads": 146, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/kf-grain/", + "last_updated": "2020-01-13T15:32:49", + "scraped_at": "2026-01-25T05:37:07.417540+00:00" + }, + { + "id": "kf-light-wrap", + "name": "KF Light Wrap", + "category": "gizmos", + "subcategory": "draw", + "author": "kevinfisch3", + "description": "Contributed\u00a0byKevin Fisch", + "rating": null, + "rating_count": 0, + "downloads": 305, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/kf-light-wrap/", + "last_updated": "2020-01-13T15:33:44", + "scraped_at": "2026-01-25T05:37:07.417661+00:00" + }, + { + "id": "kr_typewriter", + "name": "KR_Typewriter", + "category": "gizmos", + "subcategory": "draw", + "author": "arkey", + "description": "Contributed\u00a0byR K", + "rating": 5.0, + "rating_count": 0, + "downloads": 1741, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/kr_typewriter/", + "last_updated": "2012-01-28T07:21:58", + "scraped_at": "2026-01-25T05:37:07.417786+00:00" + }, + { + "id": "l_aspectmask", + "name": "L_ AspectMask", + "category": "gizmos", + "subcategory": "draw", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 386, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/l_aspectmask/", + "last_updated": "2011-01-05T10:23:58", + "scraped_at": "2026-01-25T05:37:07.417907+00:00" + }, + { + "id": "l_grain", + "name": "L_Grain", + "category": "gizmos", + "subcategory": "draw", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 4296, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/l_grain/", + "last_updated": "2011-02-02T02:41:30", + "scraped_at": "2026-01-25T05:37:07.418028+00:00" + }, + { + "id": "l_spotremover", + "name": "L_SpotRemover", + "category": "gizmos", + "subcategory": "draw", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 878, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/l_spotremover/", + "last_updated": "2011-02-02T02:41:30", + "scraped_at": "2026-01-25T05:37:07.418147+00:00" + }, + { + "id": "lasersight", + "name": "LaserSight", + "category": "gizmos", + "subcategory": "draw", + "author": "bobman", + "description": "Contributed\u00a0byAdam Bob Kelway", + "rating": 5.0, + "rating_count": 0, + "downloads": 690, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/lasersight/", + "last_updated": "2014-04-01T12:55:52", + "scraped_at": "2026-01-25T05:37:07.418268+00:00" + }, + { + "id": "lens-engine", + "name": "Lens Engine", + "category": "gizmos", + "subcategory": "draw", + "author": "shkaa887", + "description": "Contributed\u00a0byKyran Bishop", + "rating": 1.0, + "rating_count": 0, + "downloads": 4943, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/lens-engine/", + "last_updated": "2016-02-28T18:51:50", + "scraped_at": "2026-01-25T05:37:07.418390+00:00" + }, + { + "id": "lensvignette", + "name": "LensVignette", + "category": "gizmos", + "subcategory": "draw", + "author": "AlexWebb", + "description": "Contributed\u00a0byAlex Webb", + "rating": null, + "rating_count": 0, + "downloads": 912, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/lensvignette/", + "last_updated": "2017-11-21T11:21:03", + "scraped_at": "2026-01-25T05:37:07.418511+00:00" + }, + { + "id": "loupe_v4", + "name": "loupe_v4", + "category": "gizmos", + "subcategory": "draw", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 724, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/loupe_v4/", + "last_updated": "2010-12-31T04:14:46", + "scraped_at": "2026-01-25T05:37:07.418633+00:00" + }, + { + "id": "magiccarpet_v1", + "name": "magicCarpet_v1", + "category": "gizmos", + "subcategory": "draw", + "author": "otaku", + "description": "Contributed\u00a0byTorsten Neuendorf", + "rating": null, + "rating_count": 0, + "downloads": 1452, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/magiccarpet_v1/", + "last_updated": "2010-12-28T10:13:41", + "scraped_at": "2026-01-25T05:37:07.418759+00:00" + }, + { + "id": "magicflicker", + "name": "MagicFlicker", + "category": "gizmos", + "subcategory": "draw", + "author": "Gilles", + "description": "Contributed\u00a0byGilles Vink", + "rating": null, + "rating_count": 0, + "downloads": 865, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/magicflicker/", + "last_updated": "2020-10-03T03:58:10", + "scraped_at": "2026-01-25T05:37:07.418880+00:00" + }, + { + "id": "matter", + "name": "Matter", + "category": "gizmos", + "subcategory": "draw", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 373, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/matter/", + "last_updated": "2010-08-13T02:28:52", + "scraped_at": "2026-01-25T05:37:07.419002+00:00" + }, + { + "id": "mcp-line", + "name": "MCP Line", + "category": "gizmos", + "subcategory": "draw", + "author": "smaragden", + "description": "Contributed\u00a0byfredrik br\u00e4nnbacka", + "rating": null, + "rating_count": 0, + "downloads": 485, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/mcp-line/", + "last_updated": "2013-11-21T02:08:26", + "scraped_at": "2026-01-25T05:37:07.419124+00:00" + }, + { + "id": "mecfiller", + "name": "MECfiller", + "category": "gizmos", + "subcategory": "draw", + "author": "Eyki", + "description": "Contributed\u00a0byMatthias Eckhardt", + "rating": null, + "rating_count": 0, + "downloads": 528, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/mecfiller/", + "last_updated": "2019-03-26T09:59:10", + "scraped_at": "2026-01-25T05:37:07.419244+00:00" + }, + { + "id": "moire", + "name": "Moir\u00e9", + "category": "gizmos", + "subcategory": "draw", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 1196, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/moire/", + "last_updated": "2021-05-15T21:45:02", + "scraped_at": "2026-01-25T05:37:07.419364+00:00" + }, + { + "id": "moire-pattern", + "name": "Moire Pattern", + "category": "gizmos", + "subcategory": "draw", + "author": "tdlockard", + "description": "Contributed\u00a0byTyler Lockard", + "rating": null, + "rating_count": 0, + "downloads": 1636, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/moire-pattern/", + "last_updated": "2015-04-28T07:20:58", + "scraped_at": "2026-01-25T05:37:07.419484+00:00" + }, + { + "id": "ms_markerremoval_advanced", + "name": "mS_MarkerRemoval_Advanced", + "category": "gizmos", + "subcategory": "draw", + "author": "Mohamed Selim", + "description": "Contributed\u00a0byMohamed Selim", + "rating": null, + "rating_count": 0, + "downloads": 2297, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/ms_markerremoval_advanced/", + "last_updated": "2015-12-09T19:36:39", + "scraped_at": "2026-01-25T05:37:07.419606+00:00" + }, + { + "id": "ms_restoregrain", + "name": "mS_RestoreGrain", + "category": "gizmos", + "subcategory": "draw", + "author": "Mohamed Selim", + "description": "Contributed\u00a0byMohamed Selim", + "rating": null, + "rating_count": 0, + "downloads": 984, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/ms_restoregrain/", + "last_updated": "2015-12-08T03:07:43", + "scraped_at": "2026-01-25T05:37:07.419727+00:00" + }, + { + "id": "mtpixelfixer", + "name": "mtPixelFixer", + "category": "gizmos", + "subcategory": "draw", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": 5.0, + "rating_count": 0, + "downloads": 1458, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/mtpixelfixer/", + "last_updated": "2021-04-26T05:27:22", + "scraped_at": "2026-01-25T05:37:07.419851+00:00" + }, + { + "id": "multishape2d", + "name": "MultiShape2D", + "category": "gizmos", + "subcategory": "draw", + "author": "Adrien_vfx", + "description": "Contributed\u00a0byAdrien Mazet", + "rating": null, + "rating_count": 0, + "downloads": 116, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/multishape2d/", + "last_updated": "2024-07-26T14:52:22", + "scraped_at": "2026-01-25T05:37:07.419972+00:00" + }, + { + "id": "noiseadvanced", + "name": "NoiseAdvanced", + "category": "gizmos", + "subcategory": "draw", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": null, + "rating_count": 0, + "downloads": 1706, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/noiseadvanced/", + "last_updated": "2019-06-13T14:27:41", + "scraped_at": "2026-01-25T05:37:07.420094+00:00" + }, + { + "id": "ns_ekg", + "name": "NS_EKG", + "category": "gizmos", + "subcategory": "draw", + "author": "natedawg", + "description": "Contributed\u00a0byNathan Strong", + "rating": 5.0, + "rating_count": 0, + "downloads": 339, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/ns_ekg/", + "last_updated": "2015-11-15T07:08:05", + "scraped_at": "2026-01-25T05:37:07.420215+00:00" + }, + { + "id": "nw_lensdrops", + "name": "nw_lensdrops", + "category": "gizmos", + "subcategory": "draw", + "author": "nwolff", + "description": "Contributed\u00a0byNiklas Wolff", + "rating": null, + "rating_count": 0, + "downloads": 151, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/nw_lensdrops/", + "last_updated": "2024-08-02T09:10:49", + "scraped_at": "2026-01-25T05:37:07.420336+00:00" + }, + { + "id": "organicnoise", + "name": "OrganicNoise", + "category": "gizmos", + "subcategory": "draw", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": null, + "rating_count": 0, + "downloads": 501, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/organicnoise/", + "last_updated": "2011-08-08T00:14:32", + "scraped_at": "2026-01-25T05:37:07.420458+00:00" + }, + { + "id": "p_noise3d", + "name": "P_Noise3D", + "category": "gizmos", + "subcategory": "draw", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": 5.0, + "rating_count": 0, + "downloads": 1807, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/p_noise3d/", + "last_updated": "2011-02-11T14:15:44", + "scraped_at": "2026-01-25T05:37:07.420580+00:00" + }, + { + "id": "patch-up", + "name": "Patch-Up", + "category": "gizmos", + "subcategory": "draw", + "author": "matt_l", + "description": "Contributed\u00a0byMatt Leonard", + "rating": null, + "rating_count": 0, + "downloads": 372, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/patch-up/", + "last_updated": "2010-07-14T06:01:25", + "scraped_at": "2026-01-25T05:37:07.420701+00:00" + }, + { + "id": "propainternuke", + "name": "ProPainterNuke", + "category": "gizmos", + "subcategory": "draw", + "author": "pushkarevalexandr", + "description": "Contributed\u00a0byAleksandr Pushkarev", + "rating": null, + "rating_count": 0, + "downloads": 81, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/propainternuke/", + "last_updated": "2025-05-07T03:16:58", + "scraped_at": "2026-01-25T05:37:07.420826+00:00" + }, + { + "id": "radial_rings", + "name": "radial_rings", + "category": "gizmos", + "subcategory": "draw", + "author": "NeronDeSouza", + "description": "Contributed\u00a0byozgur taparli", + "rating": null, + "rating_count": 0, + "downloads": 332, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/radial_rings/", + "last_updated": "2019-08-27T08:54:08", + "scraped_at": "2026-01-25T05:37:07.420947+00:00" + }, + { + "id": "rampcolor", + "name": "RampColor", + "category": "gizmos", + "subcategory": "draw", + "author": "tochi", + "description": "Contributed\u00a0bytakayuki tochizawa", + "rating": null, + "rating_count": 0, + "downloads": 654, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/rampcolor/", + "last_updated": "2015-07-31T07:10:42", + "scraped_at": "2026-01-25T05:37:07.421067+00:00" + }, + { + "id": "renderid-selector", + "name": "RenderID Selector", + "category": "gizmos", + "subcategory": "draw", + "author": "iEatBabies", + "description": "Contributed\u00a0byAlican Sesli", + "rating": null, + "rating_count": 0, + "downloads": 682, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/renderid-selector/", + "last_updated": "2015-05-31T16:31:47", + "scraped_at": "2026-01-25T05:37:07.421188+00:00" + }, + { + "id": "retouch-patch", + "name": "Retouch Patch", + "category": "gizmos", + "subcategory": "draw", + "author": "Minatory", + "description": "Contributed\u00a0byStepan Pazderka", + "rating": null, + "rating_count": 0, + "downloads": 346, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/retouch-patch/", + "last_updated": "2017-01-26T03:55:03", + "scraped_at": "2026-01-25T05:37:07.421311+00:00" + }, + { + "id": "rotocheck", + "name": "RotoCheck", + "category": "gizmos", + "subcategory": "draw", + "author": "Dragoby", + "description": "Contributed\u00a0byJosh Robertson", + "rating": null, + "rating_count": 0, + "downloads": 332, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/rotocheck/", + "last_updated": "2014-10-09T05:57:27", + "scraped_at": "2026-01-25T05:37:07.421432+00:00" + }, + { + "id": "rotochecker", + "name": "RotoChecker", + "category": "gizmos", + "subcategory": "draw", + "author": "ieatvfxforbreakfast", + "description": "Contributed\u00a0byHarrison Ly", + "rating": null, + "rating_count": 0, + "downloads": 512, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/rotochecker/", + "last_updated": "2012-09-30T07:49:55", + "scraped_at": "2026-01-25T05:37:07.421553+00:00" + }, + { + "id": "rotosimplified", + "name": "rotoSimplified", + "category": "gizmos", + "subcategory": "draw", + "author": "dekekincaid", + "description": "Contributed\u00a0byDeke Kincaid", + "rating": null, + "rating_count": 0, + "downloads": 141, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/rotosimplified/", + "last_updated": "2011-05-23T02:58:58", + "scraped_at": "2026-01-25T05:37:07.421674+00:00" + }, + { + "id": "rotout-rotoscoping-outlines", + "name": "RotOut - Rotoscoping Outlines", + "category": "gizmos", + "subcategory": "draw", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": 5.0, + "rating_count": 0, + "downloads": 461, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/rotout-rotoscoping-outlines/", + "last_updated": "2019-04-06T02:57:40", + "scraped_at": "2026-01-25T05:37:07.421799+00:00" + }, + { + "id": "rotoutlines", + "name": "RotOutlines", + "category": "gizmos", + "subcategory": "draw", + "author": "maeljamier", + "description": "Contributed\u00a0byMa\u00ebl Jamier", + "rating": 5.0, + "rating_count": 0, + "downloads": 50, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/rotoutlines/", + "last_updated": "2025-08-14T07:48:55", + "scraped_at": "2026-01-25T05:37:07.421920+00:00" + }, + { + "id": "rp-reformat", + "name": "RP Reformat", + "category": "gizmos", + "subcategory": "draw", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": 5.0, + "rating_count": 0, + "downloads": 1854, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/rp-reformat/", + "last_updated": "2021-03-24T16:34:13", + "scraped_at": "2026-01-25T05:37:07.422042+00:00" + }, + { + "id": "scannedgrain_cb", + "name": "ScannedGrain_CB", + "category": "gizmos", + "subcategory": "draw", + "author": "chadb", + "description": "Contributed\u00a0byChad Buehler", + "rating": 5.0, + "rating_count": 0, + "downloads": 1173, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/scannedgrain_cb/", + "last_updated": "2018-04-29T13:47:00", + "scraped_at": "2026-01-25T05:37:07.422164+00:00" + }, + { + "id": "screenbuddy", + "name": "ScreenBuddy", + "category": "gizmos", + "subcategory": "draw", + "author": "MitchellK", + "description": "Contributed\u00a0byMitchell Kehn", + "rating": 5.0, + "rating_count": 0, + "downloads": 124, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/screenbuddy/", + "last_updated": "2020-06-29T13:03:22", + "scraped_at": "2026-01-25T05:37:07.422287+00:00" + }, + { + "id": "shapearray", + "name": "shapeArray", + "category": "gizmos", + "subcategory": "draw", + "author": "0lando", + "description": "Contributed\u00a0byJohannes Hilburg", + "rating": null, + "rating_count": 0, + "downloads": 636, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/shapearray/", + "last_updated": "2024-01-22T00:00:28", + "scraped_at": "2026-01-25T05:37:07.422410+00:00" + }, + { + "id": "smartrectangle", + "name": "SmartRectangle", + "category": "gizmos", + "subcategory": "draw", + "author": "Synicade", + "description": "Contributed\u00a0byChristian Herrera", + "rating": null, + "rating_count": 0, + "downloads": 188, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/smartrectangle/", + "last_updated": "2012-04-07T05:34:39", + "scraped_at": "2026-01-25T05:37:07.422531+00:00" + }, + { + "id": "snowflake_fx", + "name": "SNOWFLAKE_FX", + "category": "gizmos", + "subcategory": "draw", + "author": "deniel777", + "description": "Contributed\u00a0byDenode Design", + "rating": null, + "rating_count": 0, + "downloads": 332, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/snowflake_fx/", + "last_updated": "2020-07-29T22:23:41", + "scraped_at": "2026-01-25T05:37:07.422654+00:00" + }, + { + "id": "spherical-noise", + "name": "Spherical Noise", + "category": "gizmos", + "subcategory": "draw", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 5.0, + "rating_count": 0, + "downloads": 844, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/spherical-noise/", + "last_updated": "2015-01-09T03:11:32", + "scraped_at": "2026-01-25T05:37:07.422779+00:00" + }, + { + "id": "spot-flare", + "name": "Spot Flare", + "category": "gizmos", + "subcategory": "draw", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 3.0, + "rating_count": 0, + "downloads": 4427, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/spot-flare/", + "last_updated": "2015-01-14T15:16:21", + "scraped_at": "2026-01-25T05:37:07.422901+00:00" + }, + { + "id": "sprut-2d-fluids", + "name": "Sprut - 2d Fluids", + "category": "gizmos", + "subcategory": "draw", + "author": "theo", + "description": "Contributed\u00a0byTheo Groeneboom", + "rating": null, + "rating_count": 0, + "downloads": 3828, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/sprut-2d-fluids/", + "last_updated": "2014-01-29T18:39:42", + "scraped_at": "2026-01-25T05:37:07.423023+00:00" + }, + { + "id": "t_steelwool", + "name": "T_SteelWool", + "category": "gizmos", + "subcategory": "draw", + "author": "PetarBG", + "description": "Contributed\u00a0byPetar Tsonev", + "rating": 4.0, + "rating_count": 0, + "downloads": 581, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/t_steelwool/", + "last_updated": "2019-04-25T16:49:29", + "scraped_at": "2026-01-25T05:37:07.423144+00:00" + }, + { + "id": "tnt_line", + "name": "TNT_Line", + "category": "gizmos", + "subcategory": "draw", + "author": "tinitron", + "description": "Contributed\u00a0byMichael Habenicht", + "rating": null, + "rating_count": 0, + "downloads": 506, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/tnt_line/", + "last_updated": "2010-12-09T05:10:12", + "scraped_at": "2026-01-25T05:37:07.423265+00:00" + }, + { + "id": "tree_gobo_v01", + "name": "Tree_Gobo_v01", + "category": "gizmos", + "subcategory": "draw", + "author": "moisesmoreno444", + "description": "Contributed\u00a0byMoises Moreno", + "rating": null, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/tree_gobo_v01/", + "last_updated": "2023-09-25T18:15:19", + "scraped_at": "2026-01-25T05:37:07.423386+00:00" + }, + { + "id": "turntableoverlay", + "name": "TurntableOverlay", + "category": "gizmos", + "subcategory": "draw", + "author": "fuzzymango", + "description": "Contributed\u00a0byIsaac Spiegel", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/turntableoverlay/", + "last_updated": "2020-09-23T11:47:30", + "scraped_at": "2026-01-25T05:37:07.423507+00:00" + }, + { + "id": "tx_ramp", + "name": "TX_Ramp", + "category": "gizmos", + "subcategory": "draw", + "author": "Tomas", + "description": "Contributed\u00a0byTomas Lefebvre", + "rating": 4.5, + "rating_count": 0, + "downloads": 2143, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/tx_ramp/", + "last_updated": "2012-05-31T05:27:53", + "scraped_at": "2026-01-25T05:37:07.423629+00:00" + }, + { + "id": "uv_paint", + "name": "uv_paint", + "category": "gizmos", + "subcategory": "draw", + "author": "angelo.perrotta", + "description": "Contributed\u00a0byAngelo Perrotta", + "rating": null, + "rating_count": 0, + "downloads": 728, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/uv_paint/", + "last_updated": "2010-10-19T16:55:51", + "scraped_at": "2026-01-25T05:37:07.423755+00:00" + }, + { + "id": "uvmask_bb_v02", + "name": "UVmask_Bb_v02", + "category": "gizmos", + "subcategory": "draw", + "author": "bflat", + "description": "Contributed\u00a0byBastien BRENOT", + "rating": null, + "rating_count": 0, + "downloads": 224, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/uvmask_bb_v02/", + "last_updated": "2015-11-18T02:32:03", + "scraped_at": "2026-01-25T05:37:07.423877+00:00" + }, + { + "id": "vignette", + "name": "vignette", + "category": "gizmos", + "subcategory": "draw", + "author": "t0m0", + "description": "Contributed\u00a0byRiccardo Varetti", + "rating": 4.0, + "rating_count": 0, + "downloads": 4925, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/vignette/", + "last_updated": "2012-05-31T03:34:57", + "scraped_at": "2026-01-25T05:37:07.423998+00:00" + }, + { + "id": "vignette-1", + "name": "Vignette", + "category": "gizmos", + "subcategory": "draw", + "author": "jahamba", + "description": "Contributed\u00a0byDen Gheiko", + "rating": null, + "rating_count": 0, + "downloads": 32, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/vignette-1/", + "last_updated": "2012-08-24T02:48:38", + "scraped_at": "2026-01-25T05:37:07.424119+00:00" + }, + { + "id": "voronoi_naive", + "name": "voronoi_naive", + "category": "gizmos", + "subcategory": "draw", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 160, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/voronoi_naive/", + "last_updated": "2023-01-09T20:21:24", + "scraped_at": "2026-01-25T05:37:07.424242+00:00" + }, + { + "id": "waterlens", + "name": "WaterLens", + "category": "gizmos", + "subcategory": "draw", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 1378, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/waterlens/", + "last_updated": "2019-04-19T17:51:07", + "scraped_at": "2026-01-25T05:37:07.424363+00:00" + }, + { + "id": "x_tesla", + "name": "X_Tesla", + "category": "gizmos", + "subcategory": "draw", + "author": "xavinitram", + "description": "Contributed\u00a0byXavier Mart\u00edn", + "rating": 4.0, + "rating_count": 0, + "downloads": 9618, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/x_tesla/", + "last_updated": "2016-11-08T23:24:39", + "scraped_at": "2026-01-25T05:37:07.424484+00:00" + }, + { + "id": "x-rite-colorchecker-classic-2005-2014-gretagmacbeth", + "name": "X-Rite ColorChecker Classic 2005 - 2014 - GretagMacbeth", + "category": "gizmos", + "subcategory": "draw", + "author": "KelSolaar", + "description": "Contributed\u00a0byThomas Mansencal", + "rating": null, + "rating_count": 0, + "downloads": 2102, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/draw/x-rite-colorchecker-classic-2005-2014-gretagmacbeth/", + "last_updated": "2018-11-25T19:32:34", + "scraped_at": "2026-01-25T05:37:07.424605+00:00" + }, + { + "id": "arvid_framehold", + "name": "Arvid_FrameHold", + "category": "gizmos", + "subcategory": "time", + "author": "hgrock", + "description": "Contributed\u00a0byharsh gupta", + "rating": null, + "rating_count": 0, + "downloads": 265, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/arvid_framehold/", + "last_updated": "2020-05-08T10:45:32", + "scraped_at": "2026-01-25T05:37:09.073086+00:00" + }, + { + "id": "camera-retime", + "name": "Camera Retime", + "category": "gizmos", + "subcategory": "time", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": 5.0, + "rating_count": 0, + "downloads": 91, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/camera-retime/", + "last_updated": "2025-11-26T02:01:44", + "scraped_at": "2026-01-25T05:37:09.073229+00:00" + }, + { + "id": "camera_retime", + "name": "Camera_Retime", + "category": "gizmos", + "subcategory": "time", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 198, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/camera_retime/", + "last_updated": "2025-04-23T13:06:49", + "scraped_at": "2026-01-25T05:37:09.073359+00:00" + }, + { + "id": "clean-offset", + "name": "Clean Offset", + "category": "gizmos", + "subcategory": "time", + "author": "alaporte", + "description": "Contributed\u00a0byAlexandre Laporte", + "rating": null, + "rating_count": 0, + "downloads": 1687, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/clean-offset/", + "last_updated": "2019-05-06T11:32:09", + "scraped_at": "2026-01-25T05:37:09.073486+00:00" + }, + { + "id": "clock-expressions", + "name": "Clock Expressions", + "category": "gizmos", + "subcategory": "time", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 180, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/clock-expressions/", + "last_updated": "2021-11-03T11:53:08", + "scraped_at": "2026-01-25T05:37:09.073614+00:00" + }, + { + "id": "curvecreator", + "name": "CurveCreator", + "category": "gizmos", + "subcategory": "time", + "author": "Gat", + "description": "Contributed\u00a0byGaetan Baldy", + "rating": null, + "rating_count": 0, + "downloads": 679, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/curvecreator/", + "last_updated": "2017-04-05T08:30:45", + "scraped_at": "2026-01-25T05:37:09.073746+00:00" + }, + { + "id": "deflicker-with-velocity-pass", + "name": "Deflicker with Velocity Pass", + "category": "gizmos", + "subcategory": "time", + "author": "jvanhoenacker", + "description": "Contributed\u00a0byJulien Vanhoenacker", + "rating": 5.0, + "rating_count": 0, + "downloads": 3002, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/deflicker-with-velocity-pass/", + "last_updated": "2013-01-19T02:33:46", + "scraped_at": "2026-01-25T05:37:09.073872+00:00" + }, + { + "id": "dualretime", + "name": "DualRetime", + "category": "gizmos", + "subcategory": "time", + "author": "gonz476", + "description": "Contributed\u00a0bygonzalo rojas", + "rating": 5.0, + "rating_count": 0, + "downloads": 45, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/dualretime/", + "last_updated": "2025-08-31T14:52:50", + "scraped_at": "2026-01-25T05:37:09.073998+00:00" + }, + { + "id": "frameblendmerge", + "name": "frameBlendMerge", + "category": "gizmos", + "subcategory": "time", + "author": "kero", + "description": "Contributed\u00a0byRich Frazer", + "rating": null, + "rating_count": 0, + "downloads": 767, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/frameblendmerge/", + "last_updated": "2016-01-25T01:47:04", + "scraped_at": "2026-01-25T05:37:09.074124+00:00" + }, + { + "id": "framebyframe_andorz-separate-hdr-magiclatern", + "name": "frameByframe_AndorZ, Separate HDR-MagicLatern fooate", + "category": "gizmos", + "subcategory": "time", + "author": "andorzahonyi", + "description": "Contributed\u00a0byandor zahonyi", + "rating": null, + "rating_count": 0, + "downloads": 149, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/framebyframe_andorz-separate-hdr-magiclatern/", + "last_updated": "2012-05-22T15:18:53", + "scraped_at": "2026-01-25T05:37:09.074273+00:00" + }, + { + "id": "framefiller", + "name": "FrameFiller", + "category": "gizmos", + "subcategory": "time", + "author": "pablonukenuke", + "description": "Contributed\u00a0bypablo nukepedia", + "rating": 1.0, + "rating_count": 0, + "downloads": 39, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/framefiller/", + "last_updated": "2020-10-18T16:53:15", + "scraped_at": "2026-01-25T05:37:09.074396+00:00" + }, + { + "id": "framefiller-1", + "name": "FrameFiller", + "category": "gizmos", + "subcategory": "time", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": 5.0, + "rating_count": 0, + "downloads": 2350, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/framefiller-1/", + "last_updated": "2021-03-24T16:33:04", + "scraped_at": "2026-01-25T05:37:09.074520+00:00" + }, + { + "id": "framefixer", + "name": "FrameFixer", + "category": "gizmos", + "subcategory": "time", + "author": "trakonia", + "description": "Contributed\u00a0byHuseyin Cay", + "rating": null, + "rating_count": 0, + "downloads": 573, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/framefixer/", + "last_updated": "2018-08-29T09:49:51", + "scraped_at": "2026-01-25T05:37:09.074646+00:00" + }, + { + "id": "framehold-special", + "name": "FrameHold special", + "category": "gizmos", + "subcategory": "time", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 610, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/framehold-special/", + "last_updated": "2021-02-14T23:23:58", + "scraped_at": "2026-01-25T05:37:09.074773+00:00" + }, + { + "id": "fz_loop", + "name": "FZ_loop", + "category": "gizmos", + "subcategory": "time", + "author": "mrtimes", + "description": "Contributed\u00a0byfarhad zamani", + "rating": null, + "rating_count": 0, + "downloads": 109, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/fz_loop/", + "last_updated": "2025-01-13T18:13:59", + "scraped_at": "2026-01-25T05:37:09.074898+00:00" + }, + { + "id": "g_overscan_retime", + "name": "G_Overscan_Retime", + "category": "gizmos", + "subcategory": "time", + "author": "kgaurav", + "description": "Contributed\u00a0byGaurav Jaiswal", + "rating": null, + "rating_count": 0, + "downloads": 168, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/g_overscan_retime/", + "last_updated": "2021-05-31T11:29:01", + "scraped_at": "2026-01-25T05:37:09.075024+00:00" + }, + { + "id": "jm_improvedframerange", + "name": "jm_improvedFrameRange", + "category": "gizmos", + "subcategory": "time", + "author": "johs2", + "description": "Contributed\u00a0byJohannes M\u00f8gelvang", + "rating": null, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/jm_improvedframerange/", + "last_updated": "2023-04-21T14:05:53", + "scraped_at": "2026-01-25T05:37:09.075147+00:00" + }, + { + "id": "looper", + "name": "Looper", + "category": "gizmos", + "subcategory": "time", + "author": "damianbinder", + "description": "Contributed\u00a0byDamian Binder", + "rating": null, + "rating_count": 0, + "downloads": 2613, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/looper/", + "last_updated": "2020-11-08T02:34:28", + "scraped_at": "2026-01-25T05:37:09.075269+00:00" + }, + { + "id": "lp_framemaker", + "name": "LP_Framemaker", + "category": "gizmos", + "subcategory": "time", + "author": "davemcd", + "description": "Contributed\u00a0byDavid McDonnell", + "rating": null, + "rating_count": 0, + "downloads": 180, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/lp_framemaker/", + "last_updated": "2016-05-24T14:07:22", + "scraped_at": "2026-01-25T05:37:09.075417+00:00" + }, + { + "id": "mm_framehold", + "name": "MM_FrameHold", + "category": "gizmos", + "subcategory": "time", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 75, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/mm_framehold/", + "last_updated": "2024-04-07T03:47:02", + "scraped_at": "2026-01-25T05:37:09.075545+00:00" + }, + { + "id": "noizze", + "name": "noizze", + "category": "gizmos", + "subcategory": "time", + "author": "chaganaut", + "description": "Contributed\u00a0byFabian Fischer", + "rating": null, + "rating_count": 0, + "downloads": 309, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/noizze/", + "last_updated": "2013-02-18T05:41:47", + "scraped_at": "2026-01-25T05:37:09.075672+00:00" + }, + { + "id": "nuoffset", + "name": "NUoffset", + "category": "gizmos", + "subcategory": "time", + "author": "onemoreuser", + "description": "Contributed\u00a0byAlexey Kulikov", + "rating": null, + "rating_count": 0, + "downloads": 430, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/nuoffset/", + "last_updated": "2019-09-09T22:47:05", + "scraped_at": "2026-01-25T05:37:09.075803+00:00" + }, + { + "id": "nuspeed", + "name": "NUspeed", + "category": "gizmos", + "subcategory": "time", + "author": "onemoreuser", + "description": "Contributed\u00a0byAlexey Kulikov", + "rating": null, + "rating_count": 0, + "downloads": 473, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/nuspeed/", + "last_updated": "2019-09-09T22:45:20", + "scraped_at": "2026-01-25T05:37:09.075926+00:00" + }, + { + "id": "rife-motion-estimation-and-retimer", + "name": "RIFE Motion Estimation and Retimer", + "category": "gizmos", + "subcategory": "time", + "author": "rperez333", + "description": "Contributed\u00a0byRafael Perez", + "rating": null, + "rating_count": 0, + "downloads": 272, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/rife-motion-estimation-and-retimer/", + "last_updated": "2024-02-06T13:00:01", + "scraped_at": "2026-01-25T05:37:09.076049+00:00" + }, + { + "id": "sg_curvehandler", + "name": "sg_curveHandler", + "category": "gizmos", + "subcategory": "time", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 76, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/sg_curvehandler/", + "last_updated": "2020-11-30T19:00:32", + "scraped_at": "2026-01-25T05:37:09.076171+00:00" + }, + { + "id": "slit-scan", + "name": "Slit Scan", + "category": "gizmos", + "subcategory": "time", + "author": "George.Pinkava", + "description": "Contributed\u00a0byGeorge Pinkava", + "rating": null, + "rating_count": 0, + "downloads": 706, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/slit-scan/", + "last_updated": "2016-06-22T03:54:44", + "scraped_at": "2026-01-25T05:37:09.076292+00:00" + }, + { + "id": "sw_framehold", + "name": "SW_FrameHold", + "category": "gizmos", + "subcategory": "time", + "author": "stephenwong", + "description": "Contributed\u00a0byStephen T.Y. Wong", + "rating": null, + "rating_count": 0, + "downloads": 249, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/sw_framehold/", + "last_updated": "2013-10-21T12:01:43", + "scraped_at": "2026-01-25T05:37:09.076415+00:00" + }, + { + "id": "sw_framerange", + "name": "SW_FrameRange", + "category": "gizmos", + "subcategory": "time", + "author": "stephenwong", + "description": "Contributed\u00a0byStephen T.Y. Wong", + "rating": null, + "rating_count": 0, + "downloads": 146, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/sw_framerange/", + "last_updated": "2013-10-22T03:33:03", + "scraped_at": "2026-01-25T05:37:09.076536+00:00" + }, + { + "id": "timecode-matcher-time-offset-generator", + "name": "Timecode matcher / Time-Offset Generator", + "category": "gizmos", + "subcategory": "time", + "author": "djhouserocks1990", + "description": "Contributed\u00a0byPriyansh Gupa", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/timecode-matcher-time-offset-generator/", + "last_updated": "2025-01-08T19:10:20", + "scraped_at": "2026-01-25T05:37:09.076658+00:00" + }, + { + "id": "timemachine", + "name": "TimeMachine", + "category": "gizmos", + "subcategory": "time", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 1988, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/timemachine/", + "last_updated": "2011-10-09T05:12:19", + "scraped_at": "2026-01-25T05:37:09.076785+00:00" + }, + { + "id": "timemorph", + "name": "TimeMorph", + "category": "gizmos", + "subcategory": "time", + "author": "damianbinder", + "description": "Contributed\u00a0byDamian Binder", + "rating": null, + "rating_count": 0, + "downloads": 577, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/timemorph/", + "last_updated": "2018-05-16T09:56:44", + "scraped_at": "2026-01-25T05:37:09.076906+00:00" + }, + { + "id": "vectorframeblend", + "name": "VectorFrameBlend", + "category": "gizmos", + "subcategory": "time", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": 5.0, + "rating_count": 0, + "downloads": 1626, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/time/vectorframeblend/", + "last_updated": "2024-04-05T22:10:52", + "scraped_at": "2026-01-25T05:37:09.077028+00:00" + }, + { + "id": "a_channelmanager", + "name": "A_ChannelManager", + "category": "gizmos", + "subcategory": "channel", + "author": "alexander055", + "description": "Contributed\u00a0byAndrea Perisano", + "rating": null, + "rating_count": 0, + "downloads": 587, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/a_channelmanager/", + "last_updated": "2016-12-10T18:49:52", + "scraped_at": "2026-01-25T05:37:10.752542+00:00" + }, + { + "id": "a_restoreedgepremult", + "name": "A_RestoreEdgePremult", + "category": "gizmos", + "subcategory": "channel", + "author": "alexander055", + "description": "Contributed\u00a0byAndrea Perisano", + "rating": null, + "rating_count": 0, + "downloads": 2635, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/a_restoreedgepremult/", + "last_updated": "2017-07-14T22:25:27", + "scraped_at": "2026-01-25T05:37:10.752695+00:00" + }, + { + "id": "ae_matte_qc", + "name": "AE_Matte_QC", + "category": "gizmos", + "subcategory": "channel", + "author": "aliehtemami", + "description": "Contributed\u00a0byAli Ehtemami", + "rating": null, + "rating_count": 0, + "downloads": 106, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/ae_matte_qc/", + "last_updated": "2021-11-15T15:16:30", + "scraped_at": "2026-01-25T05:37:10.752835+00:00" + }, + { + "id": "ae_mattecopy", + "name": "AE_MatteCopy", + "category": "gizmos", + "subcategory": "channel", + "author": "aliehtemami", + "description": "Contributed\u00a0byAli Ehtemami", + "rating": null, + "rating_count": 0, + "downloads": 116, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/ae_mattecopy/", + "last_updated": "2021-11-15T15:16:39", + "scraped_at": "2026-01-25T05:37:10.752965+00:00" + }, + { + "id": "aov_krakout", + "name": "aov_krakout", + "category": "gizmos", + "subcategory": "channel", + "author": "darkness", + "description": "Contributed\u00a0byDaniel Harkness", + "rating": null, + "rating_count": 0, + "downloads": 1189, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/aov_krakout/", + "last_updated": "2022-05-29T18:38:42", + "scraped_at": "2026-01-25T05:37:10.753091+00:00" + }, + { + "id": "az-channel-mixer", + "name": "AZ Channel Mixer", + "category": "gizmos", + "subcategory": "channel", + "author": "anman", + "description": "Contributed\u00a0byAndrew Zeller", + "rating": null, + "rating_count": 0, + "downloads": 108, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/az-channel-mixer/", + "last_updated": "2020-09-01T18:02:25", + "scraped_at": "2026-01-25T05:37:10.753217+00:00" + }, + { + "id": "binaryalpha", + "name": "BinaryAlpha", + "category": "gizmos", + "subcategory": "channel", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": null, + "rating_count": 0, + "downloads": 340, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/binaryalpha/", + "last_updated": "2019-07-02T13:09:31", + "scraped_at": "2026-01-25T05:37:10.753343+00:00" + }, + { + "id": "bs_alphagrainedge-v10", + "name": "BS_AlphaGrainEdge v1.0", + "category": "gizmos", + "subcategory": "channel", + "author": "WACOMalt", + "description": "Contributed\u00a0byBen Sumner", + "rating": null, + "rating_count": 0, + "downloads": 830, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/bs_alphagrainedge-v10/", + "last_updated": "2015-08-20T07:59:26", + "scraped_at": "2026-01-25T05:37:10.753472+00:00" + }, + { + "id": "cameranormals", + "name": "CameraNormals", + "category": "gizmos", + "subcategory": "channel", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": null, + "rating_count": 0, + "downloads": 353, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/cameranormals/", + "last_updated": "2020-05-03T17:03:56", + "scraped_at": "2026-01-25T05:37:10.753598+00:00" + }, + { + "id": "channel-mixer", + "name": "Channel Mixer", + "category": "gizmos", + "subcategory": "channel", + "author": "fawwaadkhan", + "description": "Contributed\u00a0byfawad khan", + "rating": null, + "rating_count": 0, + "downloads": 167, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/channel-mixer/", + "last_updated": "2019-10-15T12:33:39", + "scraped_at": "2026-01-25T05:37:10.753728+00:00" + }, + { + "id": "channel_boolean", + "name": "Channel_Boolean", + "category": "gizmos", + "subcategory": "channel", + "author": "Fleduc71", + "description": "Contributed\u00a0byFrancois Leduc", + "rating": null, + "rating_count": 0, + "downloads": 299, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/channel_boolean/", + "last_updated": "2013-10-17T04:18:59", + "scraped_at": "2026-01-25T05:37:10.753861+00:00" + }, + { + "id": "channeloffset", + "name": "ChannelOffset", + "category": "gizmos", + "subcategory": "channel", + "author": "jasonmbergman", + "description": "Contributed\u00a0byJason Bergman", + "rating": null, + "rating_count": 0, + "downloads": 391, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/channeloffset/", + "last_updated": "2014-06-13T07:41:43", + "scraped_at": "2026-01-25T05:37:10.753988+00:00" + }, + { + "id": "channelunion", + "name": "ChannelUnion", + "category": "gizmos", + "subcategory": "channel", + "author": "Jules", + "description": "Contributed\u00a0byJulian Lojek", + "rating": null, + "rating_count": 0, + "downloads": 18, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/channelunion/", + "last_updated": "2024-02-06T13:01:30", + "scraped_at": "2026-01-25T05:37:10.754112+00:00" + }, + { + "id": "chcopychannels", + "name": "chCopyChannels", + "category": "gizmos", + "subcategory": "channel", + "author": "callHarry", + "description": "Contributed\u00a0byCall Harry", + "rating": 5.0, + "rating_count": 0, + "downloads": 115, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/chcopychannels/", + "last_updated": "2019-01-14T11:18:16", + "scraped_at": "2026-01-25T05:37:10.754238+00:00" + }, + { + "id": "cocoeasyshuffle", + "name": "CocoEasyShuffle", + "category": "gizmos", + "subcategory": "channel", + "author": "coconutnico", + "description": "Contributed\u00a0byNicolas Leu", + "rating": null, + "rating_count": 0, + "downloads": 225, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/cocoeasyshuffle/", + "last_updated": "2016-01-05T08:15:36", + "scraped_at": "2026-01-25T05:37:10.754363+00:00" + }, + { + "id": "colormatte", + "name": "Colormatte", + "category": "gizmos", + "subcategory": "channel", + "author": "siamshukoor", + "description": "Contributed\u00a0bysiam shukoor", + "rating": null, + "rating_count": 0, + "downloads": 713, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/colormatte/", + "last_updated": "2012-03-01T01:32:48", + "scraped_at": "2026-01-25T05:37:10.754491+00:00" + }, + { + "id": "colorpremult", + "name": "ColorPremult", + "category": "gizmos", + "subcategory": "channel", + "author": "kundanbasnet", + "description": "Contributed\u00a0bykundan basnet", + "rating": null, + "rating_count": 0, + "downloads": 251, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/colorpremult/", + "last_updated": "2016-06-21T07:09:22", + "scraped_at": "2026-01-25T05:37:10.754616+00:00" + }, + { + "id": "coverage-pass", + "name": "Coverage Pass", + "category": "gizmos", + "subcategory": "channel", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 562, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/coverage-pass/", + "last_updated": "2019-03-14T10:19:28", + "scraped_at": "2026-01-25T05:37:10.754746+00:00" + }, + { + "id": "d_rgbdistorsion", + "name": "d_RGBdistorsion", + "category": "gizmos", + "subcategory": "channel", + "author": "topperLopez82", + "description": "Contributed\u00a0byDaniel Lopez-Izquierdo", + "rating": null, + "rating_count": 0, + "downloads": 210, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/d_rgbdistorsion/", + "last_updated": "2014-09-08T13:58:27", + "scraped_at": "2026-01-25T05:37:10.754873+00:00" + }, + { + "id": "depthtohaze", + "name": "DepthToHaze", + "category": "gizmos", + "subcategory": "channel", + "author": "Kesher", + "description": "Contributed\u00a0byOliver Daniels", + "rating": 5.0, + "rating_count": 0, + "downloads": 635, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/depthtohaze/", + "last_updated": "2025-09-24T16:07:16", + "scraped_at": "2026-01-25T05:37:10.754999+00:00" + }, + { + "id": "dimatte", + "name": "Dimatte", + "category": "gizmos", + "subcategory": "channel", + "author": "knikhil68@gmail.com", + "description": "Contributed\u00a0byNIKHIL SRIVASTWA", + "rating": null, + "rating_count": 0, + "downloads": 190, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/dimatte/", + "last_updated": "2024-03-28T18:14:28", + "scraped_at": "2026-01-25T05:37:10.755126+00:00" + }, + { + "id": "dynamic-remove-node", + "name": "Dynamic Remove Node", + "category": "gizmos", + "subcategory": "channel", + "author": "Ahuge", + "description": "Contributed\u00a0byAlex Hughes", + "rating": null, + "rating_count": 0, + "downloads": 455, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/dynamic-remove-node/", + "last_updated": "2016-07-12T13:21:57", + "scraped_at": "2026-01-25T05:37:10.755251+00:00" + }, + { + "id": "exr_channel_remover", + "name": "EXR_channel_remover", + "category": "gizmos", + "subcategory": "channel", + "author": "claudngtt", + "description": "Contributed\u00a0byHenry Nguetta", + "rating": null, + "rating_count": 0, + "downloads": 174, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/exr_channel_remover/", + "last_updated": "2022-10-29T10:10:07", + "scraped_at": "2026-01-25T05:37:10.755375+00:00" + }, + { + "id": "ezdepth", + "name": "ezDepth", + "category": "gizmos", + "subcategory": "channel", + "author": "cgmou", + "description": "Contributed\u00a0bycgmou cgmou", + "rating": null, + "rating_count": 0, + "downloads": 349, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/ezdepth/", + "last_updated": "2024-08-02T16:26:24", + "scraped_at": "2026-01-25T05:37:10.755499+00:00" + }, + { + "id": "fz_luma_to_alpha", + "name": "FZ_luma_to_alpha", + "category": "gizmos", + "subcategory": "channel", + "author": "mrtimes", + "description": "Contributed\u00a0byfarhad zamani", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/fz_luma_to_alpha/", + "last_updated": "2022-05-11T11:51:46", + "scraped_at": "2026-01-25T05:37:10.755623+00:00" + }, + { + "id": "generouzslice_v1", + "name": "GenerouZSlice_v1", + "category": "gizmos", + "subcategory": "channel", + "author": "ARJones", + "description": "Contributed\u00a0byAled Rhys Jones", + "rating": null, + "rating_count": 0, + "downloads": 321, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/generouzslice_v1/", + "last_updated": "2011-05-26T02:28:29", + "scraped_at": "2026-01-25T05:37:10.755756+00:00" + }, + { + "id": "handymixer", + "name": "HandyMixer", + "category": "gizmos", + "subcategory": "channel", + "author": "LeoLiuos", + "description": "Contributed\u00a0byLeo Lipasti", + "rating": 2.0, + "rating_count": 0, + "downloads": 150, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/handymixer/", + "last_updated": "2015-05-19T04:57:51", + "scraped_at": "2026-01-25T05:37:10.755883+00:00" + }, + { + "id": "id_rgba", + "name": "ID_RGBA", + "category": "gizmos", + "subcategory": "channel", + "author": "rlopes", + "description": "Contributed\u00a0byRenan Lopes de Paula", + "rating": null, + "rating_count": 0, + "downloads": 100, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/id_rgba/", + "last_updated": "2018-03-30T13:31:10", + "scraped_at": "2026-01-25T05:37:10.756007+00:00" + }, + { + "id": "jfx_multichannelmerge", + "name": "JFX_MultiChannelMerge", + "category": "gizmos", + "subcategory": "channel", + "author": "JustinGD", + "description": "Contributed\u00a0byJustin GD", + "rating": null, + "rating_count": 0, + "downloads": 277, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/jfx_multichannelmerge/", + "last_updated": "2015-02-01T00:43:28", + "scraped_at": "2026-01-25T05:37:10.756131+00:00" + }, + { + "id": "jk_hueshuffle", + "name": "JK_HueShuffle", + "category": "gizmos", + "subcategory": "channel", + "author": "Kylenium", + "description": "Contributed\u00a0byJonas Kyl\u00e9n", + "rating": null, + "rating_count": 0, + "downloads": 63, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/jk_hueshuffle/", + "last_updated": "2022-03-01T10:16:42", + "scraped_at": "2026-01-25T05:37:10.756255+00:00" + }, + { + "id": "jsloadrenderpasses", + "name": "JSLoadRenderPasses", + "category": "gizmos", + "subcategory": "channel", + "author": "jobby", + "description": "Contributed\u00a0byjo Bubinowskowitch", + "rating": null, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/jsloadrenderpasses/", + "last_updated": "2025-04-03T00:50:06", + "scraped_at": "2026-01-25T05:37:10.756379+00:00" + }, + { + "id": "k_layercopy", + "name": "k_LayerCopy", + "category": "gizmos", + "subcategory": "channel", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 138, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/k_layercopy/", + "last_updated": "2021-01-20T16:31:28", + "scraped_at": "2026-01-25T05:37:10.756502+00:00" + }, + { + "id": "k_remove", + "name": "k_Remove", + "category": "gizmos", + "subcategory": "channel", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": 5.0, + "rating_count": 0, + "downloads": 500, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/k_remove/", + "last_updated": "2021-01-20T16:31:34", + "scraped_at": "2026-01-25T05:37:10.756627+00:00" + }, + { + "id": "keyid", + "name": "KeyID", + "category": "gizmos", + "subcategory": "channel", + "author": "sarus", + "description": "Contributed\u00a0byAle\u0161 Ushakou", + "rating": null, + "rating_count": 0, + "downloads": 1026, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/keyid/", + "last_updated": "2017-06-09T12:45:59", + "scraped_at": "2026-01-25T05:37:10.756755+00:00" + }, + { + "id": "kill_branch_tf", + "name": "Kill_Branch_tf", + "category": "gizmos", + "subcategory": "channel", + "author": "supertommehugo", + "description": "Contributed\u00a0byTommaso Fioretti", + "rating": null, + "rating_count": 0, + "downloads": 123, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/kill_branch_tf/", + "last_updated": "2012-08-21T02:43:08", + "scraped_at": "2026-01-25T05:37:10.756880+00:00" + }, + { + "id": "lens_aberration", + "name": "lens_aberration", + "category": "gizmos", + "subcategory": "channel", + "author": "rahbari", + "description": "Contributed\u00a0byali rahbari", + "rating": null, + "rating_count": 0, + "downloads": 298, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/lens_aberration/", + "last_updated": "2020-09-06T16:33:42", + "scraped_at": "2026-01-25T05:37:10.757006+00:00" + }, + { + "id": "lp_colourclean", + "name": "lp_colourclean", + "category": "gizmos", + "subcategory": "channel", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": null, + "rating_count": 0, + "downloads": 66, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/lp_colourclean/", + "last_updated": "2020-01-31T11:38:49", + "scraped_at": "2026-01-25T05:37:10.757131+00:00" + }, + { + "id": "lp_zmapper", + "name": "lp_Zmapper", + "category": "gizmos", + "subcategory": "channel", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": null, + "rating_count": 0, + "downloads": 184, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/lp_zmapper/", + "last_updated": "2020-01-29T20:27:18", + "scraped_at": "2026-01-25T05:37:10.757254+00:00" + }, + { + "id": "mecudimmanager", + "name": "MECudimmanager", + "category": "gizmos", + "subcategory": "channel", + "author": "Eyki", + "description": "Contributed\u00a0byMatthias Eckhardt", + "rating": null, + "rating_count": 0, + "downloads": 256, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/mecudimmanager/", + "last_updated": "2018-02-16T00:02:49", + "scraped_at": "2026-01-25T05:37:10.757378+00:00" + }, + { + "id": "multicolormatte", + "name": "multiColorMatte", + "category": "gizmos", + "subcategory": "channel", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 438, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/multicolormatte/", + "last_updated": "2014-02-16T10:50:22", + "scraped_at": "2026-01-25T05:37:10.757502+00:00" + }, + { + "id": "multimatte", + "name": "Multimatte", + "category": "gizmos", + "subcategory": "channel", + "author": "siamshukoor", + "description": "Contributed\u00a0bysiam shukoor", + "rating": null, + "rating_count": 0, + "downloads": 762, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/multimatte/", + "last_updated": "2012-03-01T01:32:48", + "scraped_at": "2026-01-25T05:37:10.757627+00:00" + }, + { + "id": "multimatte-1", + "name": "multiMatte", + "category": "gizmos", + "subcategory": "channel", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 15, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/multimatte-1/", + "last_updated": "2014-02-16T03:19:00", + "scraped_at": "2026-01-25T05:37:10.757751+00:00" + }, + { + "id": "multimatte-extractor", + "name": "MultiMatte Extractor", + "category": "gizmos", + "subcategory": "channel", + "author": "sarus", + "description": "Contributed\u00a0byAle\u0161 Ushakou", + "rating": null, + "rating_count": 0, + "downloads": 251, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/multimatte-extractor/", + "last_updated": "2019-07-24T21:15:52", + "scraped_at": "2026-01-25T05:37:10.757873+00:00" + }, + { + "id": "ndepthgen", + "name": "nDepthGen", + "category": "gizmos", + "subcategory": "channel", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 394, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/ndepthgen/", + "last_updated": "2019-12-22T17:46:35", + "scraped_at": "2026-01-25T05:37:10.757995+00:00" + }, + { + "id": "np_di_pro_tool", + "name": "NP_DI_PRO_Tool", + "category": "gizmos", + "subcategory": "channel", + "author": "nitesh2p", + "description": "Contributed\u00a0bynitesh pancholi", + "rating": 5.0, + "rating_count": 0, + "downloads": 59, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/np_di_pro_tool/", + "last_updated": "2025-09-08T01:36:23", + "scraped_at": "2026-01-25T05:37:10.758119+00:00" + }, + { + "id": "passtato", + "name": "Passtato", + "category": "gizmos", + "subcategory": "channel", + "author": "richiepic", + "description": "Contributed\u00a0byRichard Nagy", + "rating": null, + "rating_count": 0, + "downloads": 193, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/passtato/", + "last_updated": "2019-10-11T04:38:16", + "scraped_at": "2026-01-25T05:37:10.758240+00:00" + }, + { + "id": "position-expression", + "name": "Position expression", + "category": "gizmos", + "subcategory": "channel", + "author": "diripirate", + "description": "Contributed\u00a0byDario Siero", + "rating": null, + "rating_count": 0, + "downloads": 457, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/position-expression/", + "last_updated": "2017-07-27T23:18:42", + "scraped_at": "2026-01-25T05:37:10.758360+00:00" + }, + { + "id": "punchalf_v1", + "name": "punchALF_v1", + "category": "gizmos", + "subcategory": "channel", + "author": "otaku", + "description": "Contributed\u00a0byTorsten Neuendorf", + "rating": null, + "rating_count": 0, + "downloads": 155, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/punchalf_v1/", + "last_updated": "2010-12-28T10:13:41", + "scraped_at": "2026-01-25T05:37:10.758481+00:00" + }, + { + "id": "remove-pattern-matches", + "name": "Remove - pattern matches", + "category": "gizmos", + "subcategory": "channel", + "author": "Olivier_Blanchet", + "description": "Contributed\u00a0byOlivier Blanchet", + "rating": 5.0, + "rating_count": 0, + "downloads": 374, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/remove-pattern-matches/", + "last_updated": "2025-10-15T01:30:29", + "scraped_at": "2026-01-25T05:37:10.758604+00:00" + }, + { + "id": "remove-advanced", + "name": "Remove Advanced", + "category": "gizmos", + "subcategory": "channel", + "author": "ytrox", + "description": "Contributed\u00a0byyuri carrara", + "rating": null, + "rating_count": 0, + "downloads": 159, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/remove-advanced/", + "last_updated": "2020-05-09T11:14:48", + "scraped_at": "2026-01-25T05:37:10.758727+00:00" + }, + { + "id": "removemultiple001", + "name": "RemoveMultiple001", + "category": "gizmos", + "subcategory": "channel", + "author": "ncasanova", + "description": "Contributed\u00a0byNicolas Casanova", + "rating": null, + "rating_count": 0, + "downloads": 102, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/removemultiple001/", + "last_updated": "2017-11-30T09:37:51", + "scraped_at": "2026-01-25T05:37:10.758851+00:00" + }, + { + "id": "rename-channels", + "name": "Rename Channels", + "category": "gizmos", + "subcategory": "channel", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 323, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/rename-channels/", + "last_updated": "2019-06-12T12:01:16", + "scraped_at": "2026-01-25T05:37:10.758973+00:00" + }, + { + "id": "rgbmatte", + "name": "RGBmatte", + "category": "gizmos", + "subcategory": "channel", + "author": "siamshukoor", + "description": "Contributed\u00a0bysiam shukoor", + "rating": null, + "rating_count": 0, + "downloads": 344, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/rgbmatte/", + "last_updated": "2011-12-20T05:41:26", + "scraped_at": "2026-01-25T05:37:10.759097+00:00" + }, + { + "id": "s_despill", + "name": "S_Despill", + "category": "gizmos", + "subcategory": "channel", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 533, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/s_despill/", + "last_updated": "2018-06-06T13:46:34", + "scraped_at": "2026-01-25T05:37:10.759217+00:00" + }, + { + "id": "shufflesearch-and-readpro", + "name": "ShuffleSearch and ReadPro", + "category": "gizmos", + "subcategory": "channel", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": null, + "rating_count": 0, + "downloads": 127, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/shufflesearch-and-readpro/", + "last_updated": "2021-09-06T12:10:06", + "scraped_at": "2026-01-25T05:37:10.759341+00:00" + }, + { + "id": "shuffling-layers", + "name": "Shuffling Layers", + "category": "gizmos", + "subcategory": "channel", + "author": "kanthariatejas", + "description": "Contributed\u00a0byTejas Kantharia", + "rating": null, + "rating_count": 0, + "downloads": 1511, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/shuffling-layers/", + "last_updated": "2015-11-04T10:17:56", + "scraped_at": "2026-01-25T05:37:10.759467+00:00" + }, + { + "id": "stmapengine", + "name": "STMapEngine", + "category": "gizmos", + "subcategory": "channel", + "author": "hrdnsptr", + "description": "Contributed\u00a0byHerdian Saputra", + "rating": null, + "rating_count": 0, + "downloads": 151, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/stmapengine/", + "last_updated": "2020-01-27T22:33:51", + "scraped_at": "2026-01-25T05:37:10.759590+00:00" + }, + { + "id": "streamcart", + "name": "StreamCart", + "category": "gizmos", + "subcategory": "channel", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 248, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/streamcart/", + "last_updated": "2020-01-08T15:28:12", + "scraped_at": "2026-01-25T05:37:10.759711+00:00" + }, + { + "id": "switchmatte", + "name": "switchMatte", + "category": "gizmos", + "subcategory": "channel", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 817, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/switchmatte/", + "last_updated": "2014-06-21T19:02:24", + "scraped_at": "2026-01-25T05:37:10.759838+00:00" + }, + { + "id": "unlimitedremove", + "name": "UnlimitedRemove", + "category": "gizmos", + "subcategory": "channel", + "author": "guialgigu", + "description": "Contributed\u00a0byGuillermo Algora", + "rating": null, + "rating_count": 0, + "downloads": 220, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/unlimitedremove/", + "last_updated": "2023-03-11T03:49:13", + "scraped_at": "2026-01-25T05:37:10.759961+00:00" + }, + { + "id": "unmult", + "name": "unmult", + "category": "gizmos", + "subcategory": "channel", + "author": "elephantplus", + "description": "Contributed\u00a0byHiroshi Iwamoto", + "rating": null, + "rating_count": 0, + "downloads": 740, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/unmult/", + "last_updated": "2011-02-26T17:57:54", + "scraped_at": "2026-01-25T05:37:10.760083+00:00" + }, + { + "id": "v_checkmatte", + "name": "V_CheckMatte", + "category": "gizmos", + "subcategory": "channel", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 530, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/v_checkmatte/", + "last_updated": "2010-08-03T14:50:14", + "scraped_at": "2026-01-25T05:37:10.760207+00:00" + }, + { + "id": "vectordisplacementconverter", + "name": "VectorDisplacementConverter", + "category": "gizmos", + "subcategory": "channel", + "author": "Bhavesh7393", + "description": "Contributed\u00a0byBhavesh Budhkar", + "rating": null, + "rating_count": 0, + "downloads": 114, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/vectordisplacementconverter/", + "last_updated": "2021-12-11T02:38:02", + "scraped_at": "2026-01-25T05:37:10.760330+00:00" + }, + { + "id": "zmatte", + "name": "Zmatte", + "category": "gizmos", + "subcategory": "channel", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 206, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/zmatte/", + "last_updated": "2017-02-23T23:25:02", + "scraped_at": "2026-01-25T05:37:10.760455+00:00" + }, + { + "id": "spillsoup-seamless-artist-friendly-despill", + "name": "\ud83e\udd63 spillSoup - Seamless, artist friendly despill tool", + "category": "gizmos", + "subcategory": "channel", + "author": "TheoGrez", + "description": "Contributed\u00a0byTheo Grez", + "rating": 4.875, + "rating_count": 0, + "downloads": 208, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/channel/spillsoup-seamless-artist-friendly-despill/", + "last_updated": "2025-11-14T04:47:11", + "scraped_at": "2026-01-25T05:37:10.760579+00:00" + }, + { + "id": "a_colorcorrectmanager", + "name": "A_ColorCorrectManager", + "category": "gizmos", + "subcategory": "colour", + "author": "alexander055", + "description": "Contributed\u00a0byAndrea Perisano", + "rating": null, + "rating_count": 0, + "downloads": 1119, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/a_colorcorrectmanager/", + "last_updated": "2016-12-11T06:26:56", + "scraped_at": "2026-01-25T05:37:12.513117+00:00" + }, + { + "id": "aerelight2d", + "name": "aeRelight2D", + "category": "gizmos", + "subcategory": "colour", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": 5.0, + "rating_count": 0, + "downloads": 2881, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/aerelight2d/", + "last_updated": "2022-04-09T21:18:16", + "scraped_at": "2026-01-25T05:37:12.513264+00:00" + }, + { + "id": "aeshadows", + "name": "aeShadows", + "category": "gizmos", + "subcategory": "colour", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 457, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/aeshadows/", + "last_updated": "2025-01-10T01:28:48", + "scraped_at": "2026-01-25T05:37:12.513391+00:00" + }, + { + "id": "ag_autograding", + "name": "Ag_AutoGrading", + "category": "gizmos", + "subcategory": "colour", + "author": "arthurm", + "description": "Contributed\u00a0byArthur Melo", + "rating": null, + "rating_count": 0, + "downloads": 1277, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/ag_autograding/", + "last_updated": "2018-09-14T11:55:37", + "scraped_at": "2026-01-25T05:37:12.513518+00:00" + }, + { + "id": "ag_despill", + "name": "AG_Despill", + "category": "gizmos", + "subcategory": "colour", + "author": "ankush-tg", + "description": "Contributed\u00a0byankush garud", + "rating": null, + "rating_count": 0, + "downloads": 556, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/ag_despill/", + "last_updated": "2024-12-01T17:51:56", + "scraped_at": "2026-01-25T05:37:12.513646+00:00" + }, + { + "id": "alexafilmmatrix", + "name": "alexaFilmMatrix", + "category": "gizmos", + "subcategory": "colour", + "author": "vitek", + "description": "Contributed\u00a0byVit Sedlacek", + "rating": null, + "rating_count": 0, + "downloads": 2183, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/alexafilmmatrix/", + "last_updated": "2013-03-11T03:03:32", + "scraped_at": "2026-01-25T05:37:12.513774+00:00" + }, + { + "id": "alg-aces-log-grading", + "name": "ALG ACES Log Grading", + "category": "gizmos", + "subcategory": "colour", + "author": "l.nguyen", + "description": "Contributed\u00a0byLeonel nguyen", + "rating": null, + "rating_count": 0, + "downloads": 207, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/alg-aces-log-grading/", + "last_updated": "2025-11-28T10:00:13", + "scraped_at": "2026-01-25T05:37:12.513898+00:00" + }, + { + "id": "atmosphere", + "name": "Atmosphere", + "category": "gizmos", + "subcategory": "colour", + "author": "Anquiro", + "description": "Contributed\u00a0byJoan Andreu Quiles", + "rating": null, + "rating_count": 0, + "downloads": 2894, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/atmosphere/", + "last_updated": "2014-09-12T05:41:47", + "scraped_at": "2026-01-25T05:37:12.514023+00:00" + }, + { + "id": "auto-curve-grade", + "name": "Auto curve grade", + "category": "gizmos", + "subcategory": "colour", + "author": "Finley", + "description": "Contributed\u00a0byFinley McNeilage", + "rating": null, + "rating_count": 0, + "downloads": 948, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/auto-curve-grade/", + "last_updated": "2016-11-14T02:28:12", + "scraped_at": "2026-01-25T05:37:12.514146+00:00" + }, + { + "id": "biasedsaturation", + "name": "biasedSaturation", + "category": "gizmos", + "subcategory": "colour", + "author": "praeburn", + "description": "Contributed\u00a0byPaul Raeburn", + "rating": null, + "rating_count": 0, + "downloads": 675, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/biasedsaturation/", + "last_updated": "2011-06-25T15:11:57", + "scraped_at": "2026-01-25T05:37:12.514270+00:00" + }, + { + "id": "binarize", + "name": "Binarize", + "category": "gizmos", + "subcategory": "colour", + "author": "Sergey.Krivohatskiy", + "description": "Contributed\u00a0bySergey Krivohatskiy", + "rating": null, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/binarize/", + "last_updated": "2016-05-17T03:25:50", + "scraped_at": "2026-01-25T05:37:12.514393+00:00" + }, + { + "id": "blacks", + "name": "Blacks", + "category": "gizmos", + "subcategory": "colour", + "author": "Balavfx", + "description": "Contributed\u00a0byBalaji Ramachandria vasudevan", + "rating": null, + "rating_count": 0, + "downloads": 119, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/blacks/", + "last_updated": "2024-12-18T13:21:10", + "scraped_at": "2026-01-25T05:37:12.514519+00:00" + }, + { + "id": "blacksmatch", + "name": "blacksMatch", + "category": "gizmos", + "subcategory": "colour", + "author": "praeburn", + "description": "Contributed\u00a0byPaul Raeburn", + "rating": null, + "rating_count": 0, + "downloads": 1363, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/blacksmatch/", + "last_updated": "2011-06-25T15:13:03", + "scraped_at": "2026-01-25T05:37:12.514642+00:00" + }, + { + "id": "blacksmatch_20", + "name": "BlacksMatch_2.0", + "category": "gizmos", + "subcategory": "colour", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": 4.666666666666667, + "rating_count": 0, + "downloads": 3635, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/blacksmatch_20/", + "last_updated": "2019-11-10T04:22:28", + "scraped_at": "2026-01-25T05:37:12.514771+00:00" + }, + { + "id": "blendspill", + "name": "Blendspill", + "category": "gizmos", + "subcategory": "colour", + "author": "_1E", + "description": "Contributed\u00a0byJuani Lomonaco", + "rating": 5.0, + "rating_count": 0, + "downloads": 3484, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/blendspill/", + "last_updated": "2025-10-12T09:32:56", + "scraped_at": "2026-01-25T05:37:12.514894+00:00" + }, + { + "id": "chromaticadaptation", + "name": "chromaticAdaptation", + "category": "gizmos", + "subcategory": "colour", + "author": "seymour", + "description": "Contributed\u00a0bywaki taku", + "rating": null, + "rating_count": 0, + "downloads": 531, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/chromaticadaptation/", + "last_updated": "2019-02-04T08:02:27", + "scraped_at": "2026-01-25T05:37:12.515015+00:00" + }, + { + "id": "cocomatchgrade", + "name": "CocoMatchGrade", + "category": "gizmos", + "subcategory": "colour", + "author": "coconutnico", + "description": "Contributed\u00a0byNicolas Leu", + "rating": null, + "rating_count": 0, + "downloads": 1925, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/cocomatchgrade/", + "last_updated": "2016-01-05T03:11:45", + "scraped_at": "2026-01-25T05:37:12.515136+00:00" + }, + { + "id": "color-picker", + "name": "Color Picker", + "category": "gizmos", + "subcategory": "colour", + "author": "Lundy", + "description": "Contributed\u00a0byLundy Hu", + "rating": 5.0, + "rating_count": 0, + "downloads": 920, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/color-picker/", + "last_updated": "2022-08-29T04:05:12", + "scraped_at": "2026-01-25T05:37:12.515258+00:00" + }, + { + "id": "colordilate", + "name": "ColorDilate", + "category": "gizmos", + "subcategory": "colour", + "author": "ashu11994", + "description": "Contributed\u00a0byAshish Chauhan", + "rating": 5.0, + "rating_count": 0, + "downloads": 1082, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/colordilate/", + "last_updated": "2023-03-15T11:54:43", + "scraped_at": "2026-01-25T05:37:12.515380+00:00" + }, + { + "id": "colorremapping", + "name": "ColorRemapping", + "category": "gizmos", + "subcategory": "colour", + "author": "forerunner17", + "description": "Contributed\u00a0byEmilio Sarabia", + "rating": null, + "rating_count": 0, + "downloads": 94, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/colorremapping/", + "last_updated": "2024-09-28T22:06:03", + "scraped_at": "2026-01-25T05:37:12.515502+00:00" + }, + { + "id": "coloursample", + "name": "colourSample", + "category": "gizmos", + "subcategory": "colour", + "author": "emucheese", + "description": "Contributed\u00a0byTom Tatchell", + "rating": null, + "rating_count": 0, + "downloads": 461, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/coloursample/", + "last_updated": "2014-09-24T17:43:27", + "scraped_at": "2026-01-25T05:37:12.515623+00:00" + }, + { + "id": "crankit", + "name": "CrankIt", + "category": "gizmos", + "subcategory": "colour", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 298, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/crankit/", + "last_updated": "2015-04-24T00:52:05", + "scraped_at": "2026-01-25T05:37:12.515748+00:00" + }, + { + "id": "day2night", + "name": "Day2Night", + "category": "gizmos", + "subcategory": "colour", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": null, + "rating_count": 0, + "downloads": 4779, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/day2night/", + "last_updated": "2011-07-06T05:34:49", + "scraped_at": "2026-01-25T05:37:12.515870+00:00" + }, + { + "id": "dg_hsltool", + "name": "dg_HSLTool", + "category": "gizmos", + "subcategory": "colour", + "author": "jahamba", + "description": "Contributed\u00a0byDen Gheiko", + "rating": null, + "rating_count": 0, + "downloads": 883, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/dg_hsltool/", + "last_updated": "2013-11-17T13:16:05", + "scraped_at": "2026-01-25T05:37:12.515991+00:00" + }, + { + "id": "dg_vignette", + "name": "dg_Vignette", + "category": "gizmos", + "subcategory": "colour", + "author": "jahamba", + "description": "Contributed\u00a0byDen Gheiko", + "rating": null, + "rating_count": 0, + "downloads": 1342, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/dg_vignette/", + "last_updated": "2013-11-10T03:52:51", + "scraped_at": "2026-01-25T05:37:12.516112+00:00" + }, + { + "id": "di_ire_view", + "name": "DI_IRE_View", + "category": "gizmos", + "subcategory": "colour", + "author": "ligones", + "description": "Contributed\u00a0byligones ten", + "rating": null, + "rating_count": 0, + "downloads": 80, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/di_ire_view/", + "last_updated": "2022-05-18T14:07:25", + "scraped_at": "2026-01-25T05:37:12.516235+00:00" + }, + { + "id": "ekagradient", + "name": "ekaGradient", + "category": "gizmos", + "subcategory": "colour", + "author": "Ebite", + "description": "Contributed\u00a0byEdu Leon", + "rating": null, + "rating_count": 0, + "downloads": 772, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/ekagradient/", + "last_updated": "2022-05-14T04:14:48", + "scraped_at": "2026-01-25T05:37:12.516357+00:00" + }, + { + "id": "emsmartgrade", + "name": "emSmartGrade", + "category": "gizmos", + "subcategory": "colour", + "author": "eva.mateo", + "description": "Contributed\u00a0byEva Mateo", + "rating": 5.0, + "rating_count": 0, + "downloads": 97, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/emsmartgrade/", + "last_updated": "2025-01-07T21:12:52", + "scraped_at": "2026-01-25T05:37:12.516507+00:00" + }, + { + "id": "ezvibrance", + "name": "ezVibrance", + "category": "gizmos", + "subcategory": "colour", + "author": "cgmou", + "description": "Contributed\u00a0bycgmou cgmou", + "rating": null, + "rating_count": 0, + "downloads": 89, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/ezvibrance/", + "last_updated": "2024-12-14T13:27:41", + "scraped_at": "2026-01-25T05:37:12.516631+00:00" + }, + { + "id": "fl_reversiblesoftclip", + "name": "FL_ReversibleSoftClip", + "category": "gizmos", + "subcategory": "colour", + "author": "flord", + "description": "Contributed\u00a0byFrancois Lord", + "rating": 3.0, + "rating_count": 0, + "downloads": 397, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/fl_reversiblesoftclip/", + "last_updated": "2012-09-27T03:49:32", + "scraped_at": "2026-01-25T05:37:12.516758+00:00" + }, + { + "id": "flamecolour_v1", + "name": "flameColour_v1", + "category": "gizmos", + "subcategory": "colour", + "author": "otaku", + "description": "Contributed\u00a0byTorsten Neuendorf", + "rating": null, + "rating_count": 0, + "downloads": 613, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/flamecolour_v1/", + "last_updated": "2010-12-28T10:13:41", + "scraped_at": "2026-01-25T05:37:12.516881+00:00" + }, + { + "id": "gammaplus", + "name": "GammaPlus", + "category": "gizmos", + "subcategory": "colour", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 390, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/gammaplus/", + "last_updated": "2020-09-15T02:32:33", + "scraped_at": "2026-01-25T05:37:12.517002+00:00" + }, + { + "id": "global-tonemapping-operators", + "name": "Global Tonemapping Operators", + "category": "gizmos", + "subcategory": "colour", + "author": "KelSolaar", + "description": "Contributed\u00a0byThomas Mansencal", + "rating": null, + "rating_count": 0, + "downloads": 1893, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/global-tonemapping-operators/", + "last_updated": "2018-11-25T19:17:40", + "scraped_at": "2026-01-25T05:37:12.517122+00:00" + }, + { + "id": "gw_gradehelperv2", + "name": "GW_GradeHelperV2", + "category": "gizmos", + "subcategory": "colour", + "author": "gavdalf", + "description": "Contributed\u00a0byGavin Whittaker", + "rating": null, + "rating_count": 0, + "downloads": 1058, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/gw_gradehelperv2/", + "last_updated": "2021-09-16T23:07:56", + "scraped_at": "2026-01-25T05:37:12.517244+00:00" + }, + { + "id": "hexcolor", + "name": "HexColor", + "category": "gizmos", + "subcategory": "colour", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": null, + "rating_count": 0, + "downloads": 1048, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/hexcolor/", + "last_updated": "2018-09-18T07:28:00", + "scraped_at": "2026-01-25T05:37:12.517365+00:00" + }, + { + "id": "hs_422chromafix", + "name": "HS_422Chromafix", + "category": "gizmos", + "subcategory": "colour", + "author": "hiroshi", + "description": "Contributed\u00a0byHiroshi Saito", + "rating": null, + "rating_count": 0, + "downloads": 507, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/hs_422chromafix/", + "last_updated": "2012-10-16T06:30:29", + "scraped_at": "2026-01-25T05:37:12.517487+00:00" + }, + { + "id": "hsl-colorcorrect", + "name": "HSL ColorCorrect", + "category": "gizmos", + "subcategory": "colour", + "author": "Luan_KOLB", + "description": "Contributed\u00a0byLuan KOLB", + "rating": 5.0, + "rating_count": 0, + "downloads": 31, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/hsl-colorcorrect/", + "last_updated": "2025-12-16T00:13:11", + "scraped_at": "2026-01-25T05:37:12.517608+00:00" + }, + { + "id": "hsl-grade", + "name": "HSL Grade", + "category": "gizmos", + "subcategory": "colour", + "author": "Luan_KOLB", + "description": "Contributed\u00a0byLuan KOLB", + "rating": 5.0, + "rating_count": 0, + "downloads": 32, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/hsl-grade/", + "last_updated": "2025-12-16T05:22:09", + "scraped_at": "2026-01-25T05:37:12.517737+00:00" + }, + { + "id": "huesat", + "name": "HueSat", + "category": "gizmos", + "subcategory": "colour", + "author": "ronimg", + "description": "Contributed\u00a0byRon Ganbar", + "rating": null, + "rating_count": 0, + "downloads": 862, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/huesat/", + "last_updated": "2012-08-07T03:13:03", + "scraped_at": "2026-01-25T05:37:12.517861+00:00" + }, + { + "id": "huetransfer", + "name": "HueTransfer", + "category": "gizmos", + "subcategory": "colour", + "author": "coolchipper", + "description": "Contributed\u00a0byPranjal choudhary", + "rating": null, + "rating_count": 0, + "downloads": 271, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/huetransfer/", + "last_updated": "2018-08-29T02:34:46", + "scraped_at": "2026-01-25T05:37:12.518003+00:00" + }, + { + "id": "instagram", + "name": "instagram", + "category": "gizmos", + "subcategory": "colour", + "author": "pixelHammer", + "description": "Contributed\u00a0byDerek Rein", + "rating": null, + "rating_count": 0, + "downloads": 1049, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/instagram/", + "last_updated": "2014-06-26T02:49:29", + "scraped_at": "2026-01-25T05:37:12.518148+00:00" + }, + { + "id": "jfx_pixelsanalyzer_v4", + "name": "JFX_PixelsAnalyzer_v4", + "category": "gizmos", + "subcategory": "colour", + "author": "JustinGD", + "description": "Contributed\u00a0byJustin GD", + "rating": null, + "rating_count": 0, + "downloads": 241, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/jfx_pixelsanalyzer_v4/", + "last_updated": "2015-02-01T00:42:49", + "scraped_at": "2026-01-25T05:37:12.518272+00:00" + }, + { + "id": "jl_despill", + "name": "JL_Despill", + "category": "gizmos", + "subcategory": "colour", + "author": "Joserra Lastras", + "description": "Contributed\u00a0byJoserra Lastras", + "rating": null, + "rating_count": 0, + "downloads": 309, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/jl_despill/", + "last_updated": "2023-04-07T02:08:55", + "scraped_at": "2026-01-25T05:37:12.518394+00:00" + }, + { + "id": "kf_despill", + "name": "KF_Despill", + "category": "gizmos", + "subcategory": "colour", + "author": "kevinfisch3", + "description": "Contributed\u00a0byKevin Fisch", + "rating": null, + "rating_count": 0, + "downloads": 292, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/kf_despill/", + "last_updated": "2020-01-13T15:31:32", + "scraped_at": "2026-01-25T05:37:12.518515+00:00" + }, + { + "id": "ku_gradeaov", + "name": "ku_GradeAOV", + "category": "gizmos", + "subcategory": "colour", + "author": "tianlunjiang", + "description": "Contributed\u00a0byTianlun Jiang", + "rating": null, + "rating_count": 0, + "downloads": 707, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/ku_gradeaov/", + "last_updated": "2020-02-27T08:55:27", + "scraped_at": "2026-01-25T05:37:12.518636+00:00" + }, + { + "id": "lazy_tonemap", + "name": "Lazy_Tonemap", + "category": "gizmos", + "subcategory": "colour", + "author": "punaparta", + "description": "Contributed\u00a0byIiro Harra", + "rating": 5.0, + "rating_count": 0, + "downloads": 1456, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/lazy_tonemap/", + "last_updated": "2012-07-29T10:14:50", + "scraped_at": "2026-01-25T05:37:12.518763+00:00" + }, + { + "id": "lp_dehaze", + "name": "lp_deHaze", + "category": "gizmos", + "subcategory": "colour", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": 4.0, + "rating_count": 0, + "downloads": 529, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/lp_dehaze/", + "last_updated": "2020-01-29T22:06:42", + "scraped_at": "2026-01-25T05:37:12.518885+00:00" + }, + { + "id": "lue-grading-for-nuke", + "name": "LUE Grading for Nuke", + "category": "gizmos", + "subcategory": "colour", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 4.0, + "rating_count": 0, + "downloads": 7299, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/lue-grading-for-nuke/", + "last_updated": "2015-10-26T21:30:55", + "scraped_at": "2026-01-25T05:37:12.519008+00:00" + }, + { + "id": "lumimatch", + "name": "LumiMatch", + "category": "gizmos", + "subcategory": "colour", + "author": "brunokhe", + "description": "Contributed\u00a0byBruno Edelman", + "rating": null, + "rating_count": 0, + "downloads": 225, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/lumimatch/", + "last_updated": "2022-05-20T00:46:31", + "scraped_at": "2026-01-25T05:37:12.519133+00:00" + }, + { + "id": "luts-loader", + "name": "LUTs loader", + "category": "gizmos", + "subcategory": "colour", + "author": "ivankr9", + "description": "Contributed\u00a0byivan kir", + "rating": null, + "rating_count": 0, + "downloads": 706, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/luts-loader/", + "last_updated": "2016-12-31T07:17:37", + "scraped_at": "2026-01-25T05:37:12.519255+00:00" + }, + { + "id": "luts-loader-2", + "name": "LUTs Loader 2", + "category": "gizmos", + "subcategory": "colour", + "author": "ktonini", + "description": "Contributed\u00a0byK T", + "rating": 4.0, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/luts-loader-2/", + "last_updated": "2024-03-01T07:14:55", + "scraped_at": "2026-01-25T05:37:12.519378+00:00" + }, + { + "id": "mm_acesnormaliz", + "name": "MM_AcesNormaliz", + "category": "gizmos", + "subcategory": "colour", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 258, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/mm_acesnormaliz/", + "last_updated": "2024-05-24T02:39:16", + "scraped_at": "2026-01-25T05:37:12.519500+00:00" + }, + { + "id": "mm_alexa2logc", + "name": "MM_Alexa2logC", + "category": "gizmos", + "subcategory": "colour", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 261, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/mm_alexa2logc/", + "last_updated": "2024-04-07T03:47:25", + "scraped_at": "2026-01-25T05:37:12.519621+00:00" + }, + { + "id": "mmcolortarget", + "name": "mmColorTarget", + "category": "gizmos", + "subcategory": "colour", + "author": "marcomeyerVFX", + "description": "Contributed\u00a0byMarco Meyer", + "rating": 5.0, + "rating_count": 0, + "downloads": 12927, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/mmcolortarget/", + "last_updated": "2021-06-07T01:35:51", + "scraped_at": "2026-01-25T05:37:12.519746+00:00" + }, + { + "id": "mtedgegrade", + "name": "mtEdgeGrade", + "category": "gizmos", + "subcategory": "colour", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": null, + "rating_count": 0, + "downloads": 492, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/mtedgegrade/", + "last_updated": "2021-04-26T05:15:18", + "scraped_at": "2026-01-25T05:37:12.519867+00:00" + }, + { + "id": "multimatte", + "name": "multiMatte", + "category": "gizmos", + "subcategory": "colour", + "author": "rasto", + "description": "Contributed\u00a0byrasto AKA toxik.sk", + "rating": null, + "rating_count": 0, + "downloads": 1062, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/multimatte/", + "last_updated": "2013-05-05T15:59:31", + "scraped_at": "2026-01-25T05:37:12.519986+00:00" + }, + { + "id": "mv2nuke", + "name": "MV2Nuke", + "category": "gizmos", + "subcategory": "colour", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 1345, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/mv2nuke/", + "last_updated": "2010-07-21T16:32:19", + "scraped_at": "2026-01-25T05:37:12.520108+00:00" + }, + { + "id": "ncolorama", + "name": "nColorama", + "category": "gizmos", + "subcategory": "colour", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": 4.0, + "rating_count": 0, + "downloads": 764, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/ncolorama/", + "last_updated": "2015-07-15T13:51:27", + "scraped_at": "2026-01-25T05:37:12.520230+00:00" + }, + { + "id": "nmask", + "name": "nMask", + "category": "gizmos", + "subcategory": "colour", + "author": "rasto", + "description": "Contributed\u00a0byrasto AKA toxik.sk", + "rating": null, + "rating_count": 0, + "downloads": 484, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/nmask/", + "last_updated": "2012-10-03T03:43:23", + "scraped_at": "2026-01-25T05:37:12.520354+00:00" + }, + { + "id": "nthreshold", + "name": "nThreshold", + "category": "gizmos", + "subcategory": "colour", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 195, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/nthreshold/", + "last_updated": "2016-01-13T13:26:12", + "scraped_at": "2026-01-25T05:37:12.520480+00:00" + }, + { + "id": "objectid_andorzantialiasing", + "name": "ObjectID_AndorZ+antialiasing", + "category": "gizmos", + "subcategory": "colour", + "author": "andorzahonyi", + "description": "Contributed\u00a0byandor zahonyi", + "rating": null, + "rating_count": 0, + "downloads": 859, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/objectid_andorzantialiasing/", + "last_updated": "2012-02-16T03:45:44", + "scraped_at": "2026-01-25T05:37:12.520603+00:00" + }, + { + "id": "odd_filllight04", + "name": "odd_fillLight04", + "category": "gizmos", + "subcategory": "colour", + "author": "milkey", + "description": "Contributed\u00a0byAdrian C", + "rating": null, + "rating_count": 0, + "downloads": 498, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/odd_filllight04/", + "last_updated": "2011-05-17T02:45:29", + "scraped_at": "2026-01-25T05:37:12.520726+00:00" + }, + { + "id": "os_colorsplit_1", + "name": "OS_ColorSplit_1", + "category": "gizmos", + "subcategory": "colour", + "author": "rinzler", + "description": "Contributed\u00a0byErwan Andrieux", + "rating": null, + "rating_count": 0, + "downloads": 72, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/os_colorsplit_1/", + "last_updated": "2021-04-22T09:28:40", + "scraped_at": "2026-01-25T05:37:12.520853+00:00" + }, + { + "id": "paf_matchit_bw", + "name": "PAF_Matchit_BW", + "category": "gizmos", + "subcategory": "colour", + "author": "dreamsurfer31", + "description": "Contributed\u00a0bya m", + "rating": null, + "rating_count": 0, + "downloads": 541, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/paf_matchit_bw/", + "last_updated": "2011-10-12T03:20:03", + "scraped_at": "2026-01-25T05:37:12.520977+00:00" + }, + { + "id": "paf_ps_levels", + "name": "PAF_PS_Levels", + "category": "gizmos", + "subcategory": "colour", + "author": "dreamsurfer31", + "description": "Contributed\u00a0bya m", + "rating": null, + "rating_count": 0, + "downloads": 447, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/paf_ps_levels/", + "last_updated": "2011-10-16T11:13:24", + "scraped_at": "2026-01-25T05:37:12.521101+00:00" + }, + { + "id": "panoramic-hdri-absolute-luminance-calibration", + "name": "Panoramic HDRI - Absolute Luminance Calibration", + "category": "gizmos", + "subcategory": "colour", + "author": "KelSolaar", + "description": "Contributed\u00a0byThomas Mansencal", + "rating": null, + "rating_count": 0, + "downloads": 384, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/panoramic-hdri-absolute-luminance-calibration/", + "last_updated": "2020-02-27T21:28:01", + "scraped_at": "2026-01-25T05:37:12.521224+00:00" + }, + { + "id": "photofilter", + "name": "PhotoFilter", + "category": "gizmos", + "subcategory": "colour", + "author": "danikei", + "description": "Contributed\u00a0byDani Kei", + "rating": null, + "rating_count": 0, + "downloads": 1590, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/photofilter/", + "last_updated": "2014-02-09T21:08:33", + "scraped_at": "2026-01-25T05:37:12.521346+00:00" + }, + { + "id": "photoshop-color-curves", + "name": "PhotoShop Color curves", + "category": "gizmos", + "subcategory": "colour", + "author": "lacrossj", + "description": "Contributed\u00a0byJoshua LaCross", + "rating": null, + "rating_count": 0, + "downloads": 729, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/photoshop-color-curves/", + "last_updated": "2011-09-22T03:52:02", + "scraped_at": "2026-01-25T05:37:12.521468+00:00" + }, + { + "id": "pingle", + "name": "pingle", + "category": "gizmos", + "subcategory": "colour", + "author": "seargeantcompsley", + "description": "Contributed\u00a0byseargeant compsley", + "rating": null, + "rating_count": 0, + "downloads": 82, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/pingle/", + "last_updated": "2020-01-10T11:45:33", + "scraped_at": "2026-01-25T05:37:12.521588+00:00" + }, + { + "id": "rampmap", + "name": "RampMap", + "category": "gizmos", + "subcategory": "colour", + "author": "michael", + "description": "Contributed\u00a0byMichael Garrett", + "rating": null, + "rating_count": 0, + "downloads": 811, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/rampmap/", + "last_updated": "2010-06-08T11:59:00", + "scraped_at": "2026-01-25T05:37:12.521713+00:00" + }, + { + "id": "retro", + "name": "Retro!", + "category": "gizmos", + "subcategory": "colour", + "author": "julesvm", + "description": "Contributed\u00a0byjulian van mil", + "rating": null, + "rating_count": 0, + "downloads": 2968, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/retro/", + "last_updated": "2011-02-18T12:55:07", + "scraped_at": "2026-01-25T05:37:12.521869+00:00" + }, + { + "id": "revlum", + "name": "revLum", + "category": "gizmos", + "subcategory": "colour", + "author": "fynnay", + "description": "Contributed\u00a0byFynn Laue", + "rating": null, + "rating_count": 0, + "downloads": 122, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/revlum/", + "last_updated": "2020-03-30T21:23:56", + "scraped_at": "2026-01-25T05:37:12.521999+00:00" + }, + { + "id": "rgb2cmyk", + "name": "rgb2cmyk", + "category": "gizmos", + "subcategory": "colour", + "author": "milsteinben", + "description": "Contributed\u00a0byGil Milstein", + "rating": null, + "rating_count": 0, + "downloads": 333, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/rgb2cmyk/", + "last_updated": "2019-04-26T11:30:43", + "scraped_at": "2026-01-25T05:37:12.522125+00:00" + }, + { + "id": "rolloffluminance", + "name": "RolloffLuminance", + "category": "gizmos", + "subcategory": "colour", + "author": "comp_V01", + "description": "Contributed\u00a0byMarcel Pichert", + "rating": null, + "rating_count": 0, + "downloads": 398, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/rolloffluminance/", + "last_updated": "2019-10-07T11:10:56", + "scraped_at": "2026-01-25T05:37:12.522248+00:00" + }, + { + "id": "rotation-matrix", + "name": "Rotation Matrix", + "category": "gizmos", + "subcategory": "colour", + "author": "namabenama", + "description": "Contributed\u00a0byFarshid Mousavi", + "rating": null, + "rating_count": 0, + "downloads": 540, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/rotation-matrix/", + "last_updated": "2015-01-09T02:28:47", + "scraped_at": "2026-01-25T05:37:12.522373+00:00" + }, + { + "id": "ryan-color-match", + "name": "Ryan Color Match", + "category": "gizmos", + "subcategory": "colour", + "author": "rmross", + "description": "Contributed\u00a0byRyan Ross", + "rating": null, + "rating_count": 0, + "downloads": 703, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/ryan-color-match/", + "last_updated": "2023-10-18T07:43:52", + "scraped_at": "2026-01-25T05:37:12.522495+00:00" + }, + { + "id": "s_blackmatch", + "name": "S_BlackMatch", + "category": "gizmos", + "subcategory": "colour", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 402, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/s_blackmatch/", + "last_updated": "2021-04-23T13:16:49", + "scraped_at": "2026-01-25T05:37:12.522620+00:00" + }, + { + "id": "secondarycolourtools", + "name": "secondaryColourTools", + "category": "gizmos", + "subcategory": "colour", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 1050, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/secondarycolourtools/", + "last_updated": "2012-07-02T15:44:14", + "scraped_at": "2026-01-25T05:37:12.522749+00:00" + }, + { + "id": "selectcolor_v1", + "name": "SelectColor_v1", + "category": "gizmos", + "subcategory": "colour", + "author": "jig104", + "description": "Contributed\u00a0byj ik", + "rating": null, + "rating_count": 0, + "downloads": 189, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/selectcolor_v1/", + "last_updated": "2016-01-30T03:59:36", + "scraped_at": "2026-01-25T05:37:12.522874+00:00" + }, + { + "id": "sg_huerotation", + "name": "sg_hueRotation", + "category": "gizmos", + "subcategory": "colour", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 200, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/sg_huerotation/", + "last_updated": "2020-11-19T17:11:18", + "scraped_at": "2026-01-25T05:37:12.522997+00:00" + }, + { + "id": "shadow", + "name": "Shadow", + "category": "gizmos", + "subcategory": "colour", + "author": "lucasjw1", + "description": "Contributed\u00a0byLucas Warren", + "rating": null, + "rating_count": 0, + "downloads": 129, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/shadow/", + "last_updated": "2024-09-19T18:43:33", + "scraped_at": "2026-01-25T05:37:12.523121+00:00" + }, + { + "id": "skin-color-matcher", + "name": "Skin Color Matcher", + "category": "gizmos", + "subcategory": "colour", + "author": "Sudhishks12", + "description": "Contributed\u00a0bySudhish K S", + "rating": null, + "rating_count": 0, + "downloads": 176, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/skin-color-matcher/", + "last_updated": "2023-09-19T18:43:14", + "scraped_at": "2026-01-25T05:37:12.523248+00:00" + }, + { + "id": "smoosh_colours", + "name": "Smoosh_Colours", + "category": "gizmos", + "subcategory": "colour", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 355, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/smoosh_colours/", + "last_updated": "2015-06-17T05:20:14", + "scraped_at": "2026-01-25T05:37:12.523372+00:00" + }, + { + "id": "sr_yxygrade_advanced", + "name": "SR_YxyGrade_Advanced", + "category": "gizmos", + "subcategory": "colour", + "author": "SeanB", + "description": "Contributed\u00a0bySean Brian Rowlands", + "rating": null, + "rating_count": 0, + "downloads": 90, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/sr_yxygrade_advanced/", + "last_updated": "2025-05-21T15:34:19", + "scraped_at": "2026-01-25T05:37:12.523495+00:00" + }, + { + "id": "st_vibrance", + "name": "ST_vibrance", + "category": "gizmos", + "subcategory": "colour", + "author": "chasn", + "description": "Contributed\u00a0byChas Naylor", + "rating": null, + "rating_count": 0, + "downloads": 691, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/st_vibrance/", + "last_updated": "2014-02-28T04:05:35", + "scraped_at": "2026-01-25T05:37:12.523621+00:00" + }, + { + "id": "tpinsta_fx_gizmo_v1", + "name": "tpInsta_FX_Gizmo_v1", + "category": "gizmos", + "subcategory": "colour", + "author": "tung", + "description": "Contributed\u00a0byTung Pham", + "rating": null, + "rating_count": 0, + "downloads": 482, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/tpinsta_fx_gizmo_v1/", + "last_updated": "2012-10-19T11:04:45", + "scraped_at": "2026-01-25T05:37:12.523752+00:00" + }, + { + "id": "v_solarize", + "name": "V_Solarize", + "category": "gizmos", + "subcategory": "colour", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 432, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/v_solarize/", + "last_updated": "2011-10-09T05:11:43", + "scraped_at": "2026-01-25T05:37:12.523877+00:00" + }, + { + "id": "vcinemalookup", + "name": "vCinemaLookup", + "category": "gizmos", + "subcategory": "colour", + "author": "vitek", + "description": "Contributed\u00a0byVit Sedlacek", + "rating": null, + "rating_count": 0, + "downloads": 720, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/vcinemalookup/", + "last_updated": "2013-03-11T03:03:32", + "scraped_at": "2026-01-25T05:37:12.524001+00:00" + }, + { + "id": "vcolorremap", + "name": "vColorRemap", + "category": "gizmos", + "subcategory": "colour", + "author": "vitek", + "description": "Contributed\u00a0byVit Sedlacek", + "rating": null, + "rating_count": 0, + "downloads": 625, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/vcolorremap/", + "last_updated": "2013-03-11T03:03:34", + "scraped_at": "2026-01-25T05:37:12.524124+00:00" + }, + { + "id": "vcolorremap-1", + "name": "vColorRemap", + "category": "gizmos", + "subcategory": "colour", + "author": "vitek", + "description": "Contributed\u00a0byVit Sedlacek", + "rating": null, + "rating_count": 0, + "downloads": 24, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/vcolorremap-1/", + "last_updated": "2013-03-11T03:03:34", + "scraped_at": "2026-01-25T05:37:12.524248+00:00" + }, + { + "id": "voronoi-gradient", + "name": "Voronoi Gradient", + "category": "gizmos", + "subcategory": "colour", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": 4.5, + "rating_count": 0, + "downloads": 2359, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/voronoi-gradient/", + "last_updated": "2019-10-29T11:06:21", + "scraped_at": "2026-01-25T05:37:12.524372+00:00" + }, + { + "id": "vsupressblue", + "name": "vSupressBlue", + "category": "gizmos", + "subcategory": "colour", + "author": "vitek", + "description": "Contributed\u00a0byVit Sedlacek", + "rating": null, + "rating_count": 0, + "downloads": 273, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/vsupressblue/", + "last_updated": "2013-03-11T03:03:34", + "scraped_at": "2026-01-25T05:37:12.524496+00:00" + }, + { + "id": "whitebalance", + "name": "Whitebalance", + "category": "gizmos", + "subcategory": "colour", + "author": "finnschi", + "description": "Contributed\u00a0byFInn J\u00e4ger", + "rating": null, + "rating_count": 0, + "downloads": 588, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/colour/whitebalance/", + "last_updated": "2022-05-23T17:56:01", + "scraped_at": "2026-01-25T05:37:12.524617+00:00" + }, + { + "id": "a-backdrop-that-actually-helps", + "name": "A Backdrop That Actually Helps", + "category": "gizmos", + "subcategory": "filter", + "author": "VictorRouillard", + "description": "Contributed\u00a0byVictor Rouillard-Beaumont", + "rating": 3.0, + "rating_count": 0, + "downloads": 788, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/a-backdrop-that-actually-helps/", + "last_updated": "2025-03-11T15:31:57", + "scraped_at": "2026-01-25T05:37:14.363890+00:00" + }, + { + "id": "a_glow", + "name": "A_glow", + "category": "gizmos", + "subcategory": "filter", + "author": "alexander055", + "description": "Contributed\u00a0byAndrea Perisano", + "rating": null, + "rating_count": 0, + "downloads": 585, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/a_glow/", + "last_updated": "2016-12-30T06:28:34", + "scraped_at": "2026-01-25T05:37:14.364038+00:00" + }, + { + "id": "aberration", + "name": "Aberration", + "category": "gizmos", + "subcategory": "filter", + "author": "jgbidwell", + "description": "Contributed\u00a0byJason Bidwell", + "rating": null, + "rating_count": 0, + "downloads": 7896, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/aberration/", + "last_updated": "2022-11-11T07:48:40", + "scraped_at": "2026-01-25T05:37:14.364484+00:00" + }, + { + "id": "aeanamorphic", + "name": "aeAnamorphic", + "category": "gizmos", + "subcategory": "filter", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": 4.5, + "rating_count": 0, + "downloads": 1982, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/aeanamorphic/", + "last_updated": "2022-04-06T22:25:44", + "scraped_at": "2026-01-25T05:37:14.364617+00:00" + }, + { + "id": "aebrokenshapes", + "name": "aeBrokenShapes", + "category": "gizmos", + "subcategory": "filter", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 738, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/aebrokenshapes/", + "last_updated": "2022-04-09T20:44:54", + "scraped_at": "2026-01-25T05:37:14.364751+00:00" + }, + { + "id": "aefiller", + "name": "aeFiller", + "category": "gizmos", + "subcategory": "filter", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 1655, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/aefiller/", + "last_updated": "2022-04-09T14:57:20", + "scraped_at": "2026-01-25T05:37:14.364878+00:00" + }, + { + "id": "aemotionblur", + "name": "aeMotionBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 1380, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/aemotionblur/", + "last_updated": "2021-08-05T09:10:00", + "scraped_at": "2026-01-25T05:37:14.365003+00:00" + }, + { + "id": "aerefracthor", + "name": "aeRefracTHOR", + "category": "gizmos", + "subcategory": "filter", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": 5.0, + "rating_count": 0, + "downloads": 1675, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/aerefracthor/", + "last_updated": "2022-04-09T15:06:24", + "scraped_at": "2026-01-25T05:37:14.365127+00:00" + }, + { + "id": "alias_fixes", + "name": "Alias_Fixes", + "category": "gizmos", + "subcategory": "filter", + "author": "laze626", + "description": "Contributed\u00a0byJack Dunn", + "rating": null, + "rating_count": 0, + "downloads": 186, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/alias_fixes/", + "last_updated": "2019-07-31T10:34:14", + "scraped_at": "2026-01-25T05:37:14.365251+00:00" + }, + { + "id": "alphabender", + "name": "AlphaBender", + "category": "gizmos", + "subcategory": "filter", + "author": "fynnay", + "description": "Contributed\u00a0byFynn Laue", + "rating": null, + "rating_count": 0, + "downloads": 430, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/alphabender/", + "last_updated": "2021-09-12T08:40:45", + "scraped_at": "2026-01-25T05:37:14.365376+00:00" + }, + { + "id": "alphaedge", + "name": "AlphaEdge", + "category": "gizmos", + "subcategory": "filter", + "author": "mort4u", + "description": "Contributed\u00a0byMortimer Warlimont", + "rating": null, + "rating_count": 0, + "downloads": 3336, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/alphaedge/", + "last_updated": "2016-05-12T04:53:20", + "scraped_at": "2026-01-25T05:37:14.365502+00:00" + }, + { + "id": "angular_vectorblur", + "name": "Angular_VectorBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "Josh Paul", + "description": "Contributed\u00a0byJosh Paul", + "rating": null, + "rating_count": 0, + "downloads": 282, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/angular_vectorblur/", + "last_updated": "2025-04-08T07:05:18", + "scraped_at": "2026-01-25T05:37:14.365632+00:00" + }, + { + "id": "antialiasing-filter", + "name": "Antialiasing filter", + "category": "gizmos", + "subcategory": "filter", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 4286, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/antialiasing-filter/", + "last_updated": "2021-03-01T05:12:11", + "scraped_at": "2026-01-25T05:37:14.365765+00:00" + }, + { + "id": "antialiasing_srd", + "name": "Antialiasing_SRD", + "category": "gizmos", + "subcategory": "filter", + "author": "PercevalSchopp", + "description": "Contributed\u00a0byPerceval Schopp", + "rating": null, + "rating_count": 0, + "downloads": 169, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/antialiasing_srd/", + "last_updated": "2025-12-13T23:52:32", + "scraped_at": "2026-01-25T05:37:14.365891+00:00" + }, + { + "id": "aofi", + "name": "AOFI", + "category": "gizmos", + "subcategory": "filter", + "author": "faithcure", + "description": "Contributed\u00a0byfatih \u00fcnal", + "rating": null, + "rating_count": 0, + "downloads": 326, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/aofi/", + "last_updated": "2017-02-13T04:47:18", + "scraped_at": "2026-01-25T05:37:14.366016+00:00" + }, + { + "id": "apchroma", + "name": "apChroma", + "category": "gizmos", + "subcategory": "filter", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 3643, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/apchroma/", + "last_updated": "2019-06-25T19:00:03", + "scraped_at": "2026-01-25T05:37:14.366142+00:00" + }, + { + "id": "apglow", + "name": "apGlow", + "category": "gizmos", + "subcategory": "filter", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 7387, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/apglow/", + "last_updated": "2022-03-14T00:17:51", + "scraped_at": "2026-01-25T05:37:14.366265+00:00" + }, + { + "id": "autoflare", + "name": "AutoFlare", + "category": "gizmos", + "subcategory": "filter", + "author": "vinz", + "description": "Contributed\u00a0byVincent Wauters", + "rating": null, + "rating_count": 0, + "downloads": 9412, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/autoflare/", + "last_updated": "2012-11-30T03:57:52", + "scraped_at": "2026-01-25T05:37:14.366390+00:00" + }, + { + "id": "be_brokenedges", + "name": "BE_BrokenEdges", + "category": "gizmos", + "subcategory": "filter", + "author": "l.nguyen", + "description": "Contributed\u00a0byLeonel nguyen", + "rating": 4.0, + "rating_count": 0, + "downloads": 110, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/be_brokenedges/", + "last_updated": "2025-10-20T20:37:18", + "scraped_at": "2026-01-25T05:37:14.366514+00:00" + }, + { + "id": "blackpromist", + "name": "blackpromist", + "category": "gizmos", + "subcategory": "filter", + "author": "colton", + "description": "Contributed\u00a0byColton Miller", + "rating": null, + "rating_count": 0, + "downloads": 1468, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/blackpromist/", + "last_updated": "2012-10-02T05:58:07", + "scraped_at": "2026-01-25T05:37:14.366637+00:00" + }, + { + "id": "bloom-effect", + "name": "Bloom Effect", + "category": "gizmos", + "subcategory": "filter", + "author": "TheEgoWorks", + "description": "Contributed\u00a0byAvi Ryeson", + "rating": null, + "rating_count": 0, + "downloads": 3603, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/bloom-effect/", + "last_updated": "2014-02-12T09:18:52", + "scraped_at": "2026-01-25T05:37:14.366765+00:00" + }, + { + "id": "blur_ception", + "name": "Blur_ception", + "category": "gizmos", + "subcategory": "filter", + "author": "kanthariatejas", + "description": "Contributed\u00a0byTejas Kantharia", + "rating": null, + "rating_count": 0, + "downloads": 88, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/blur_ception/", + "last_updated": "2021-01-02T17:20:28", + "scraped_at": "2026-01-25T05:37:14.366890+00:00" + }, + { + "id": "blurcurve", + "name": "BlurCurve", + "category": "gizmos", + "subcategory": "filter", + "author": "kkqd0298", + "description": "Contributed\u00a0byHarvey Goodall", + "rating": null, + "rating_count": 0, + "downloads": 201, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/blurcurve/", + "last_updated": "2017-07-20T10:26:39", + "scraped_at": "2026-01-25T05:37:14.367012+00:00" + }, + { + "id": "bm_lightwrap", + "name": "bm_Lightwrap", + "category": "gizmos", + "subcategory": "filter", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": 4.333333333333333, + "rating_count": 0, + "downloads": 5498, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/bm_lightwrap/", + "last_updated": "2018-02-13T07:06:18", + "scraped_at": "2026-01-25T05:37:14.367136+00:00" + }, + { + "id": "bm_opticalglow", + "name": "bm_OpticalGlow", + "category": "gizmos", + "subcategory": "filter", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": 2.0, + "rating_count": 0, + "downloads": 7256, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/bm_opticalglow/", + "last_updated": "2018-02-13T07:06:08", + "scraped_at": "2026-01-25T05:37:14.367262+00:00" + }, + { + "id": "bokeh_blur", + "name": "Bokeh_Blur", + "category": "gizmos", + "subcategory": "filter", + "author": "jgbidwell", + "description": "Contributed\u00a0byJason Bidwell", + "rating": null, + "rating_count": 0, + "downloads": 16680, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/bokeh_blur/", + "last_updated": "2020-10-06T10:24:33", + "scraped_at": "2026-01-25T05:37:14.367386+00:00" + }, + { + "id": "bs_chromaticaberration", + "name": "BS_ChromaticAberration", + "category": "gizmos", + "subcategory": "filter", + "author": "WACOMalt", + "description": "Contributed\u00a0byBen Sumner", + "rating": null, + "rating_count": 0, + "downloads": 906, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/bs_chromaticaberration/", + "last_updated": "2015-08-20T16:47:33", + "scraped_at": "2026-01-25T05:37:14.367512+00:00" + }, + { + "id": "cg_regrain_v1", + "name": "Cg_ReGrain_v1", + "category": "gizmos", + "subcategory": "filter", + "author": "erjonsadiku", + "description": "Contributed\u00a0byErjon Sadiku", + "rating": null, + "rating_count": 0, + "downloads": 393, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/cg_regrain_v1/", + "last_updated": "2018-07-05T18:34:57", + "scraped_at": "2026-01-25T05:37:14.367635+00:00" + }, + { + "id": "cgcomp_v04", + "name": "CGcomp_v04", + "category": "gizmos", + "subcategory": "filter", + "author": "SteiNedits", + "description": "Contributed\u00a0byVincent Tinguely", + "rating": 5.0, + "rating_count": 0, + "downloads": 417, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/cgcomp_v04/", + "last_updated": "2021-10-28T02:31:21", + "scraped_at": "2026-01-25T05:37:14.367768+00:00" + }, + { + "id": "channelrebuild", + "name": "ChannelReBuild", + "category": "gizmos", + "subcategory": "filter", + "author": "pesopas", + "description": "Contributed\u00a0byDaniel Gonzalez S", + "rating": null, + "rating_count": 0, + "downloads": 381, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/channelrebuild/", + "last_updated": "2012-11-28T02:25:56", + "scraped_at": "2026-01-25T05:37:14.367894+00:00" + }, + { + "id": "chaos_aberration", + "name": "chAos_Aberration", + "category": "gizmos", + "subcategory": "filter", + "author": "alessiozambardi", + "description": "Contributed\u00a0byalessio zambardi", + "rating": 5.0, + "rating_count": 0, + "downloads": 425, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chaos_aberration/", + "last_updated": "2017-07-26T22:00:59", + "scraped_at": "2026-01-25T05:37:14.368020+00:00" + }, + { + "id": "cheaplenskernel", + "name": "cheapLensKernel", + "category": "gizmos", + "subcategory": "filter", + "author": "MitchellK", + "description": "Contributed\u00a0byMitchell Kehn", + "rating": 5.0, + "rating_count": 0, + "downloads": 944, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/cheaplenskernel/", + "last_updated": "2019-08-09T01:42:20", + "scraped_at": "2026-01-25T05:37:14.368144+00:00" + }, + { + "id": "chroma-spectrum", + "name": "Chroma Spectrum", + "category": "gizmos", + "subcategory": "filter", + "author": "aitor2d", + "description": "Contributed\u00a0byAitor Arroyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 1581, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chroma-spectrum/", + "last_updated": "2021-12-09T12:27:21", + "scraped_at": "2026-01-25T05:37:14.368268+00:00" + }, + { + "id": "chromabb", + "name": "ChromAbb", + "category": "gizmos", + "subcategory": "filter", + "author": "fredrik", + "description": "Contributed\u00a0byFredrik Averpil", + "rating": null, + "rating_count": 0, + "downloads": 628, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chromabb/", + "last_updated": "2013-11-28T02:01:35", + "scraped_at": "2026-01-25T05:37:14.368394+00:00" + }, + { + "id": "chromaberr", + "name": "ChromAberr", + "category": "gizmos", + "subcategory": "filter", + "author": "Flow74", + "description": "Contributed\u00a0byFlorian Matet", + "rating": null, + "rating_count": 0, + "downloads": 504, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chromaberr/", + "last_updated": "2016-05-13T03:40:39", + "scraped_at": "2026-01-25T05:37:14.368518+00:00" + }, + { + "id": "chromadefocusv1", + "name": "ChromaDefocusV1", + "category": "gizmos", + "subcategory": "filter", + "author": "abhioffadd", + "description": "Contributed\u00a0byAbhishek Chaturvedi", + "rating": null, + "rating_count": 0, + "downloads": 1142, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chromadefocusv1/", + "last_updated": "2010-12-10T01:31:04", + "scraped_at": "2026-01-25T05:37:14.368655+00:00" + }, + { + "id": "chromasmear", + "name": "chromaSmear", + "category": "gizmos", + "subcategory": "filter", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": 5.0, + "rating_count": 0, + "downloads": 2698, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chromasmear/", + "last_updated": "2010-10-29T11:00:15", + "scraped_at": "2026-01-25T05:37:14.368797+00:00" + }, + { + "id": "chromatic-aberration-simple", + "name": "chromatic aberration Simple", + "category": "gizmos", + "subcategory": "filter", + "author": "godwinjeyaseelaraj", + "description": "Contributed\u00a0byGodwin JN", + "rating": null, + "rating_count": 0, + "downloads": 1212, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chromatic-aberration-simple/", + "last_updated": "2020-03-28T19:38:38", + "scraped_at": "2026-01-25T05:37:14.368923+00:00" + }, + { + "id": "chromatic_aberration-1", + "name": "CHROMATIC_ABERRATION", + "category": "gizmos", + "subcategory": "filter", + "author": "ShubhamGanguly", + "description": "Contributed\u00a0byShubham Ganguly", + "rating": null, + "rating_count": 0, + "downloads": 29, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chromatic_aberration-1/", + "last_updated": "2024-09-25T15:56:49", + "scraped_at": "2026-01-25T05:37:14.369048+00:00" + }, + { + "id": "chromatic_aberration", + "name": "Chromatic_aberration", + "category": "gizmos", + "subcategory": "filter", + "author": "masashivfx", + "description": "Contributed\u00a0bymasashi imagawa", + "rating": null, + "rating_count": 0, + "downloads": 785, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chromatic_aberration/", + "last_updated": "2018-08-23T16:05:36", + "scraped_at": "2026-01-25T05:37:14.369172+00:00" + }, + { + "id": "chromaticaberration", + "name": "ChromaticAberration", + "category": "gizmos", + "subcategory": "filter", + "author": "gotonextframe", + "description": "Contributed\u00a0byFabio Luongo", + "rating": null, + "rating_count": 0, + "downloads": 6238, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/chromaticaberration/", + "last_updated": "2010-11-08T09:30:04", + "scraped_at": "2026-01-25T05:37:14.369296+00:00" + }, + { + "id": "comparativegrain", + "name": "ComparativeGrain", + "category": "gizmos", + "subcategory": "filter", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 593, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/comparativegrain/", + "last_updated": "2019-08-16T09:42:23", + "scraped_at": "2026-01-25T05:37:14.369422+00:00" + }, + { + "id": "convolution-matrix", + "name": "Convolution Matrix", + "category": "gizmos", + "subcategory": "filter", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 1223, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/convolution-matrix/", + "last_updated": "2021-03-01T05:26:18", + "scraped_at": "2026-01-25T05:37:14.369548+00:00" + }, + { + "id": "coutline", + "name": "coutline", + "category": "gizmos", + "subcategory": "filter", + "author": "clay", + "description": "Contributed\u00a0byAndi Novianto", + "rating": null, + "rating_count": 0, + "downloads": 314, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/coutline/", + "last_updated": "2015-10-07T10:27:43", + "scraped_at": "2026-01-25T05:37:14.369673+00:00" + }, + { + "id": "cromatic-abberation-rgb-shift", + "name": "cromatic abberation / RGB shift", + "category": "gizmos", + "subcategory": "filter", + "author": "joojos_art", + "description": "Contributed\u00a0byJohannes Kretschmer", + "rating": 1.0, + "rating_count": 0, + "downloads": 242, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/cromatic-abberation-rgb-shift/", + "last_updated": "2021-07-16T16:36:40", + "scraped_at": "2026-01-25T05:37:14.369803+00:00" + }, + { + "id": "cromatic-abberation_jk", + "name": "cromatic abberation_JK", + "category": "gizmos", + "subcategory": "filter", + "author": "joojos_art", + "description": "Contributed\u00a0byJohannes Kretschmer", + "rating": null, + "rating_count": 0, + "downloads": 261, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/cromatic-abberation_jk/", + "last_updated": "2021-07-19T15:33:17", + "scraped_at": "2026-01-25T05:37:14.369928+00:00" + }, + { + "id": "cs_heatdistortion", + "name": "CS_HeatDistortion", + "category": "gizmos", + "subcategory": "filter", + "author": "crish", + "description": "Contributed\u00a0byChristian Kauppert", + "rating": null, + "rating_count": 0, + "downloads": 3281, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/cs_heatdistortion/", + "last_updated": "2012-11-29T04:43:02", + "scraped_at": "2026-01-25T05:37:14.370052+00:00" + }, + { + "id": "custom-bokeh", + "name": "Custom Bokeh", + "category": "gizmos", + "subcategory": "filter", + "author": "gonzalogomre", + "description": "Contributed\u00a0byGonzalo Gomez", + "rating": null, + "rating_count": 0, + "downloads": 285, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/custom-bokeh/", + "last_updated": "2023-03-27T10:32:57", + "scraped_at": "2026-01-25T05:37:14.370180+00:00" + }, + { + "id": "customdefocus", + "name": "customdefocus", + "category": "gizmos", + "subcategory": "filter", + "author": "gonzalogomre", + "description": "Contributed\u00a0byGonzalo Gomez", + "rating": null, + "rating_count": 0, + "downloads": 50, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/customdefocus/", + "last_updated": "2023-04-02T21:29:52", + "scraped_at": "2026-01-25T05:37:14.370348+00:00" + }, + { + "id": "defocus_aberrations", + "name": "Defocus_Aberrations", + "category": "gizmos", + "subcategory": "filter", + "author": "bsales", + "description": "Contributed\u00a0byBrian Sales", + "rating": null, + "rating_count": 0, + "downloads": 1809, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/defocus_aberrations/", + "last_updated": "2022-08-14T20:23:53", + "scraped_at": "2026-01-25T05:37:14.370480+00:00" + }, + { + "id": "defocusplus", + "name": "DefocusPlus", + "category": "gizmos", + "subcategory": "filter", + "author": "damianbinder", + "description": "Contributed\u00a0byDamian Binder", + "rating": 5.0, + "rating_count": 0, + "downloads": 1629, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/defocusplus/", + "last_updated": "2020-09-14T04:04:59", + "scraped_at": "2026-01-25T05:37:14.370610+00:00" + }, + { + "id": "depthslice", + "name": "DepthSlice", + "category": "gizmos", + "subcategory": "filter", + "author": "jedypod", + "description": "Contributed\u00a0byJed Smith", + "rating": null, + "rating_count": 0, + "downloads": 919, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/depthslice/", + "last_updated": "2015-11-15T01:33:58", + "scraped_at": "2026-01-25T05:37:14.370743+00:00" + }, + { + "id": "dilateerodefine_cb", + "name": "DilateErodeFine_CB", + "category": "gizmos", + "subcategory": "filter", + "author": "chadb", + "description": "Contributed\u00a0byChad Buehler", + "rating": 4.0, + "rating_count": 0, + "downloads": 2231, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/dilateerodefine_cb/", + "last_updated": "2020-04-07T16:49:49", + "scraped_at": "2026-01-25T05:37:14.370870+00:00" + }, + { + "id": "directional-blur", + "name": "Directional Blur", + "category": "gizmos", + "subcategory": "filter", + "author": "matvsax", + "description": "Contributed\u00a0byMathieu Vallet", + "rating": 3.0, + "rating_count": 0, + "downloads": 1630, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/directional-blur/", + "last_updated": "2015-02-26T20:50:17", + "scraped_at": "2026-01-25T05:37:14.370998+00:00" + }, + { + "id": "directionalblur", + "name": "DirectionalBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": null, + "rating_count": 0, + "downloads": 1527, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/directionalblur/", + "last_updated": "2019-07-19T18:30:24", + "scraped_at": "2026-01-25T05:37:14.371126+00:00" + }, + { + "id": "directionalblur_basic", + "name": "directionalBlur_basic", + "category": "gizmos", + "subcategory": "filter", + "author": "pete.oconnell", + "description": "Contributed\u00a0byPete O'Connell", + "rating": null, + "rating_count": 0, + "downloads": 616, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/directionalblur_basic/", + "last_updated": "2010-06-11T13:13:54", + "scraped_at": "2026-01-25T05:37:14.371253+00:00" + }, + { + "id": "distant-bloom", + "name": "Distant Bloom", + "category": "gizmos", + "subcategory": "filter", + "author": "Horea", + "description": "Contributed\u00a0byHorea Pop", + "rating": null, + "rating_count": 0, + "downloads": 32, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/distant-bloom/", + "last_updated": "2025-12-18T09:17:25", + "scraped_at": "2026-01-25T05:37:14.371382+00:00" + }, + { + "id": "dot-matrix", + "name": "Dot Matrix", + "category": "gizmos", + "subcategory": "filter", + "author": "MitchellK", + "description": "Contributed\u00a0byMitchell Kehn", + "rating": null, + "rating_count": 0, + "downloads": 887, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/dot-matrix/", + "last_updated": "2018-08-06T11:23:50", + "scraped_at": "2026-01-25T05:37:14.371512+00:00" + }, + { + "id": "dropshadow", + "name": "DropShadow", + "category": "gizmos", + "subcategory": "filter", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 1364, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/dropshadow/", + "last_updated": "2011-08-12T21:30:38", + "scraped_at": "2026-01-25T05:37:14.371641+00:00" + }, + { + "id": "duck", + "name": "DUCK", + "category": "gizmos", + "subcategory": "filter", + "author": "Niccolo Barbero", + "description": "Contributed\u00a0byNiccolo Barbero", + "rating": null, + "rating_count": 0, + "downloads": 1587, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/duck/", + "last_updated": "2017-12-30T05:23:49", + "scraped_at": "2026-01-25T05:37:14.371777+00:00" + }, + { + "id": "dvg_dotshalftone", + "name": "DVG_DotsHalfTone", + "category": "gizmos", + "subcategory": "filter", + "author": "Suprax", + "description": "Contributed\u00a0byDaniel Vilches", + "rating": null, + "rating_count": 0, + "downloads": 702, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/dvg_dotshalftone/", + "last_updated": "2022-06-23T12:27:05", + "scraped_at": "2026-01-25T05:37:14.371908+00:00" + }, + { + "id": "dvolumic", + "name": "dVolumic", + "category": "gizmos", + "subcategory": "filter", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 2014, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/dvolumic/", + "last_updated": "2010-07-09T00:37:16", + "scraped_at": "2026-01-25T05:37:14.372035+00:00" + }, + { + "id": "edge", + "name": "Edge", + "category": "gizmos", + "subcategory": "filter", + "author": "aesnakes", + "description": "Contributed\u00a0byRob Bannister", + "rating": 5.0, + "rating_count": 0, + "downloads": 5641, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge/", + "last_updated": "2019-06-24T06:34:51", + "scraped_at": "2026-01-25T05:37:14.372162+00:00" + }, + { + "id": "edge-extend-2", + "name": "Edge Extend 2", + "category": "gizmos", + "subcategory": "filter", + "author": "blempereur", + "description": "Contributed\u00a0byBertrand Lempereur", + "rating": 4.5, + "rating_count": 0, + "downloads": 11058, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge-extend-2/", + "last_updated": "2012-12-21T02:42:39", + "scraped_at": "2026-01-25T05:37:14.372291+00:00" + }, + { + "id": "edge-master", + "name": "Edge Master", + "category": "gizmos", + "subcategory": "filter", + "author": "countzer", + "description": "Contributed\u00a0byErin Nash", + "rating": null, + "rating_count": 0, + "downloads": 660, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge-master/", + "last_updated": "2014-02-16T03:19:38", + "scraped_at": "2026-01-25T05:37:14.372426+00:00" + }, + { + "id": "edge-matte", + "name": "Edge Matte", + "category": "gizmos", + "subcategory": "filter", + "author": "yeujian", + "description": "Contributed\u00a0byYeuJian Lim", + "rating": null, + "rating_count": 0, + "downloads": 357, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge-matte/", + "last_updated": "2023-07-29T22:31:36", + "scraped_at": "2026-01-25T05:37:14.372558+00:00" + }, + { + "id": "edge-rim-light", + "name": "Edge Rim Light", + "category": "gizmos", + "subcategory": "filter", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 2139, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge-rim-light/", + "last_updated": "2025-04-29T02:59:35", + "scraped_at": "2026-01-25T05:37:14.372688+00:00" + }, + { + "id": "edge_expend_v1", + "name": "EDGE_EXPEND_v1", + "category": "gizmos", + "subcategory": "filter", + "author": "dipankardasgupta", + "description": "Contributed\u00a0bydipankar dasgupta", + "rating": null, + "rating_count": 0, + "downloads": 188, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge_expend_v1/", + "last_updated": "2023-04-22T14:48:46", + "scraped_at": "2026-01-25T05:37:14.372825+00:00" + }, + { + "id": "edge_extend", + "name": "Edge_extend", + "category": "gizmos", + "subcategory": "filter", + "author": "soumikg63@gmail.com", + "description": "Contributed\u00a0bySoumik Ghosh", + "rating": 5.0, + "rating_count": 0, + "downloads": 617, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge_extend/", + "last_updated": "2020-07-01T18:16:15", + "scraped_at": "2026-01-25T05:37:14.372953+00:00" + }, + { + "id": "edge_extend_motion", + "name": "Edge_extend_motion", + "category": "gizmos", + "subcategory": "filter", + "author": "Mohy_eldin", + "description": "Contributed\u00a0byMohy El-din", + "rating": null, + "rating_count": 0, + "downloads": 1243, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge_extend_motion/", + "last_updated": "2023-03-29T13:15:14", + "scraped_at": "2026-01-25T05:37:14.373080+00:00" + }, + { + "id": "edge_extend_tool", + "name": "Edge_Extend_Tool", + "category": "gizmos", + "subcategory": "filter", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 1044, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge_extend_tool/", + "last_updated": "2021-05-20T10:20:26", + "scraped_at": "2026-01-25T05:37:14.373206+00:00" + }, + { + "id": "edge_glow", + "name": "Edge_Glow", + "category": "gizmos", + "subcategory": "filter", + "author": "kgaurav", + "description": "Contributed\u00a0byGaurav Jaiswal", + "rating": 5.0, + "rating_count": 0, + "downloads": 614, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge_glow/", + "last_updated": "2016-07-24T06:37:40", + "scraped_at": "2026-01-25T05:37:14.373333+00:00" + }, + { + "id": "edge_mask_hub", + "name": "edge_mask_hub", + "category": "gizmos", + "subcategory": "filter", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 494, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge_mask_hub/", + "last_updated": "2013-03-05T02:01:44", + "scraped_at": "2026-01-25T05:37:14.373458+00:00" + }, + { + "id": "edge_organic", + "name": "Edge_Organic", + "category": "gizmos", + "subcategory": "filter", + "author": "karthikc", + "description": "Contributed\u00a0bykarthik chandrasekar", + "rating": null, + "rating_count": 0, + "downloads": 2579, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge_organic/", + "last_updated": "2018-02-08T06:27:52", + "scraped_at": "2026-01-25T05:37:14.373587+00:00" + }, + { + "id": "edge_remover", + "name": "Edge_Remover", + "category": "gizmos", + "subcategory": "filter", + "author": "jithinmax", + "description": "Contributed\u00a0byjithin joseph", + "rating": null, + "rating_count": 0, + "downloads": 529, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edge_remover/", + "last_updated": "2012-07-02T03:10:07", + "scraped_at": "2026-01-25T05:37:14.373715+00:00" + }, + { + "id": "edgedetect-pro", + "name": "EdgeDetect PRO", + "category": "gizmos", + "subcategory": "filter", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 1250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edgedetect-pro/", + "last_updated": "2020-03-28T11:46:29", + "scraped_at": "2026-01-25T05:37:14.373844+00:00" + }, + { + "id": "edgeextend", + "name": "EdgeExtend", + "category": "gizmos", + "subcategory": "filter", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": 3.3333333333333335, + "rating_count": 0, + "downloads": 6919, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edgeextend/", + "last_updated": "2011-09-30T12:04:37", + "scraped_at": "2026-01-25T05:37:14.373972+00:00" + }, + { + "id": "edgefromalpha", + "name": "EdgeFromAlpha", + "category": "gizmos", + "subcategory": "filter", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 4875, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edgefromalpha/", + "last_updated": "2011-06-20T15:19:46", + "scraped_at": "2026-01-25T05:37:14.374098+00:00" + }, + { + "id": "edgemaker", + "name": "edgeMaker", + "category": "gizmos", + "subcategory": "filter", + "author": "chaganaut", + "description": "Contributed\u00a0byFabian Fischer", + "rating": null, + "rating_count": 0, + "downloads": 324, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edgemaker/", + "last_updated": "2013-04-20T04:30:19", + "scraped_at": "2026-01-25T05:37:14.374226+00:00" + }, + { + "id": "edgemod", + "name": "EdgeMod", + "category": "gizmos", + "subcategory": "filter", + "author": "I4N", + "description": "Contributed\u00a0byIan Northrop", + "rating": null, + "rating_count": 0, + "downloads": 397, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edgemod/", + "last_updated": "2015-12-06T07:14:39", + "scraped_at": "2026-01-25T05:37:14.374351+00:00" + }, + { + "id": "edgenator", + "name": "Edgenator", + "category": "gizmos", + "subcategory": "filter", + "author": "hugarkay", + "description": "Contributed\u00a0byGarkay Hu", + "rating": null, + "rating_count": 0, + "downloads": 157, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edgenator/", + "last_updated": "2021-10-27T11:50:05", + "scraped_at": "2026-01-25T05:37:14.374475+00:00" + }, + { + "id": "edgenoise", + "name": "edgeNoise", + "category": "gizmos", + "subcategory": "filter", + "author": "Phil333", + "description": "Contributed\u00a0byPhil L", + "rating": null, + "rating_count": 0, + "downloads": 1837, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edgenoise/", + "last_updated": "2016-03-15T19:53:10", + "scraped_at": "2026-01-25T05:37:14.374600+00:00" + }, + { + "id": "edgescatter", + "name": "EdgeScatter", + "category": "gizmos", + "subcategory": "filter", + "author": "jbills", + "description": "Contributed\u00a0byJ Bills", + "rating": null, + "rating_count": 0, + "downloads": 2860, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/edgescatter/", + "last_updated": "2014-09-09T11:42:19", + "scraped_at": "2026-01-25T05:37:14.374732+00:00" + }, + { + "id": "efibonacciglow", + "name": "eFibonacciGlow", + "category": "gizmos", + "subcategory": "filter", + "author": "ermesermes", + "description": "Contributed\u00a0byErmes Vincenti", + "rating": 4.666666666666667, + "rating_count": 0, + "downloads": 4847, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/efibonacciglow/", + "last_updated": "2020-02-12T02:41:28", + "scraped_at": "2026-01-25T05:37:14.374859+00:00" + }, + { + "id": "emglow", + "name": "emGlow", + "category": "gizmos", + "subcategory": "filter", + "author": "eva.mateo", + "description": "Contributed\u00a0byEva Mateo", + "rating": 5.0, + "rating_count": 0, + "downloads": 227, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/emglow/", + "last_updated": "2024-11-25T21:06:58", + "scraped_at": "2026-01-25T05:37:14.374987+00:00" + }, + { + "id": "envconvolve", + "name": "EnvConvolve", + "category": "gizmos", + "subcategory": "filter", + "author": "michael", + "description": "Contributed\u00a0byMichael Garrett", + "rating": null, + "rating_count": 0, + "downloads": 1528, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/envconvolve/", + "last_updated": "2010-08-25T03:06:29", + "scraped_at": "2026-01-25T05:37:14.375113+00:00" + }, + { + "id": "expoglow", + "name": "expoglow", + "category": "gizmos", + "subcategory": "filter", + "author": "Jules", + "description": "Contributed\u00a0byJulian Lojek", + "rating": 5.0, + "rating_count": 0, + "downloads": 16108, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/expoglow/", + "last_updated": "2017-07-21T00:44:11", + "scraped_at": "2026-01-25T05:37:14.375241+00:00" + }, + { + "id": "exponential-glow-iterations", + "name": "Exponential Glow iterations", + "category": "gizmos", + "subcategory": "filter", + "author": "Olivier_Blanchet", + "description": "Contributed\u00a0byOlivier Blanchet", + "rating": 4.875, + "rating_count": 0, + "downloads": 8462, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/exponential-glow-iterations/", + "last_updated": "2020-09-03T18:09:00", + "scraped_at": "2026-01-25T05:37:14.375369+00:00" + }, + { + "id": "extrudeedges", + "name": "ExtrudeEdges", + "category": "gizmos", + "subcategory": "filter", + "author": "hugarkay", + "description": "Contributed\u00a0byGarkay Hu", + "rating": 5.0, + "rating_count": 0, + "downloads": 598, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/extrudeedges/", + "last_updated": "2019-08-10T17:51:54", + "scraped_at": "2026-01-25T05:37:14.375496+00:00" + }, + { + "id": "ez_rotocheck", + "name": "EZ_RotoCheck", + "category": "gizmos", + "subcategory": "filter", + "author": "VictorRouillard", + "description": "Contributed\u00a0byVictor Rouillard-Beaumont", + "rating": null, + "rating_count": 0, + "downloads": 167, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/ez_rotocheck/", + "last_updated": "2024-04-16T01:59:33", + "scraped_at": "2026-01-25T05:37:14.375624+00:00" + }, + { + "id": "f_bloomeffect", + "name": "F_BloomEffect", + "category": "gizmos", + "subcategory": "filter", + "author": "FilippoM", + "description": "Contributed\u00a0byFilippo Morelli", + "rating": null, + "rating_count": 0, + "downloads": 601, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/f_bloomeffect/", + "last_updated": "2014-04-12T06:23:32", + "scraped_at": "2026-01-25T05:37:14.375766+00:00" + }, + { + "id": "fakemotion", + "name": "FakeMotion", + "category": "gizmos", + "subcategory": "filter", + "author": "sky2p", + "description": "Contributed\u00a0byLucas L. Coutinho", + "rating": null, + "rating_count": 0, + "downloads": 132, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fakemotion/", + "last_updated": "2024-02-06T13:01:14", + "scraped_at": "2026-01-25T05:37:14.375894+00:00" + }, + { + "id": "falloff_v01", + "name": "fallOff_v01", + "category": "gizmos", + "subcategory": "filter", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 187, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/falloff_v01/", + "last_updated": "2012-02-25T03:36:37", + "scraped_at": "2026-01-25T05:37:14.376022+00:00" + }, + { + "id": "fast_blur", + "name": "Fast_Blur", + "category": "gizmos", + "subcategory": "filter", + "author": "pbhat99", + "description": "Contributed\u00a0byPrasannakumar T Bhat", + "rating": null, + "rating_count": 0, + "downloads": 178, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fast_blur/", + "last_updated": "2019-02-09T22:00:46", + "scraped_at": "2026-01-25T05:37:14.376149+00:00" + }, + { + "id": "feather_v02", + "name": "Feather_v02", + "category": "gizmos", + "subcategory": "filter", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": 3.0, + "rating_count": 0, + "downloads": 1381, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/feather_v02/", + "last_updated": "2015-12-19T05:46:05", + "scraped_at": "2026-01-25T05:37:14.376275+00:00" + }, + { + "id": "fineedgedetect", + "name": "FineEdgeDetect", + "category": "gizmos", + "subcategory": "filter", + "author": "pesopas", + "description": "Contributed\u00a0byDaniel Gonzalez S", + "rating": null, + "rating_count": 0, + "downloads": 2706, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fineedgedetect/", + "last_updated": "2012-10-30T03:42:55", + "scraped_at": "2026-01-25T05:37:14.376403+00:00" + }, + { + "id": "fizzle", + "name": "Fizzle", + "category": "gizmos", + "subcategory": "filter", + "author": "julesvm", + "description": "Contributed\u00a0byjulian van mil", + "rating": null, + "rating_count": 0, + "downloads": 4613, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fizzle/", + "last_updated": "2011-03-29T03:21:34", + "scraped_at": "2026-01-25T05:37:14.376530+00:00" + }, + { + "id": "fractal-blur", + "name": "Fractal Blur", + "category": "gizmos", + "subcategory": "filter", + "author": "kero", + "description": "Contributed\u00a0byRich Frazer", + "rating": 5.0, + "rating_count": 0, + "downloads": 219, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fractal-blur/", + "last_updated": "2025-03-08T14:39:05", + "scraped_at": "2026-01-25T05:37:14.376658+00:00" + }, + { + "id": "frequency_separation_v01", + "name": "Frequency_Separation_v01", + "category": "gizmos", + "subcategory": "filter", + "author": "ajmalnajeem2", + "description": "Contributed\u00a0byAjmal Najeem", + "rating": null, + "rating_count": 0, + "downloads": 230, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/frequency_separation_v01/", + "last_updated": "2024-03-12T10:57:00", + "scraped_at": "2026-01-25T05:37:14.376788+00:00" + }, + { + "id": "fx_highlights", + "name": "FX_HighLights", + "category": "gizmos", + "subcategory": "filter", + "author": "zaj", + "description": "Contributed\u00a0byjulien sabatier", + "rating": null, + "rating_count": 0, + "downloads": 469, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fx_highlights/", + "last_updated": "2011-03-16T03:16:52", + "scraped_at": "2026-01-25T05:37:14.376919+00:00" + }, + { + "id": "fxt_chromaticaberration", + "name": "fxT_chromaticAberration", + "category": "gizmos", + "subcategory": "filter", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 13135, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fxt_chromaticaberration/", + "last_updated": "2020-10-02T03:16:19", + "scraped_at": "2026-01-25T05:37:14.377047+00:00" + }, + { + "id": "fxt_edgematte", + "name": "fxT_edgeMatte", + "category": "gizmos", + "subcategory": "filter", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 1999, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fxt_edgematte/", + "last_updated": "2020-10-02T03:14:50", + "scraped_at": "2026-01-25T05:37:14.377176+00:00" + }, + { + "id": "fxt_glowy", + "name": "fxT_glowy", + "category": "gizmos", + "subcategory": "filter", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": 5.0, + "rating_count": 0, + "downloads": 1831, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/fxt_glowy/", + "last_updated": "2016-08-06T18:47:07", + "scraped_at": "2026-01-25T05:37:14.377304+00:00" + }, + { + "id": "gabor-filter-fine-hair-extraction", + "name": "Gabor Filter - Fine Hair Extraction", + "category": "gizmos", + "subcategory": "filter", + "author": "TheoGrez", + "description": "Contributed\u00a0byTheo Grez", + "rating": 4.8, + "rating_count": 0, + "downloads": 1616, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/gabor-filter-fine-hair-extraction/", + "last_updated": "2024-02-03T07:48:35", + "scraped_at": "2026-01-25T05:37:14.377432+00:00" + }, + { + "id": "gaussian-edge-extend-blur-dynamic-iterations", + "name": "Gaussian Edge Extend - blur dynamic iterations", + "category": "gizmos", + "subcategory": "filter", + "author": "Olivier_Blanchet", + "description": "Contributed\u00a0byOlivier Blanchet", + "rating": 5.0, + "rating_count": 0, + "downloads": 1811, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/gaussian-edge-extend-blur-dynamic-iterations/", + "last_updated": "2025-10-14T01:42:23", + "scraped_at": "2026-01-25T05:37:14.377563+00:00" + }, + { + "id": "gf_rimlight", + "name": "GF_RimLight", + "category": "gizmos", + "subcategory": "filter", + "author": "Viide", + "description": "Contributed\u00a0byGuy Frutiger", + "rating": null, + "rating_count": 0, + "downloads": 543, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/gf_rimlight/", + "last_updated": "2024-01-05T06:24:37", + "scraped_at": "2026-01-25T05:37:14.377692+00:00" + }, + { + "id": "gg-custom-defocus", + "name": "gg custom Defocus", + "category": "gizmos", + "subcategory": "filter", + "author": "gonzalogomre", + "description": "Contributed\u00a0byGonzalo Gomez", + "rating": null, + "rating_count": 0, + "downloads": 56, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/gg-custom-defocus/", + "last_updated": "2023-09-25T18:17:26", + "scraped_at": "2026-01-25T05:37:14.377825+00:00" + }, + { + "id": "ggconvolve", + "name": "ggConvolve", + "category": "gizmos", + "subcategory": "filter", + "author": "gonzalo_gomez", + "description": "Contributed\u00a0byGonzalo Gomez", + "rating": null, + "rating_count": 0, + "downloads": 14, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/ggconvolve/", + "last_updated": "2025-12-21T22:23:48", + "scraped_at": "2026-01-25T05:37:14.377954+00:00" + }, + { + "id": "glowing", + "name": "Glowing", + "category": "gizmos", + "subcategory": "filter", + "author": "sky2p", + "description": "Contributed\u00a0byLucas L. Coutinho", + "rating": 5.0, + "rating_count": 0, + "downloads": 1332, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/glowing/", + "last_updated": "2024-01-09T02:42:15", + "scraped_at": "2026-01-25T05:37:14.378081+00:00" + }, + { + "id": "glowlight", + "name": "GlowLight", + "category": "gizmos", + "subcategory": "filter", + "author": "trakonia", + "description": "Contributed\u00a0byHuseyin Cay", + "rating": null, + "rating_count": 0, + "downloads": 949, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/glowlight/", + "last_updated": "2018-03-10T15:32:16", + "scraped_at": "2026-01-25T05:37:14.378212+00:00" + }, + { + "id": "glows_hub", + "name": "glows_hub", + "category": "gizmos", + "subcategory": "filter", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 1979, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/glows_hub/", + "last_updated": "2012-12-01T05:54:34", + "scraped_at": "2026-01-25T05:37:14.378340+00:00" + }, + { + "id": "grain-extraction-gizmo", + "name": "Grain Extraction Gizmo", + "category": "gizmos", + "subcategory": "filter", + "author": "kudzu007", + "description": "Contributed\u00a0bygrover richardson", + "rating": null, + "rating_count": 0, + "downloads": 538, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/grain-extraction-gizmo/", + "last_updated": "2018-02-08T12:58:20", + "scraped_at": "2026-01-25T05:37:14.378468+00:00" + }, + { + "id": "grain_arri_alexa", + "name": "Grain_ARRI_Alexa", + "category": "gizmos", + "subcategory": "filter", + "author": "trakonia", + "description": "Contributed\u00a0byHuseyin Cay", + "rating": null, + "rating_count": 0, + "downloads": 782, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/grain_arri_alexa/", + "last_updated": "2018-09-09T09:40:25", + "scraped_at": "2026-01-25T05:37:14.378597+00:00" + }, + { + "id": "gs_edge_extend-st-map", + "name": "GS_Edge_Extend ST-Map", + "category": "gizmos", + "subcategory": "filter", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 668, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/gs_edge_extend-st-map/", + "last_updated": "2021-11-03T00:23:52", + "scraped_at": "2026-01-25T05:37:14.378732+00:00" + }, + { + "id": "guided-blur-refine-edge", + "name": "Guided Blur (Refine Edge)", + "category": "gizmos", + "subcategory": "filter", + "author": "rperez333", + "description": "Contributed\u00a0byRafael Perez", + "rating": 5.0, + "rating_count": 0, + "downloads": 4339, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/guided-blur-refine-edge/", + "last_updated": "2022-01-25T03:05:07", + "scraped_at": "2026-01-25T05:37:14.378862+00:00" + }, + { + "id": "gy_glow", + "name": "GY_Glow", + "category": "gizmos", + "subcategory": "filter", + "author": "mogo", + "description": "Contributed\u00a0byMohamed Elgohary", + "rating": null, + "rating_count": 0, + "downloads": 102, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/gy_glow/", + "last_updated": "2024-08-31T05:20:57", + "scraped_at": "2026-01-25T05:37:14.378993+00:00" + }, + { + "id": "h_cutout", + "name": "H_CutOut", + "category": "gizmos", + "subcategory": "filter", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/h_cutout/", + "last_updated": "2020-02-05T17:56:00", + "scraped_at": "2026-01-25T05:37:14.379122+00:00" + }, + { + "id": "h_zfaker_v2", + "name": "H_ZFaker_v2", + "category": "gizmos", + "subcategory": "filter", + "author": "hugo_guerra", + "description": "Contributed\u00a0byHugo Guerra", + "rating": null, + "rating_count": 0, + "downloads": 646, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/h_zfaker_v2/", + "last_updated": "2010-08-16T02:30:08", + "scraped_at": "2026-01-25T05:37:14.379254+00:00" + }, + { + "id": "halation", + "name": "Halation", + "category": "gizmos", + "subcategory": "filter", + "author": "sillycalvin", + "description": "Contributed\u00a0bysilly calvin", + "rating": 5.0, + "rating_count": 0, + "downloads": 2892, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/halation/", + "last_updated": "2022-04-27T23:07:21", + "scraped_at": "2026-01-25T05:37:14.379383+00:00" + }, + { + "id": "hatcher", + "name": "Hatcher", + "category": "gizmos", + "subcategory": "filter", + "author": "psor", + "description": "Contributed\u00a0byLoic REMY", + "rating": null, + "rating_count": 0, + "downloads": 917, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/hatcher/", + "last_updated": "2021-02-15T14:11:22", + "scraped_at": "2026-01-25T05:37:14.379510+00:00" + }, + { + "id": "healbrush", + "name": "HealBrush", + "category": "gizmos", + "subcategory": "filter", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 614, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/healbrush/", + "last_updated": "2009-09-02T17:56:05", + "scraped_at": "2026-01-25T05:37:14.379637+00:00" + }, + { + "id": "heat-distortion", + "name": "Heat Distortion", + "category": "gizmos", + "subcategory": "filter", + "author": "TheEgoWorks", + "description": "Contributed\u00a0byAvi Ryeson", + "rating": 1.0, + "rating_count": 0, + "downloads": 2417, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/heat-distortion/", + "last_updated": "2014-01-19T03:36:15", + "scraped_at": "2026-01-25T05:37:14.379845+00:00" + }, + { + "id": "heatwave", + "name": "HeatWave", + "category": "gizmos", + "subcategory": "filter", + "author": "damianbinder", + "description": "Contributed\u00a0byDamian Binder", + "rating": 3.0, + "rating_count": 0, + "downloads": 13775, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/heatwave/", + "last_updated": "2020-10-18T00:43:49", + "scraped_at": "2026-01-25T05:37:14.380094+00:00" + }, + { + "id": "height2normal", + "name": "Height2Normal", + "category": "gizmos", + "subcategory": "filter", + "author": "2byts", + "description": "Contributed\u00a0byMason Doran", + "rating": null, + "rating_count": 0, + "downloads": 744, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/height2normal/", + "last_updated": "2012-02-14T05:54:11", + "scraped_at": "2026-01-25T05:37:14.380306+00:00" + }, + { + "id": "hfx-hallu_fx", + "name": "HFX Hallu_FX", + "category": "gizmos", + "subcategory": "filter", + "author": "l.nguyen", + "description": "Contributed\u00a0byLeonel nguyen", + "rating": 5.0, + "rating_count": 0, + "downloads": 154, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/hfx-hallu_fx/", + "last_updated": "2025-11-28T09:37:39", + "scraped_at": "2026-01-25T05:37:14.380504+00:00" + }, + { + "id": "high-pass-sharpen", + "name": "High Pass Sharpen", + "category": "gizmos", + "subcategory": "filter", + "author": "TheEgoWorks", + "description": "Contributed\u00a0byAvi Ryeson", + "rating": null, + "rating_count": 0, + "downloads": 1340, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/high-pass-sharpen/", + "last_updated": "2014-02-12T09:18:50", + "scraped_at": "2026-01-25T05:37:14.380700+00:00" + }, + { + "id": "high_frequencygizmo", + "name": "High_Frequency.gizmo", + "category": "gizmos", + "subcategory": "filter", + "author": "ShubhamGanguly", + "description": "Contributed\u00a0byShubham Ganguly", + "rating": null, + "rating_count": 0, + "downloads": 247, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/high_frequencygizmo/", + "last_updated": "2024-09-17T00:08:20", + "scraped_at": "2026-01-25T05:37:14.380861+00:00" + }, + { + "id": "highpasser", + "name": "HighPasser", + "category": "gizmos", + "subcategory": "filter", + "author": "fynnay", + "description": "Contributed\u00a0byFynn Laue", + "rating": null, + "rating_count": 0, + "downloads": 500, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/highpasser/", + "last_updated": "2021-07-14T17:11:34", + "scraped_at": "2026-01-25T05:37:14.380996+00:00" + }, + { + "id": "highpassing", + "name": "HighPassing", + "category": "gizmos", + "subcategory": "filter", + "author": "sky2p", + "description": "Contributed\u00a0byLucas L. Coutinho", + "rating": null, + "rating_count": 0, + "downloads": 514, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/highpassing/", + "last_updated": "2024-01-09T02:43:53", + "scraped_at": "2026-01-25T05:37:14.381130+00:00" + }, + { + "id": "hm_maskthemask", + "name": "HM_MaskTheMask", + "category": "gizmos", + "subcategory": "filter", + "author": "Hosny", + "description": "Contributed\u00a0byHosny Muhammed", + "rating": null, + "rating_count": 0, + "downloads": 119, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/hm_maskthemask/", + "last_updated": "2024-09-08T03:09:12", + "scraped_at": "2026-01-25T05:37:14.381259+00:00" + }, + { + "id": "hp-chromatic-motion-blur", + "name": "HP Chromatic Motion Blur", + "category": "gizmos", + "subcategory": "filter", + "author": "hellphish", + "description": "Contributed\u00a0bychris lai", + "rating": null, + "rating_count": 0, + "downloads": 593, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/hp-chromatic-motion-blur/", + "last_updated": "2018-09-11T11:28:45", + "scraped_at": "2026-01-25T05:37:14.381387+00:00" + }, + { + "id": "hp_blendermotionblur", + "name": "HP_BlenderMotionBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "hellphish", + "description": "Contributed\u00a0bychris lai", + "rating": null, + "rating_count": 0, + "downloads": 399, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/hp_blendermotionblur/", + "last_updated": "2020-02-24T16:27:49", + "scraped_at": "2026-01-25T05:37:14.381515+00:00" + }, + { + "id": "iblur", + "name": "iBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "faho", + "description": "Contributed\u00a0byFabian Holtz", + "rating": 4.0, + "rating_count": 0, + "downloads": 625, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/iblur/", + "last_updated": "2020-04-13T15:39:48", + "scraped_at": "2026-01-25T05:37:14.381643+00:00" + }, + { + "id": "iblur-1", + "name": "iBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "lordmotz", + "description": "Contributed\u00a0bymoritz eiche", + "rating": 5.0, + "rating_count": 0, + "downloads": 5771, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/iblur-1/", + "last_updated": "2011-12-01T02:31:19", + "scraped_at": "2026-01-25T05:37:14.381784+00:00" + }, + { + "id": "iblur_hub", + "name": "iblur_hub", + "category": "gizmos", + "subcategory": "filter", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 572, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/iblur_hub/", + "last_updated": "2013-03-27T17:47:28", + "scraped_at": "2026-01-25T05:37:14.381914+00:00" + }, + { + "id": "ichromalens", + "name": "iChromaLens", + "category": "gizmos", + "subcategory": "filter", + "author": "hrdnsptr", + "description": "Contributed\u00a0byHerdian Saputra", + "rating": null, + "rating_count": 0, + "downloads": 338, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/ichromalens/", + "last_updated": "2020-01-24T20:36:21", + "scraped_at": "2026-01-25T05:37:14.382042+00:00" + }, + { + "id": "ifilter", + "name": "iFilter", + "category": "gizmos", + "subcategory": "filter", + "author": "paurocher", + "description": "Contributed\u00a0byPau Rocher", + "rating": 3.0, + "rating_count": 0, + "downloads": 575, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/ifilter/", + "last_updated": "2013-01-04T03:44:26", + "scraped_at": "2026-01-25T05:37:14.382170+00:00" + }, + { + "id": "ingiedgeextend-22", + "name": "ingiEdgeExtend 2.2", + "category": "gizmos", + "subcategory": "filter", + "author": "ingiCorentin", + "description": "Contributed\u00a0byCorentin Fievet", + "rating": null, + "rating_count": 0, + "downloads": 328, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/ingiedgeextend-22/", + "last_updated": "2023-05-24T06:44:33", + "scraped_at": "2026-01-25T05:37:14.382300+00:00" + }, + { + "id": "innershadow", + "name": "InnerShadow", + "category": "gizmos", + "subcategory": "filter", + "author": "chenxiaobao", + "description": "Contributed\u00a0byXIAObao CHAN", + "rating": null, + "rating_count": 0, + "downloads": 139, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/innershadow/", + "last_updated": "2023-07-21T14:13:37", + "scraped_at": "2026-01-25T05:37:14.382429+00:00" + }, + { + "id": "interlaced-video", + "name": "Interlaced Video", + "category": "gizmos", + "subcategory": "filter", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 241, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/interlaced-video/", + "last_updated": "2021-05-17T10:14:02", + "scraped_at": "2026-01-25T05:37:14.382558+00:00" + }, + { + "id": "interlaced_video", + "name": "Interlaced_Video", + "category": "gizmos", + "subcategory": "filter", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 392, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/interlaced_video/", + "last_updated": "2021-11-01T11:29:54", + "scraped_at": "2026-01-25T05:37:14.382686+00:00" + }, + { + "id": "invisishimmer", + "name": "invisiShimmer", + "category": "gizmos", + "subcategory": "filter", + "author": "emucheese", + "description": "Contributed\u00a0byTom Tatchell", + "rating": null, + "rating_count": 0, + "downloads": 782, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/invisishimmer/", + "last_updated": "2015-03-27T20:38:10", + "scraped_at": "2026-01-25T05:37:14.382822+00:00" + }, + { + "id": "izdefocus", + "name": "IZdefocus", + "category": "gizmos", + "subcategory": "filter", + "author": "Gat", + "description": "Contributed\u00a0byGaetan Baldy", + "rating": null, + "rating_count": 0, + "downloads": 137, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/izdefocus/", + "last_updated": "2022-12-04T17:33:42", + "scraped_at": "2026-01-25T05:37:14.382951+00:00" + }, + { + "id": "jimmy-face-marker2", + "name": "jimmy face marker2", + "category": "gizmos", + "subcategory": "filter", + "author": "popftw", + "description": "Contributed\u00a0bymohamed gamal vfx", + "rating": null, + "rating_count": 0, + "downloads": 299, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/jimmy-face-marker2/", + "last_updated": "2019-10-12T05:12:47", + "scraped_at": "2026-01-25T05:37:14.383082+00:00" + }, + { + "id": "jkuvedgeextend", + "name": "jkUVEdgeExtend", + "category": "gizmos", + "subcategory": "filter", + "author": "JakobKardoeus", + "description": "Contributed\u00a0byJakob Kardoeus", + "rating": 5.0, + "rating_count": 0, + "downloads": 2147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/jkuvedgeextend/", + "last_updated": "2021-02-10T07:05:34", + "scraped_at": "2026-01-25T05:37:14.383209+00:00" + }, + { + "id": "jm_cleanpatchgen", + "name": "jm_cleanPatchGen", + "category": "gizmos", + "subcategory": "filter", + "author": "johs2", + "description": "Contributed\u00a0byJohannes M\u00f8gelvang", + "rating": null, + "rating_count": 0, + "downloads": 145, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/jm_cleanpatchgen/", + "last_updated": "2023-04-21T14:05:36", + "scraped_at": "2026-01-25T05:37:14.383337+00:00" + }, + { + "id": "jm_glow", + "name": "jm_glow", + "category": "gizmos", + "subcategory": "filter", + "author": "johs2", + "description": "Contributed\u00a0byJohannes M\u00f8gelvang", + "rating": null, + "rating_count": 0, + "downloads": 115, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/jm_glow/", + "last_updated": "2025-09-10T00:21:58", + "scraped_at": "2026-01-25T05:37:14.383472+00:00" + }, + { + "id": "jvm_bokeh", + "name": "JVM_bokeh", + "category": "gizmos", + "subcategory": "filter", + "author": "julesvm", + "description": "Contributed\u00a0byjulian van mil", + "rating": null, + "rating_count": 0, + "downloads": 1058, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/jvm_bokeh/", + "last_updated": "2012-04-02T05:35:14", + "scraped_at": "2026-01-25T05:37:14.383603+00:00" + }, + { + "id": "k_chromatic", + "name": "K_Chromatic", + "category": "gizmos", + "subcategory": "filter", + "author": "kurono", + "description": "Contributed\u00a0bynaoki korematsu", + "rating": null, + "rating_count": 0, + "downloads": 2131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/k_chromatic/", + "last_updated": "2024-09-16T18:05:13", + "scraped_at": "2026-01-25T05:37:14.383738+00:00" + }, + { + "id": "k_naturalglow", + "name": "K_NaturalGlow", + "category": "gizmos", + "subcategory": "filter", + "author": "kurono", + "description": "Contributed\u00a0bynaoki korematsu", + "rating": null, + "rating_count": 0, + "downloads": 1690, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/k_naturalglow/", + "last_updated": "2024-09-16T17:32:44", + "scraped_at": "2026-01-25T05:37:14.383872+00:00" + }, + { + "id": "k_zdefocus", + "name": "k_ZDefocus", + "category": "gizmos", + "subcategory": "filter", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 768, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/k_zdefocus/", + "last_updated": "2021-02-10T15:00:03", + "scraped_at": "2026-01-25T05:37:14.384001+00:00" + }, + { + "id": "kf-edge-extend", + "name": "KF Edge Extend", + "category": "gizmos", + "subcategory": "filter", + "author": "kevinfisch3", + "description": "Contributed\u00a0byKevin Fisch", + "rating": null, + "rating_count": 0, + "downloads": 547, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/kf-edge-extend/", + "last_updated": "2020-01-13T15:31:59", + "scraped_at": "2026-01-25T05:37:14.384129+00:00" + }, + { + "id": "kf-edge-fill", + "name": "KF Edge Fill", + "category": "gizmos", + "subcategory": "filter", + "author": "kevinfisch3", + "description": "Contributed\u00a0byKevin Fisch", + "rating": null, + "rating_count": 0, + "downloads": 467, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/kf-edge-fill/", + "last_updated": "2020-01-13T15:32:19", + "scraped_at": "2026-01-25T05:37:14.384258+00:00" + }, + { + "id": "killerhotpixels", + "name": "KillerHotPixels", + "category": "gizmos", + "subcategory": "filter", + "author": "aitor2d", + "description": "Contributed\u00a0byAitor Arroyo", + "rating": null, + "rating_count": 0, + "downloads": 851, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/killerhotpixels/", + "last_updated": "2018-09-14T11:56:12", + "scraped_at": "2026-01-25T05:37:14.384387+00:00" + }, + { + "id": "ksmb", + "name": "KSMB", + "category": "gizmos", + "subcategory": "filter", + "author": "countzer", + "description": "Contributed\u00a0byErin Nash", + "rating": null, + "rating_count": 0, + "downloads": 1571, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/ksmb/", + "last_updated": "2014-09-30T06:50:26", + "scraped_at": "2026-01-25T05:37:14.384517+00:00" + }, + { + "id": "l_alphaclean", + "name": "L_AlphaClean", + "category": "gizmos", + "subcategory": "filter", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 1336, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/l_alphaclean/", + "last_updated": "2011-01-05T10:24:54", + "scraped_at": "2026-01-25T05:37:14.384649+00:00" + }, + { + "id": "l_blurhue", + "name": "L_BlurHue", + "category": "gizmos", + "subcategory": "filter", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 360, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/l_blurhue/", + "last_updated": "2011-01-05T10:25:04", + "scraped_at": "2026-01-25T05:37:14.384787+00:00" + }, + { + "id": "l_camerablur", + "name": "L_CameraBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 500, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/l_camerablur/", + "last_updated": "2011-01-05T10:25:31", + "scraped_at": "2026-01-25T05:37:14.384919+00:00" + }, + { + "id": "l_exponblur", + "name": "L_ExponBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 2810, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/l_exponblur/", + "last_updated": "2011-01-05T10:25:46", + "scraped_at": "2026-01-25T05:37:14.385050+00:00" + }, + { + "id": "lca-zdepth", + "name": "LCA Zdepth", + "category": "gizmos", + "subcategory": "filter", + "author": "elcfx", + "description": "Contributed\u00a0byLesfauris Cedric", + "rating": null, + "rating_count": 0, + "downloads": 1141, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/lca-zdepth/", + "last_updated": "2017-11-23T04:21:59", + "scraped_at": "2026-01-25T05:37:14.385188+00:00" + }, + { + "id": "ledpixel", + "name": "LEDPixel", + "category": "gizmos", + "subcategory": "filter", + "author": "sky2p", + "description": "Contributed\u00a0byLucas L. Coutinho", + "rating": 5.0, + "rating_count": 0, + "downloads": 1222, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/ledpixel/", + "last_updated": "2024-01-09T02:45:16", + "scraped_at": "2026-01-25T05:37:14.385323+00:00" + }, + { + "id": "lens-defocus", + "name": "Lens Defocus", + "category": "gizmos", + "subcategory": "filter", + "author": "Luan_KOLB", + "description": "Contributed\u00a0byLuan KOLB", + "rating": 5.0, + "rating_count": 0, + "downloads": 139, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/lens-defocus/", + "last_updated": "2025-12-18T21:17:26", + "scraped_at": "2026-01-25T05:37:14.385454+00:00" + }, + { + "id": "lenskernelfft_v01", + "name": "LensKernelFFT_v01", + "category": "gizmos", + "subcategory": "filter", + "author": "bob.roesler", + "description": "Contributed\u00a0byBob Roesler", + "rating": 5.0, + "rating_count": 0, + "downloads": 5315, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/lenskernelfft_v01/", + "last_updated": "2026-01-19T12:52:13", + "scraped_at": "2026-01-25T05:37:14.385588+00:00" + }, + { + "id": "lenssim", + "name": "LensSim", + "category": "gizmos", + "subcategory": "filter", + "author": "scott.chambers", + "description": "Contributed\u00a0byScott Chambers", + "rating": null, + "rating_count": 0, + "downloads": 3881, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/lenssim/", + "last_updated": "2010-08-17T05:18:53", + "scraped_at": "2026-01-25T05:37:14.385722+00:00" + }, + { + "id": "lighting-shades-stylizer", + "name": "Lighting Shades Stylizer", + "category": "gizmos", + "subcategory": "filter", + "author": "l.nguyen", + "description": "Contributed\u00a0byLeonel nguyen", + "rating": null, + "rating_count": 0, + "downloads": 207, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/lighting-shades-stylizer/", + "last_updated": "2024-11-18T00:37:12", + "scraped_at": "2026-01-25T05:37:14.385861+00:00" + }, + { + "id": "localcontrast_v01", + "name": "LocalContrast_v01", + "category": "gizmos", + "subcategory": "filter", + "author": "ploraco", + "description": "Contributed\u00a0byAlexandre Bon", + "rating": null, + "rating_count": 0, + "downloads": 213, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/localcontrast_v01/", + "last_updated": "2020-09-24T12:12:38", + "scraped_at": "2026-01-25T05:37:14.386009+00:00" + }, + { + "id": "log_sharpen", + "name": "Log_Sharpen", + "category": "gizmos", + "subcategory": "filter", + "author": "kanthariatejas", + "description": "Contributed\u00a0byTejas Kantharia", + "rating": null, + "rating_count": 0, + "downloads": 498, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/log_sharpen/", + "last_updated": "2015-11-04T10:17:29", + "scraped_at": "2026-01-25T05:37:14.386146+00:00" + }, + { + "id": "lp_pixelcrt", + "name": "lp_pixelCRT", + "category": "gizmos", + "subcategory": "filter", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": 5.0, + "rating_count": 0, + "downloads": 1226, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/lp_pixelcrt/", + "last_updated": "2021-04-12T17:50:07", + "scraped_at": "2026-01-25T05:37:14.386278+00:00" + }, + { + "id": "lumatonormal", + "name": "LumaToNormal", + "category": "gizmos", + "subcategory": "filter", + "author": "lucienfostier", + "description": "Contributed\u00a0bylucien Fostier", + "rating": null, + "rating_count": 0, + "downloads": 1230, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/lumatonormal/", + "last_updated": "2012-06-15T03:31:16", + "scraped_at": "2026-01-25T05:37:14.386412+00:00" + }, + { + "id": "lw_mergeaberration", + "name": "LW_MergeAberration", + "category": "gizmos", + "subcategory": "filter", + "author": "lucasjw1", + "description": "Contributed\u00a0byLucas Warren", + "rating": 5.0, + "rating_count": 0, + "downloads": 34, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/lw_mergeaberration/", + "last_updated": "2025-09-19T09:58:41", + "scraped_at": "2026-01-25T05:37:14.386543+00:00" + }, + { + "id": "mac13_interferencefx", + "name": "Mac13_InterferenceFX", + "category": "gizmos", + "subcategory": "filter", + "author": "Mac", + "description": "Contributed\u00a0byMiguel Macaya", + "rating": null, + "rating_count": 0, + "downloads": 1307, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/mac13_interferencefx/", + "last_updated": "2013-10-09T01:12:13", + "scraped_at": "2026-01-25T05:37:14.386675+00:00" + }, + { + "id": "magicdefocus", + "name": "MagicDefocus", + "category": "gizmos", + "subcategory": "filter", + "author": "Gilles", + "description": "Contributed\u00a0byGilles Vink", + "rating": 5.0, + "rating_count": 0, + "downloads": 5706, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/magicdefocus/", + "last_updated": "2021-05-03T08:16:26", + "scraped_at": "2026-01-25T05:37:14.386813+00:00" + }, + { + "id": "marker-and-wire-removal", + "name": "Marker And Wire Removal", + "category": "gizmos", + "subcategory": "filter", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 1850, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/marker-and-wire-removal/", + "last_updated": "2020-03-31T22:40:31", + "scraped_at": "2026-01-25T05:37:14.386945+00:00" + }, + { + "id": "match-rack-focus", + "name": "Match Rack Focus", + "category": "gizmos", + "subcategory": "filter", + "author": "tdlockard", + "description": "Contributed\u00a0byTyler Lockard", + "rating": null, + "rating_count": 0, + "downloads": 1203, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/match-rack-focus/", + "last_updated": "2015-09-04T23:16:33", + "scraped_at": "2026-01-25T05:37:14.387080+00:00" + }, + { + "id": "matrix_preloaded", + "name": "Matrix_Preloaded", + "category": "gizmos", + "subcategory": "filter", + "author": "aesnakes", + "description": "Contributed\u00a0byRob Bannister", + "rating": null, + "rating_count": 0, + "downloads": 222, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/matrix_preloaded/", + "last_updated": "2018-02-05T13:51:18", + "scraped_at": "2026-01-25T05:37:14.387215+00:00" + }, + { + "id": "matteedgeblur", + "name": "MatteEdgeBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "matt_l", + "description": "Contributed\u00a0byMatt Leonard", + "rating": null, + "rating_count": 0, + "downloads": 829, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/matteedgeblur/", + "last_updated": "2010-06-22T22:20:41", + "scraped_at": "2026-01-25T05:37:14.387348+00:00" + }, + { + "id": "midas_depth", + "name": "MiDaS_Depth", + "category": "gizmos", + "subcategory": "filter", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": null, + "rating_count": 0, + "downloads": 958, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/midas_depth/", + "last_updated": "2021-12-27T22:20:13", + "scraped_at": "2026-01-25T05:37:14.387481+00:00" + }, + { + "id": "mixnormals", + "name": "MixNormals", + "category": "gizmos", + "subcategory": "filter", + "author": "2byts", + "description": "Contributed\u00a0byMason Doran", + "rating": null, + "rating_count": 0, + "downloads": 182, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/mixnormals/", + "last_updated": "2012-02-14T05:54:11", + "scraped_at": "2026-01-25T05:37:14.387617+00:00" + }, + { + "id": "monkeyblur_v02", + "name": "MonkeyBlur_v02", + "category": "gizmos", + "subcategory": "filter", + "author": "Kirito23", + "description": "Contributed\u00a0byMichael Loithaler", + "rating": null, + "rating_count": 0, + "downloads": 271, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/monkeyblur_v02/", + "last_updated": "2018-06-20T11:12:44", + "scraped_at": "2026-01-25T05:37:14.387754+00:00" + }, + { + "id": "motionblur-paint", + "name": "MotionBlur Paint", + "category": "gizmos", + "subcategory": "filter", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 753, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/motionblur-paint/", + "last_updated": "2025-04-29T03:02:06", + "scraped_at": "2026-01-25T05:37:14.387887+00:00" + }, + { + "id": "mtopticalgloom", + "name": "mtOpticalGloom", + "category": "gizmos", + "subcategory": "filter", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": null, + "rating_count": 0, + "downloads": 453, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/mtopticalgloom/", + "last_updated": "2024-02-07T20:02:38", + "scraped_at": "2026-01-25T05:37:14.388021+00:00" + }, + { + "id": "muzzle-flash-control", + "name": "Muzzle Flash Control", + "category": "gizmos", + "subcategory": "filter", + "author": "Lurival Jones", + "description": "Contributed\u00a0byLurival Jones", + "rating": null, + "rating_count": 0, + "downloads": 124, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/muzzle-flash-control/", + "last_updated": "2024-07-17T16:52:29", + "scraped_at": "2026-01-25T05:37:14.388156+00:00" + }, + { + "id": "mv_mergestencil", + "name": "mv_MergeStencil", + "category": "gizmos", + "subcategory": "filter", + "author": "ValovicM", + "description": "Contributed\u00a0byMari\u00e1n Valovi\u010d", + "rating": null, + "rating_count": 0, + "downloads": 40, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/mv_mergestencil/", + "last_updated": "2023-06-26T20:43:14", + "scraped_at": "2026-01-25T05:37:14.388290+00:00" + }, + { + "id": "normalish", + "name": "normalish", + "category": "gizmos", + "subcategory": "filter", + "author": "kharicg", + "description": "Contributed\u00a0byKhari Anthony", + "rating": null, + "rating_count": 0, + "downloads": 562, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/normalish/", + "last_updated": "2016-01-05T10:14:04", + "scraped_at": "2026-01-25T05:37:14.388424+00:00" + }, + { + "id": "normals-and-position", + "name": "Normals and Position", + "category": "gizmos", + "subcategory": "filter", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 596, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/normals-and-position/", + "last_updated": "2025-12-06T05:49:01", + "scraped_at": "2026-01-25T05:37:14.388557+00:00" + }, + { + "id": "oddlines", + "name": "oddlines", + "category": "gizmos", + "subcategory": "filter", + "author": "elbetored", + "description": "Contributed\u00a0byAlberto Diaz Moyado", + "rating": null, + "rating_count": 0, + "downloads": 195, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/oddlines/", + "last_updated": "2016-06-29T04:41:50", + "scraped_at": "2026-01-25T05:37:14.388689+00:00" + }, + { + "id": "opacity", + "name": "Opacity", + "category": "gizmos", + "subcategory": "filter", + "author": "ocman", + "description": "Contributed\u00a0byOctavio Mancilla", + "rating": null, + "rating_count": 0, + "downloads": 996, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/opacity/", + "last_updated": "2015-10-09T22:36:52", + "scraped_at": "2026-01-25T05:37:14.388826+00:00" + }, + { + "id": "opticalzdefocus", + "name": "OpticalZDefocus", + "category": "gizmos", + "subcategory": "filter", + "author": "jedypod", + "description": "Contributed\u00a0byJed Smith", + "rating": 5.0, + "rating_count": 0, + "downloads": 6988, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/opticalzdefocus/", + "last_updated": "2018-05-07T07:52:18", + "scraped_at": "2026-01-25T05:37:14.388957+00:00" + }, + { + "id": "organic-defocus", + "name": "Organic Defocus", + "category": "gizmos", + "subcategory": "filter", + "author": "abarrabeig", + "description": "Contributed\u00a0byArnau Barrabeig", + "rating": null, + "rating_count": 0, + "downloads": 402, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/organic-defocus/", + "last_updated": "2020-10-18T20:55:43", + "scraped_at": "2026-01-25T05:37:14.389089+00:00" + }, + { + "id": "os_bandpass", + "name": "OS_BandPass", + "category": "gizmos", + "subcategory": "filter", + "author": "rinzler", + "description": "Contributed\u00a0byErwan Andrieux", + "rating": null, + "rating_count": 0, + "downloads": 399, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/os_bandpass/", + "last_updated": "2021-04-21T08:06:41", + "scraped_at": "2026-01-25T05:37:14.389221+00:00" + }, + { + "id": "os_sharpen", + "name": "OS_Sharpen", + "category": "gizmos", + "subcategory": "filter", + "author": "rinzler", + "description": "Contributed\u00a0byErwan Andrieux", + "rating": null, + "rating_count": 0, + "downloads": 415, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/os_sharpen/", + "last_updated": "2021-04-21T08:07:43", + "scraped_at": "2026-01-25T05:37:14.389356+00:00" + }, + { + "id": "oz_warpwipe", + "name": "oz_WarpWipe", + "category": "gizmos", + "subcategory": "filter", + "author": "DBB", + "description": "Contributed\u00a0byOsvaldo Andreaus", + "rating": null, + "rating_count": 0, + "downloads": 97, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/oz_warpwipe/", + "last_updated": "2021-05-05T15:33:39", + "scraped_at": "2026-01-25T05:37:14.389488+00:00" + }, + { + "id": "pfglitchy", + "name": "pfGlitchy", + "category": "gizmos", + "subcategory": "filter", + "author": "Fogelstrom", + "description": "Contributed\u00a0byPeo Fogelstr\u00f6m", + "rating": null, + "rating_count": 0, + "downloads": 4045, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/pfglitchy/", + "last_updated": "2017-05-30T03:26:22", + "scraped_at": "2026-01-25T05:37:14.389622+00:00" + }, + { + "id": "pixelate", + "name": "Pixelate", + "category": "gizmos", + "subcategory": "filter", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": 5.0, + "rating_count": 0, + "downloads": 2735, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/pixelate/", + "last_updated": "2014-07-22T03:32:14", + "scraped_at": "2026-01-25T05:37:14.389764+00:00" + }, + { + "id": "pixelfudger", + "name": "Pixelfudger", + "category": "gizmos", + "subcategory": "filter", + "author": "xbourque", + "description": "Contributed\u00a0byXavier Bourque", + "rating": 5.0, + "rating_count": 0, + "downloads": 32863, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/pixelfudger/", + "last_updated": "2024-12-04T10:52:37", + "scraped_at": "2026-01-25T05:37:14.389897+00:00" + }, + { + "id": "pp_blur", + "name": "pp_blur", + "category": "gizmos", + "subcategory": "filter", + "author": "Phil Prates", + "description": "Contributed\u00a0byPhil Prates", + "rating": null, + "rating_count": 0, + "downloads": 109, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/pp_blur/", + "last_updated": "2019-04-12T12:37:54", + "scraped_at": "2026-01-25T05:37:14.390027+00:00" + }, + { + "id": "pp_erode", + "name": "pp_erode", + "category": "gizmos", + "subcategory": "filter", + "author": "Phil Prates", + "description": "Contributed\u00a0byPhil Prates", + "rating": null, + "rating_count": 0, + "downloads": 332, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/pp_erode/", + "last_updated": "2019-04-12T12:37:46", + "scraped_at": "2026-01-25T05:37:14.390157+00:00" + }, + { + "id": "pp_expo_blur", + "name": "pp_expo_blur", + "category": "gizmos", + "subcategory": "filter", + "author": "Phil Prates", + "description": "Contributed\u00a0byPhil Prates", + "rating": null, + "rating_count": 0, + "downloads": 314, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/pp_expo_blur/", + "last_updated": "2019-04-13T14:33:18", + "scraped_at": "2026-01-25T05:37:14.390290+00:00" + }, + { + "id": "pp_interactive_light", + "name": "pp_interactive_light", + "category": "gizmos", + "subcategory": "filter", + "author": "Phil Prates", + "description": "Contributed\u00a0byPhil Prates", + "rating": null, + "rating_count": 0, + "downloads": 324, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/pp_interactive_light/", + "last_updated": "2019-04-13T14:33:43", + "scraped_at": "2026-01-25T05:37:14.390444+00:00" + }, + { + "id": "pp_roughen_edges", + "name": "pp_roughen_edges", + "category": "gizmos", + "subcategory": "filter", + "author": "Phil Prates", + "description": "Contributed\u00a0byPhil Prates", + "rating": null, + "rating_count": 0, + "downloads": 1492, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/pp_roughen_edges/", + "last_updated": "2019-04-13T09:31:38", + "scraped_at": "2026-01-25T05:37:14.390612+00:00" + }, + { + "id": "prores-422-filter", + "name": "ProRes 422 filter", + "category": "gizmos", + "subcategory": "filter", + "author": "gustavo.butt", + "description": "Contributed\u00a0byGustavo Schiapim", + "rating": null, + "rating_count": 0, + "downloads": 541, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/prores-422-filter/", + "last_updated": "2018-02-16T07:28:44", + "scraped_at": "2026-01-25T05:37:14.390760+00:00" + }, + { + "id": "radiablurdfcs", + "name": "RadiaBlurDFCS", + "category": "gizmos", + "subcategory": "filter", + "author": "chenxiaobao", + "description": "Contributed\u00a0byXIAObao CHAN", + "rating": null, + "rating_count": 0, + "downloads": 290, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/radiablurdfcs/", + "last_updated": "2012-11-01T15:53:55", + "scraped_at": "2026-01-25T05:37:14.390900+00:00" + }, + { + "id": "ray-chromatic-aberration", + "name": "Ray Chromatic Aberration", + "category": "gizmos", + "subcategory": "filter", + "author": "Horea", + "description": "Contributed\u00a0byHorea Pop", + "rating": 4.0, + "rating_count": 0, + "downloads": 39, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/ray-chromatic-aberration/", + "last_updated": "2025-12-18T09:42:04", + "scraped_at": "2026-01-25T05:37:14.391036+00:00" + }, + { + "id": "rednoise", + "name": "REDNoise", + "category": "gizmos", + "subcategory": "filter", + "author": "scott.chambers", + "description": "Contributed\u00a0byScott Chambers", + "rating": null, + "rating_count": 0, + "downloads": 1253, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/rednoise/", + "last_updated": "2014-12-21T08:37:30", + "scraped_at": "2026-01-25T05:37:14.391170+00:00" + }, + { + "id": "rm_fill_holes", + "name": "rm_fill_holes", + "category": "gizmos", + "subcategory": "filter", + "author": "Wecelio", + "description": "Contributed\u00a0byRuben Mulas", + "rating": null, + "rating_count": 0, + "downloads": 256, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/rm_fill_holes/", + "last_updated": "2024-06-22T09:19:15", + "scraped_at": "2026-01-25T05:37:14.391306+00:00" + }, + { + "id": "roto-to-tracker-and-tracker-to-roto-all-in", + "name": "Roto to Tracker and Tracker to Roto, all in one!", + "category": "gizmos", + "subcategory": "filter", + "author": "VictorRouillard", + "description": "Contributed\u00a0byVictor Rouillard-Beaumont", + "rating": 5.0, + "rating_count": 0, + "downloads": 321, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/roto-to-tracker-and-tracker-to-roto-all-in/", + "last_updated": "2024-04-11T07:29:51", + "scraped_at": "2026-01-25T05:37:14.391442+00:00" + }, + { + "id": "sapphire_like_glow", + "name": "Sapphire_like_Glow", + "category": "gizmos", + "subcategory": "filter", + "author": "keremoganvfx", + "description": "Contributed\u00a0bykerem ogan", + "rating": null, + "rating_count": 0, + "downloads": 915, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/sapphire_like_glow/", + "last_updated": "2015-03-22T08:34:20", + "scraped_at": "2026-01-25T05:37:14.391576+00:00" + }, + { + "id": "sb_chroma_chaos", + "name": "SB_CHROMA_CHAOS", + "category": "gizmos", + "subcategory": "filter", + "author": "c-bas", + "description": "Contributed\u00a0bysebastian brown", + "rating": 5.0, + "rating_count": 0, + "downloads": 628, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/sb_chroma_chaos/", + "last_updated": "2021-05-26T15:11:24", + "scraped_at": "2026-01-25T05:37:14.391711+00:00" + }, + { + "id": "sd_expandedge", + "name": "SD_ExpandEdge", + "category": "gizmos", + "subcategory": "filter", + "author": "sachadanjou", + "description": "Contributed\u00a0bySacha Danjou", + "rating": null, + "rating_count": 0, + "downloads": 813, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/sd_expandedge/", + "last_updated": "2018-04-10T23:09:48", + "scraped_at": "2026-01-25T05:37:14.391849+00:00" + }, + { + "id": "sd_feather", + "name": "SD_Feather", + "category": "gizmos", + "subcategory": "filter", + "author": "sachadanjou", + "description": "Contributed\u00a0bySacha Danjou", + "rating": null, + "rating_count": 0, + "downloads": 154, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/sd_feather/", + "last_updated": "2019-01-16T14:13:05", + "scraped_at": "2026-01-25T05:37:14.391984+00:00" + }, + { + "id": "sd_frequencyseparation", + "name": "SD_FrequencySeparation", + "category": "gizmos", + "subcategory": "filter", + "author": "sachadanjou", + "description": "Contributed\u00a0bySacha Danjou", + "rating": null, + "rating_count": 0, + "downloads": 2593, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/sd_frequencyseparation/", + "last_updated": "2019-04-30T03:22:03", + "scraped_at": "2026-01-25T05:37:14.392117+00:00" + }, + { + "id": "sd_pixelate", + "name": "SD_Pixelate", + "category": "gizmos", + "subcategory": "filter", + "author": "sachadanjou", + "description": "Contributed\u00a0bySacha Danjou", + "rating": 5.0, + "rating_count": 0, + "downloads": 1027, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/sd_pixelate/", + "last_updated": "2018-10-13T14:50:30", + "scraped_at": "2026-01-25T05:37:14.392252+00:00" + }, + { + "id": "sensorclean", + "name": "sensorClean", + "category": "gizmos", + "subcategory": "filter", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 343, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/sensorclean/", + "last_updated": "2010-09-21T15:54:38", + "scraped_at": "2026-01-25T05:37:14.392386+00:00" + }, + { + "id": "shadow_maker", + "name": "Shadow_Maker", + "category": "gizmos", + "subcategory": "filter", + "author": "rbtkrs", + "description": "Contributed\u00a0byRuben Leroy", + "rating": null, + "rating_count": 0, + "downloads": 230, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/shadow_maker/", + "last_updated": "2025-09-03T08:18:11", + "scraped_at": "2026-01-25T05:37:14.392515+00:00" + }, + { + "id": "silk", + "name": "Silk", + "category": "gizmos", + "subcategory": "filter", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 5.0, + "rating_count": 0, + "downloads": 3456, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/silk/", + "last_updated": "2016-12-18T07:28:27", + "scraped_at": "2026-01-25T05:37:14.392647+00:00" + }, + { + "id": "simple_bokeh", + "name": "simple_bokeh", + "category": "gizmos", + "subcategory": "filter", + "author": "seanlfx", + "description": "Contributed\u00a0bySean", + "rating": null, + "rating_count": 0, + "downloads": 344, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/simple_bokeh/", + "last_updated": "2013-11-11T00:45:41", + "scraped_at": "2026-01-25T05:37:14.392784+00:00" + }, + { + "id": "simpleglitch", + "name": "SimpleGlitch", + "category": "gizmos", + "subcategory": "filter", + "author": "gonz476", + "description": "Contributed\u00a0bygonzalo rojas", + "rating": null, + "rating_count": 0, + "downloads": 137, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/simpleglitch/", + "last_updated": "2024-12-14T13:30:39", + "scraped_at": "2026-01-25T05:37:14.392917+00:00" + }, + { + "id": "skin_retouch_tool", + "name": "Skin_retouch_tool", + "category": "gizmos", + "subcategory": "filter", + "author": "kuntal662", + "description": "Contributed\u00a0byKuntal Mukherjee", + "rating": 5.0, + "rating_count": 0, + "downloads": 134, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/skin_retouch_tool/", + "last_updated": "2025-09-06T23:34:38", + "scraped_at": "2026-01-25T05:37:14.393051+00:00" + }, + { + "id": "snowy", + "name": "Snowy", + "category": "gizmos", + "subcategory": "filter", + "author": "pagis", + "description": "Contributed\u00a0bygogen kikibidze", + "rating": null, + "rating_count": 0, + "downloads": 1009, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/snowy/", + "last_updated": "2022-11-01T06:15:23", + "scraped_at": "2026-01-25T05:37:14.393188+00:00" + }, + { + "id": "soften-no-cat", + "name": "Soften No Cat", + "category": "gizmos", + "subcategory": "filter", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 170, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/soften-no-cat/", + "last_updated": "2014-03-21T04:30:01", + "scraped_at": "2026-01-25T05:37:14.393325+00:00" + }, + { + "id": "splineblur", + "name": "SplineBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": null, + "rating_count": 0, + "downloads": 202, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/splineblur/", + "last_updated": "2023-05-04T16:08:01", + "scraped_at": "2026-01-25T05:37:14.393460+00:00" + }, + { + "id": "st_chromaticaberration", + "name": "ST_chromaticAberration", + "category": "gizmos", + "subcategory": "filter", + "author": "chasn", + "description": "Contributed\u00a0byChas Naylor", + "rating": null, + "rating_count": 0, + "downloads": 2485, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/st_chromaticaberration/", + "last_updated": "2014-02-28T06:06:27", + "scraped_at": "2026-01-25T05:37:14.393591+00:00" + }, + { + "id": "subpixel-generator", + "name": "Subpixel Generator", + "category": "gizmos", + "subcategory": "filter", + "author": "Philander", + "description": "Contributed\u00a0byPhilipp M\u00fcller", + "rating": null, + "rating_count": 0, + "downloads": 439, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/subpixel-generator/", + "last_updated": "2020-01-07T05:12:10", + "scraped_at": "2026-01-25T05:37:14.393726+00:00" + }, + { + "id": "tangent-space-normals-utilities", + "name": "Tangent Space Normals Utilities", + "category": "gizmos", + "subcategory": "filter", + "author": "KelSolaar", + "description": "Contributed\u00a0byThomas Mansencal", + "rating": null, + "rating_count": 0, + "downloads": 766, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/tangent-space-normals-utilities/", + "last_updated": "2015-04-10T01:01:05", + "scraped_at": "2026-01-25T05:37:14.393861+00:00" + }, + { + "id": "tiltshift_blur", + "name": "TiltShift_Blur", + "category": "gizmos", + "subcategory": "filter", + "author": "owljones", + "description": "Contributed\u00a0byJonas Almeida", + "rating": null, + "rating_count": 0, + "downloads": 380, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/tiltshift_blur/", + "last_updated": "2015-06-29T03:32:28", + "scraped_at": "2026-01-25T05:37:14.393996+00:00" + }, + { + "id": "tj_bumpcc_v2", + "name": "TJ_BumpCC_v2", + "category": "gizmos", + "subcategory": "filter", + "author": "NolanTJ", + "description": "Contributed\u00a0byThiruMani Kumar", + "rating": null, + "rating_count": 0, + "downloads": 67, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/tj_bumpcc_v2/", + "last_updated": "2023-06-26T20:53:17", + "scraped_at": "2026-01-25T05:37:14.394134+00:00" + }, + { + "id": "tj_detailextracter", + "name": "TJ_DetailExtracter", + "category": "gizmos", + "subcategory": "filter", + "author": "NolanTJ", + "description": "Contributed\u00a0byThiruMani Kumar", + "rating": null, + "rating_count": 0, + "downloads": 96, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/tj_detailextracter/", + "last_updated": "2023-06-26T20:48:02", + "scraped_at": "2026-01-25T05:37:14.394268+00:00" + }, + { + "id": "trunc", + "name": "Trunc", + "category": "gizmos", + "subcategory": "filter", + "author": "Gat", + "description": "Contributed\u00a0byGaetan Baldy", + "rating": null, + "rating_count": 0, + "downloads": 134, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/trunc/", + "last_updated": "2021-09-01T18:05:24", + "scraped_at": "2026-01-25T05:37:14.394403+00:00" + }, + { + "id": "turbulent-displace-heat-distortion-v13", + "name": "turbulent displace & heat distortion v1.3", + "category": "gizmos", + "subcategory": "filter", + "author": "joojos_art", + "description": "Contributed\u00a0byJohannes Kretschmer", + "rating": null, + "rating_count": 0, + "downloads": 667, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/turbulent-displace-heat-distortion-v13/", + "last_updated": "2021-07-19T15:33:56", + "scraped_at": "2026-01-25T05:37:14.394535+00:00" + }, + { + "id": "turbulent_displace", + "name": "turbulent_displace", + "category": "gizmos", + "subcategory": "filter", + "author": "joojos_art", + "description": "Contributed\u00a0byJohannes Kretschmer", + "rating": null, + "rating_count": 0, + "downloads": 147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/turbulent_displace/", + "last_updated": "2021-07-16T16:36:17", + "scraped_at": "2026-01-25T05:37:14.394669+00:00" + }, + { + "id": "tx_bloom", + "name": "TX_Bloom", + "category": "gizmos", + "subcategory": "filter", + "author": "Tomas", + "description": "Contributed\u00a0byTomas Lefebvre", + "rating": 5.0, + "rating_count": 0, + "downloads": 5370, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/tx_bloom/", + "last_updated": "2014-02-21T05:10:56", + "scraped_at": "2026-01-25T05:37:14.394842+00:00" + }, + { + "id": "tx_kaleido", + "name": "TX_Kaleido", + "category": "gizmos", + "subcategory": "filter", + "author": "Tomas", + "description": "Contributed\u00a0byTomas Lefebvre", + "rating": null, + "rating_count": 0, + "downloads": 1025, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/tx_kaleido/", + "last_updated": "2012-05-02T16:27:41", + "scraped_at": "2026-01-25T05:37:14.394996+00:00" + }, + { + "id": "unsharpmask", + "name": "UnsharpMask", + "category": "gizmos", + "subcategory": "filter", + "author": "scott.chambers", + "description": "Contributed\u00a0byScott Chambers", + "rating": null, + "rating_count": 0, + "downloads": 1622, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/unsharpmask/", + "last_updated": "2011-01-20T04:59:44", + "scraped_at": "2026-01-25T05:37:14.395136+00:00" + }, + { + "id": "v_edgematte", + "name": "V_EdgeMatte", + "category": "gizmos", + "subcategory": "filter", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 2718, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/v_edgematte/", + "last_updated": "2012-03-03T05:28:58", + "scraped_at": "2026-01-25T05:37:14.395273+00:00" + }, + { + "id": "vector-median", + "name": "Vector Median", + "category": "gizmos", + "subcategory": "filter", + "author": "egbert", + "description": "Contributed\u00a0byEgbert Reichel", + "rating": null, + "rating_count": 0, + "downloads": 865, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/vector-median/", + "last_updated": "2018-01-25T12:35:18", + "scraped_at": "2026-01-25T05:37:14.395407+00:00" + }, + { + "id": "vectorextendedge", + "name": "VectorExtendEdge", + "category": "gizmos", + "subcategory": "filter", + "author": "michael", + "description": "Contributed\u00a0byMichael Garrett", + "rating": null, + "rating_count": 0, + "downloads": 5936, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/vectorextendedge/", + "last_updated": "2010-11-03T02:26:35", + "scraped_at": "2026-01-25T05:37:14.395541+00:00" + }, + { + "id": "vhighpass", + "name": "vHighPass", + "category": "gizmos", + "subcategory": "filter", + "author": "vitek", + "description": "Contributed\u00a0byVit Sedlacek", + "rating": null, + "rating_count": 0, + "downloads": 1324, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/vhighpass/", + "last_updated": "2013-03-11T03:03:30", + "scraped_at": "2026-01-25T05:37:14.395675+00:00" + }, + { + "id": "vignette", + "name": "Vignette", + "category": "gizmos", + "subcategory": "filter", + "author": "isak3d", + "description": "Contributed\u00a0byVladimir Isailovic", + "rating": null, + "rating_count": 0, + "downloads": 1169, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/vignette/", + "last_updated": "2013-01-10T07:24:27", + "scraped_at": "2026-01-25T05:37:14.395817+00:00" + }, + { + "id": "virtuallens", + "name": "VirtualLens", + "category": "gizmos", + "subcategory": "filter", + "author": "florianlorber", + "description": "Contributed\u00a0byFlorian Lorber", + "rating": null, + "rating_count": 0, + "downloads": 4383, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/virtuallens/", + "last_updated": "2023-08-31T03:01:03", + "scraped_at": "2026-01-25T05:37:14.395949+00:00" + }, + { + "id": "vk_deflicker", + "name": "VK_Deflicker", + "category": "gizmos", + "subcategory": "filter", + "author": "vangel", + "description": "Contributed\u00a0byVale Angel", + "rating": null, + "rating_count": 0, + "downloads": 1109, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/vk_deflicker/", + "last_updated": "2013-05-11T06:09:34", + "scraped_at": "2026-01-25T05:37:14.396081+00:00" + }, + { + "id": "w_catseye", + "name": "W_CatsEye", + "category": "gizmos", + "subcategory": "filter", + "author": "wesheo", + "description": "Contributed\u00a0byWes Heo", + "rating": null, + "rating_count": 0, + "downloads": 1627, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/w_catseye/", + "last_updated": "2019-01-21T09:39:54", + "scraped_at": "2026-01-25T05:37:14.396212+00:00" + }, + { + "id": "wavelet-blur", + "name": "Wavelet Blur", + "category": "gizmos", + "subcategory": "filter", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 1082, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/wavelet-blur/", + "last_updated": "2017-04-11T09:10:11", + "scraped_at": "2026-01-25T05:37:14.396346+00:00" + }, + { + "id": "wiener-deconvolve", + "name": "Wiener Deconvolve", + "category": "gizmos", + "subcategory": "filter", + "author": "jpeacock", + "description": "Contributed\u00a0byJeremy Peacock", + "rating": 2.0, + "rating_count": 0, + "downloads": 748, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/wiener-deconvolve/", + "last_updated": "2018-10-07T17:58:23", + "scraped_at": "2026-01-25T05:37:14.396482+00:00" + }, + { + "id": "x_denoise", + "name": "X_Denoise", + "category": "gizmos", + "subcategory": "filter", + "author": "xavinitram", + "description": "Contributed\u00a0byXavier Mart\u00edn", + "rating": null, + "rating_count": 0, + "downloads": 9062, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/x_denoise/", + "last_updated": "2015-08-03T02:54:26", + "scraped_at": "2026-01-25T05:37:14.396617+00:00" + }, + { + "id": "x_vectorblur", + "name": "X_vectorBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "pandatk", + "description": "Contributed\u00a0byTao Yu", + "rating": null, + "rating_count": 0, + "downloads": 230, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/x_vectorblur/", + "last_updated": "2015-09-22T17:42:17", + "scraped_at": "2026-01-25T05:37:14.396761+00:00" + }, + { + "id": "zipblur", + "name": "ZipBlur", + "category": "gizmos", + "subcategory": "filter", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 5.0, + "rating_count": 0, + "downloads": 1727, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/filter/zipblur/", + "last_updated": "2022-05-21T12:40:03", + "scraped_at": "2026-01-25T05:37:14.396896+00:00" + }, + { + "id": "absolutekey", + "name": "AbsoluteKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "emilemassie", + "description": "Contributed\u00a0byEmile Massie-Vanasse", + "rating": null, + "rating_count": 0, + "downloads": 89, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/absolutekey/", + "last_updated": "2025-08-17T04:14:42", + "scraped_at": "2026-01-25T05:37:16.113806+00:00" + }, + { + "id": "additive-keyer", + "name": "Additive Keyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "tdlockard", + "description": "Contributed\u00a0byTyler Lockard", + "rating": null, + "rating_count": 0, + "downloads": 8092, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/additive-keyer/", + "last_updated": "2015-04-28T07:20:10", + "scraped_at": "2026-01-25T05:37:16.113977+00:00" + }, + { + "id": "additivekeyer", + "name": "AdditiveKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": 2.3333333333333335, + "rating_count": 0, + "downloads": 10014, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/additivekeyer/", + "last_updated": "2009-09-02T17:50:27", + "scraped_at": "2026-01-25T05:37:16.114109+00:00" + }, + { + "id": "additivekeyer_mm", + "name": "AdditiveKeyer_MM", + "category": "gizmos", + "subcategory": "keyer", + "author": "Mad007", + "description": "Contributed\u00a0byMatheus Marques", + "rating": null, + "rating_count": 0, + "downloads": 2428, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/additivekeyer_mm/", + "last_updated": "2018-11-25T19:22:31", + "scraped_at": "2026-01-25T05:37:16.114234+00:00" + }, + { + "id": "advanced_keying_template_pack", + "name": "Advanced_Keying_Template_Pack", + "category": "gizmos", + "subcategory": "keyer", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": null, + "rating_count": 0, + "downloads": 6230, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/advanced_keying_template_pack/", + "last_updated": "2015-12-19T05:47:01", + "scraped_at": "2026-01-25T05:37:16.114359+00:00" + }, + { + "id": "ap_defectmapcreator", + "name": "AP_DefectMapCreator", + "category": "gizmos", + "subcategory": "keyer", + "author": "alexander055", + "description": "Contributed\u00a0byAndrea Perisano", + "rating": 3.0, + "rating_count": 0, + "downloads": 871, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ap_defectmapcreator/", + "last_updated": "2021-05-17T10:13:47", + "scraped_at": "2026-01-25T05:37:16.114483+00:00" + }, + { + "id": "as_cleanplate", + "name": "as_CleanPlate", + "category": "gizmos", + "subcategory": "keyer", + "author": "andresseedorf", + "description": "Contributed\u00a0byAndres Seedorf", + "rating": null, + "rating_count": 0, + "downloads": 799, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/as_cleanplate/", + "last_updated": "2023-09-25T18:15:07", + "scraped_at": "2026-01-25T05:37:16.114605+00:00" + }, + { + "id": "as_quickkey", + "name": "as_QuickKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "andresseedorf", + "description": "Contributed\u00a0byAndres Seedorf", + "rating": null, + "rating_count": 0, + "downloads": 129, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/as_quickkey/", + "last_updated": "2024-06-06T12:09:48", + "scraped_at": "2026-01-25T05:37:16.114735+00:00" + }, + { + "id": "audacity_beat", + "name": "Audacity_beat", + "category": "gizmos", + "subcategory": "keyer", + "author": "LeoLiuos", + "description": "Contributed\u00a0byLeo Lipasti", + "rating": null, + "rating_count": 0, + "downloads": 177, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/audacity_beat/", + "last_updated": "2015-05-19T04:58:08", + "scraped_at": "2026-01-25T05:37:16.114859+00:00" + }, + { + "id": "betterkeyer", + "name": "BetterKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "VigilFX", + "description": "Contributed\u00a0byGabe Vigil", + "rating": null, + "rating_count": 0, + "downloads": 846, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/betterkeyer/", + "last_updated": "2018-11-12T13:47:10", + "scraped_at": "2026-01-25T05:37:16.114982+00:00" + }, + { + "id": "bm_despill", + "name": "bm_Despill", + "category": "gizmos", + "subcategory": "keyer", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": null, + "rating_count": 0, + "downloads": 4516, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/bm_despill/", + "last_updated": "2013-10-04T17:45:13", + "scraped_at": "2026-01-25T05:37:16.115106+00:00" + }, + { + "id": "bm_lumakeyer", + "name": "BM_LumaKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": null, + "rating_count": 0, + "downloads": 2532, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/bm_lumakeyer/", + "last_updated": "2011-06-05T11:50:32", + "scraped_at": "2026-01-25T05:37:16.115227+00:00" + }, + { + "id": "cdmk", + "name": "CDMK", + "category": "gizmos", + "subcategory": "keyer", + "author": "sanselme", + "description": "Contributed\u00a0bySchubert Anselme", + "rating": null, + "rating_count": 0, + "downloads": 1660, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/cdmk/", + "last_updated": "2011-03-31T03:17:32", + "scraped_at": "2026-01-25T05:37:16.115352+00:00" + }, + { + "id": "channelcontactsheet", + "name": "ChannelContactSheet", + "category": "gizmos", + "subcategory": "keyer", + "author": "tdlockard", + "description": "Contributed\u00a0byTyler Lockard", + "rating": null, + "rating_count": 0, + "downloads": 1883, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/channelcontactsheet/", + "last_updated": "2015-09-04T22:41:09", + "scraped_at": "2026-01-25T05:37:16.115476+00:00" + }, + { + "id": "checkmatte", + "name": "Checkmatte", + "category": "gizmos", + "subcategory": "keyer", + "author": "owljones", + "description": "Contributed\u00a0byJonas Almeida", + "rating": null, + "rating_count": 0, + "downloads": 667, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/checkmatte/", + "last_updated": "2020-09-27T15:13:41", + "scraped_at": "2026-01-25T05:37:16.115598+00:00" + }, + { + "id": "clg_alphamatrix", + "name": "CLG_AlphaMatrix", + "category": "gizmos", + "subcategory": "keyer", + "author": "Claudio Greco", + "description": "Contributed\u00a0byClaudio Greco", + "rating": 5.0, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/clg_alphamatrix/", + "last_updated": "2025-05-21T15:35:25", + "scraped_at": "2026-01-25T05:37:16.115723+00:00" + }, + { + "id": "color-difference-key", + "name": "Color Difference Key", + "category": "gizmos", + "subcategory": "keyer", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 1374, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/color-difference-key/", + "last_updated": "2022-11-30T11:09:04", + "scraped_at": "2026-01-25T05:37:16.115857+00:00" + }, + { + "id": "cubekey", + "name": "cubeKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "pixelHammer", + "description": "Contributed\u00a0byDerek Rein", + "rating": null, + "rating_count": 0, + "downloads": 552, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/cubekey/", + "last_updated": "2014-12-19T01:38:30", + "scraped_at": "2026-01-25T05:37:16.115981+00:00" + }, + { + "id": "d_colorpaint", + "name": "d_colorPaint", + "category": "gizmos", + "subcategory": "keyer", + "author": "topperLopez82", + "description": "Contributed\u00a0byDaniel Lopez-Izquierdo", + "rating": null, + "rating_count": 0, + "downloads": 454, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/d_colorpaint/", + "last_updated": "2014-09-17T02:27:25", + "scraped_at": "2026-01-25T05:37:16.116105+00:00" + }, + { + "id": "depthbuddy", + "name": "DepthBuddy", + "category": "gizmos", + "subcategory": "keyer", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 1638, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/depthbuddy/", + "last_updated": "2023-10-09T06:28:36", + "scraped_at": "2026-01-25T05:37:16.116226+00:00" + }, + { + "id": "depthkeyer_cb", + "name": "DepthKeyer_CB", + "category": "gizmos", + "subcategory": "keyer", + "author": "chadb", + "description": "Contributed\u00a0byChad Buehler", + "rating": 5.0, + "rating_count": 0, + "downloads": 1421, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/depthkeyer_cb/", + "last_updated": "2018-04-29T13:47:16", + "scraped_at": "2026-01-25T05:37:16.116350+00:00" + }, + { + "id": "despill-node-gizmo", + "name": "Despill Node Gizmo", + "category": "gizmos", + "subcategory": "keyer", + "author": "Mad007", + "description": "Contributed\u00a0byMatheus Marques", + "rating": 5.0, + "rating_count": 0, + "downloads": 1579, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/despill-node-gizmo/", + "last_updated": "2016-02-29T07:35:48", + "scraped_at": "2026-01-25T05:37:16.116471+00:00" + }, + { + "id": "despill-to-color", + "name": "Despill to Color", + "category": "gizmos", + "subcategory": "keyer", + "author": "mitJosi", + "description": "Contributed\u00a0byJohannes Masanz", + "rating": 4.5, + "rating_count": 0, + "downloads": 8592, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/despill-to-color/", + "last_updated": "2023-07-22T21:13:02", + "scraped_at": "2026-01-25T05:37:16.116592+00:00" + }, + { + "id": "despill_edge_hack_1_1", + "name": "Despill_Edge_Hack_1_1", + "category": "gizmos", + "subcategory": "keyer", + "author": "vfxforfilm", + "description": "Contributed\u00a0byMatt Skonicki", + "rating": null, + "rating_count": 0, + "downloads": 1625, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/despill_edge_hack_1_1/", + "last_updated": "2023-06-16T13:36:56", + "scraped_at": "2026-01-25T05:37:16.116714+00:00" + }, + { + "id": "despill_node", + "name": "Despill_Node", + "category": "gizmos", + "subcategory": "keyer", + "author": "Mad007", + "description": "Contributed\u00a0byMatheus Marques", + "rating": null, + "rating_count": 0, + "downloads": 807, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/despill_node/", + "last_updated": "2016-03-04T03:26:27", + "scraped_at": "2026-01-25T05:37:16.116841+00:00" + }, + { + "id": "despillmadness", + "name": "DespillMadness", + "category": "gizmos", + "subcategory": "keyer", + "author": "andy.frickinger", + "description": "Contributed\u00a0byAndreas Frickinger", + "rating": 4.7, + "rating_count": 0, + "downloads": 45723, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/despillmadness/", + "last_updated": "2013-02-11T11:06:59", + "scraped_at": "2026-01-25T05:37:16.116963+00:00" + }, + { + "id": "despillsupx", + "name": "DespillSupX", + "category": "gizmos", + "subcategory": "keyer", + "author": "sac", + "description": "Contributed\u00a0bysachin kumar brar", + "rating": null, + "rating_count": 0, + "downloads": 81, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/despillsupx/", + "last_updated": "2024-04-10T18:53:18", + "scraped_at": "2026-01-25T05:37:16.117085+00:00" + }, + { + "id": "despilltobg", + "name": "DespillToBG", + "category": "gizmos", + "subcategory": "keyer", + "author": "N0d4l", + "description": "Contributed\u00a0byG\u00e9raud Mottais", + "rating": null, + "rating_count": 0, + "downloads": 631, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/despilltobg/", + "last_updated": "2022-10-14T16:43:46", + "scraped_at": "2026-01-25T05:37:16.117209+00:00" + }, + { + "id": "differenceplus", + "name": "DifferencePlus+", + "category": "gizmos", + "subcategory": "keyer", + "author": "itaki", + "description": "Contributed\u00a0byMichael McReynolds", + "rating": null, + "rating_count": 0, + "downloads": 1741, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/differenceplus/", + "last_updated": "2024-04-20T01:54:15", + "scraped_at": "2026-01-25T05:37:16.117331+00:00" + }, + { + "id": "ego_despill", + "name": "Ego_DeSpill", + "category": "gizmos", + "subcategory": "keyer", + "author": "TheEgoWorks", + "description": "Contributed\u00a0byAvi Ryeson", + "rating": null, + "rating_count": 0, + "downloads": 1292, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ego_despill/", + "last_updated": "2014-05-29T22:30:08", + "scraped_at": "2026-01-25T05:37:16.117452+00:00" + }, + { + "id": "emmatte", + "name": "emMatte", + "category": "gizmos", + "subcategory": "keyer", + "author": "eva.mateo", + "description": "Contributed\u00a0byEva Mateo", + "rating": 5.0, + "rating_count": 0, + "downloads": 78, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/emmatte/", + "last_updated": "2024-12-16T09:03:14", + "scraped_at": "2026-01-25T05:37:16.117574+00:00" + }, + { + "id": "erode_black_edge", + "name": "erode_black_edge", + "category": "gizmos", + "subcategory": "keyer", + "author": "Arunjrv", + "description": "Contributed\u00a0byArun JRV", + "rating": null, + "rating_count": 0, + "downloads": 2200, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/erode_black_edge/", + "last_updated": "2017-05-21T20:52:57", + "scraped_at": "2026-01-25T05:37:16.117697+00:00" + }, + { + "id": "fixe_edge_wuanfu", + "name": "fixe_edge_wuanfu", + "category": "gizmos", + "subcategory": "keyer", + "author": "Kienle92", + "description": "Contributed\u00a0byLe Kien", + "rating": null, + "rating_count": 0, + "downloads": 107, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/fixe_edge_wuanfu/", + "last_updated": "2024-05-29T10:55:27", + "scraped_at": "2026-01-25T05:37:16.117824+00:00" + }, + { + "id": "fxt_chromakeyer", + "name": "fxT_chromaKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 448, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/fxt_chromakeyer/", + "last_updated": "2020-10-15T07:28:17", + "scraped_at": "2026-01-25T05:37:16.117945+00:00" + }, + { + "id": "fxt_keyer", + "name": "fxT_Keyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 742, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/fxt_keyer/", + "last_updated": "2021-05-06T19:51:25", + "scraped_at": "2026-01-25T05:37:16.118067+00:00" + }, + { + "id": "fz_despill", + "name": "FZ_despill", + "category": "gizmos", + "subcategory": "keyer", + "author": "mrtimes", + "description": "Contributed\u00a0byfarhad zamani", + "rating": null, + "rating_count": 0, + "downloads": 101, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/fz_despill/", + "last_updated": "2025-03-10T19:08:16", + "scraped_at": "2026-01-25T05:37:16.118188+00:00" + }, + { + "id": "grainedges", + "name": "GrainEdges", + "category": "gizmos", + "subcategory": "keyer", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 1019, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/grainedges/", + "last_updated": "2014-09-17T21:06:18", + "scraped_at": "2026-01-25T05:37:16.118309+00:00" + }, + { + "id": "green_screen_comp", + "name": "Green_Screen_Comp", + "category": "gizmos", + "subcategory": "keyer", + "author": "09bobby", + "description": "Contributed\u00a0bysravan kumar", + "rating": 5.0, + "rating_count": 0, + "downloads": 60, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/green_screen_comp/", + "last_updated": "2025-04-28T07:56:59", + "scraped_at": "2026-01-25T05:37:16.118429+00:00" + }, + { + "id": "gw_despill_v21", + "name": "gw_despill_V2.1", + "category": "gizmos", + "subcategory": "keyer", + "author": "gavdalf", + "description": "Contributed\u00a0byGavin Whittaker", + "rating": null, + "rating_count": 0, + "downloads": 1975, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/gw_despill_v21/", + "last_updated": "2022-04-05T08:11:53", + "scraped_at": "2026-01-25T05:37:16.118552+00:00" + }, + { + "id": "hairkey", + "name": "HairKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "karthikc", + "description": "Contributed\u00a0bykarthik chandrasekar", + "rating": 5.0, + "rating_count": 0, + "downloads": 4402, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/hairkey/", + "last_updated": "2019-02-07T14:38:02", + "scraped_at": "2026-01-25T05:37:16.118673+00:00" + }, + { + "id": "happy_clamping_toolset", + "name": "Happy_Clamping_Toolset", + "category": "gizmos", + "subcategory": "keyer", + "author": "gavdalf", + "description": "Contributed\u00a0byGavin Whittaker", + "rating": null, + "rating_count": 0, + "downloads": 76, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/happy_clamping_toolset/", + "last_updated": "2022-05-03T20:38:15", + "scraped_at": "2026-01-25T05:37:16.118823+00:00" + }, + { + "id": "hue_mask", + "name": "Hue_Mask", + "category": "gizmos", + "subcategory": "keyer", + "author": "Mad007", + "description": "Contributed\u00a0byMatheus Marques", + "rating": null, + "rating_count": 0, + "downloads": 515, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/hue_mask/", + "last_updated": "2016-03-25T05:46:23", + "scraped_at": "2026-01-25T05:37:16.118951+00:00" + }, + { + "id": "ibk-color-master", + "name": "IBK Color Master", + "category": "gizmos", + "subcategory": "keyer", + "author": "subm16", + "description": "Contributed\u00a0byShubham Soni", + "rating": 5.0, + "rating_count": 0, + "downloads": 2972, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ibk-color-master/", + "last_updated": "2023-12-11T22:00:07", + "scraped_at": "2026-01-25T05:37:16.119074+00:00" + }, + { + "id": "ibk_stack", + "name": "IBK_stack", + "category": "gizmos", + "subcategory": "keyer", + "author": "spoon48", + "description": "Contributed\u00a0byLukas L\u00f6ffler", + "rating": null, + "rating_count": 0, + "downloads": 1285, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ibk_stack/", + "last_updated": "2021-08-23T18:31:23", + "scraped_at": "2026-01-25T05:37:16.119198+00:00" + }, + { + "id": "ibkcleanplate", + "name": "IBKCleanPlate", + "category": "gizmos", + "subcategory": "keyer", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 1588, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ibkcleanplate/", + "last_updated": "2019-07-01T10:55:32", + "scraped_at": "2026-01-25T05:37:16.119319+00:00" + }, + { + "id": "ibkcolorsetup", + "name": "IBKcolorSetup", + "category": "gizmos", + "subcategory": "keyer", + "author": "kv300", + "description": "Contributed\u00a0byAndrija Trickovic", + "rating": null, + "rating_count": 0, + "downloads": 1162, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ibkcolorsetup/", + "last_updated": "2018-02-07T12:50:00", + "scraped_at": "2026-01-25T05:37:16.119441+00:00" + }, + { + "id": "ibkstacker", + "name": "IBKStacker", + "category": "gizmos", + "subcategory": "keyer", + "author": "Seredur", + "description": "Contributed\u00a0byRiccardo Di Leo", + "rating": null, + "rating_count": 0, + "downloads": 286, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ibkstacker/", + "last_updated": "2024-02-19T08:25:42", + "scraped_at": "2026-01-25T05:37:16.119561+00:00" + }, + { + "id": "idselect_hub", + "name": "IDselect_hub", + "category": "gizmos", + "subcategory": "keyer", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 932, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/idselect_hub/", + "last_updated": "2010-10-09T05:00:18", + "scraped_at": "2026-01-25T05:37:16.119683+00:00" + }, + { + "id": "jkcolorkeyer", + "name": "jkColorKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "JakobKardoeus", + "description": "Contributed\u00a0byJakob Kardoeus", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/jkcolorkeyer/", + "last_updated": "2025-12-17T23:54:22", + "scraped_at": "2026-01-25T05:37:16.119810+00:00" + }, + { + "id": "jkeasyadditive", + "name": "jkEasyAdditive", + "category": "gizmos", + "subcategory": "keyer", + "author": "JakobKardoeus", + "description": "Contributed\u00a0byJakob Kardoeus", + "rating": null, + "rating_count": 0, + "downloads": 402, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/jkeasyadditive/", + "last_updated": "2025-02-21T10:53:45", + "scraped_at": "2026-01-25T05:37:16.119933+00:00" + }, + { + "id": "jr_screencorrection", + "name": "JR_ScreenCorrection", + "category": "gizmos", + "subcategory": "keyer", + "author": "JaimeRojo", + "description": "Contributed\u00a0byJaime Rojo", + "rating": null, + "rating_count": 0, + "downloads": 531, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/jr_screencorrection/", + "last_updated": "2018-09-14T11:55:54", + "scraped_at": "2026-01-25T05:37:16.120056+00:00" + }, + { + "id": "key_soft", + "name": "key_soft", + "category": "gizmos", + "subcategory": "keyer", + "author": "hamedzamanzadeh69", + "description": "Contributed\u00a0byhamed zamanzadeh", + "rating": null, + "rating_count": 0, + "downloads": 214, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/key_soft/", + "last_updated": "2019-08-05T11:17:48", + "scraped_at": "2026-01-25T05:37:16.120179+00:00" + }, + { + "id": "keyadvance", + "name": "KeyAdvance", + "category": "gizmos", + "subcategory": "keyer", + "author": "Sangrampatil", + "description": "Contributed\u00a0bySangram Patil", + "rating": null, + "rating_count": 0, + "downloads": 623, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/keyadvance/", + "last_updated": "2016-06-24T14:20:56", + "scraped_at": "2026-01-25T05:37:16.120301+00:00" + }, + { + "id": "keyer-compositing", + "name": "Keyer Compositing", + "category": "gizmos", + "subcategory": "keyer", + "author": "frankestalone", + "description": "Contributed\u00a0byFrank Estalone", + "rating": null, + "rating_count": 0, + "downloads": 611, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/keyer-compositing/", + "last_updated": "2016-02-22T21:09:50", + "scraped_at": "2026-01-25T05:37:16.120421+00:00" + }, + { + "id": "keyer_cb", + "name": "Keyer_CB", + "category": "gizmos", + "subcategory": "keyer", + "author": "chadb", + "description": "Contributed\u00a0byChad Buehler", + "rating": 5.0, + "rating_count": 0, + "downloads": 1307, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/keyer_cb/", + "last_updated": "2018-04-29T13:46:24", + "scraped_at": "2026-01-25T05:37:16.120542+00:00" + }, + { + "id": "keyoto", + "name": "Keyoto", + "category": "gizmos", + "subcategory": "keyer", + "author": "Finley", + "description": "Contributed\u00a0byFinley McNeilage", + "rating": null, + "rating_count": 0, + "downloads": 479, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/keyoto/", + "last_updated": "2016-11-09T17:53:16", + "scraped_at": "2026-01-25T05:37:16.120663+00:00" + }, + { + "id": "killoutline-1", + "name": "KillOutline", + "category": "gizmos", + "subcategory": "keyer", + "author": "andy.frickinger", + "description": "Contributed\u00a0byAndreas Frickinger", + "rating": 5.0, + "rating_count": 0, + "downloads": 9859, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/killoutline-1/", + "last_updated": "2016-08-05T20:27:54", + "scraped_at": "2026-01-25T05:37:16.120788+00:00" + }, + { + "id": "killoutline", + "name": "KillOutline", + "category": "gizmos", + "subcategory": "keyer", + "author": "umapathy91", + "description": "Contributed\u00a0byUmapathy RajarathinaM", + "rating": null, + "rating_count": 0, + "downloads": 97, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/killoutline/", + "last_updated": "2015-07-11T06:22:12", + "scraped_at": "2026-01-25T05:37:16.120911+00:00" + }, + { + "id": "killspillplus", + "name": "KillSpillPlus", + "category": "gizmos", + "subcategory": "keyer", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 4658, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/killspillplus/", + "last_updated": "2010-11-12T11:41:02", + "scraped_at": "2026-01-25T05:37:16.121033+00:00" + }, + { + "id": "l_despill", + "name": "L_Despill", + "category": "gizmos", + "subcategory": "keyer", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 2514, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/l_despill/", + "last_updated": "2011-01-05T10:26:09", + "scraped_at": "2026-01-25T05:37:16.121155+00:00" + }, + { + "id": "lm_despill", + "name": "LM_Despill", + "category": "gizmos", + "subcategory": "keyer", + "author": "Lumo", + "description": "Contributed\u00a0byLuis Mota", + "rating": 5.0, + "rating_count": 0, + "downloads": 129, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/lm_despill/", + "last_updated": "2024-02-06T12:59:16", + "scraped_at": "2026-01-25T05:37:16.121277+00:00" + }, + { + "id": "lp_chillspill", + "name": "lp_ChillSpill", + "category": "gizmos", + "subcategory": "keyer", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": null, + "rating_count": 0, + "downloads": 938, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/lp_chillspill/", + "last_updated": "2020-02-27T02:49:36", + "scraped_at": "2026-01-25T05:37:16.121398+00:00" + }, + { + "id": "lp_hairkey", + "name": "lp_HairKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": null, + "rating_count": 0, + "downloads": 4450, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/lp_hairkey/", + "last_updated": "2020-02-25T03:16:31", + "scraped_at": "2026-01-25T05:37:16.121518+00:00" + }, + { + "id": "lumakeyer", + "name": "LumaKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 1123, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/lumakeyer/", + "last_updated": "2010-10-18T14:54:14", + "scraped_at": "2026-01-25T05:37:16.121639+00:00" + }, + { + "id": "ma_core", + "name": "MA_Core", + "category": "gizmos", + "subcategory": "keyer", + "author": "mohamed00111", + "description": "Contributed\u00a0bymohamed abdelaziz", + "rating": null, + "rating_count": 0, + "downloads": 284, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ma_core/", + "last_updated": "2022-10-29T16:09:06", + "scraped_at": "2026-01-25T05:37:16.121770+00:00" + }, + { + "id": "magickey", + "name": "MagicKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "herbert_muda", + "description": "Contributed\u00a0bycyril conforti", + "rating": null, + "rating_count": 0, + "downloads": 757, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/magickey/", + "last_updated": "2021-11-29T10:15:31", + "scraped_at": "2026-01-25T05:37:16.121892+00:00" + }, + { + "id": "maskbuddy", + "name": "MaskBuddy", + "category": "gizmos", + "subcategory": "keyer", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 1427, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/maskbuddy/", + "last_updated": "2023-06-29T07:16:15", + "scraped_at": "2026-01-25T05:37:16.122013+00:00" + }, + { + "id": "mb_ibk_stacker", + "name": "mb_IBK_stacker", + "category": "gizmos", + "subcategory": "keyer", + "author": "Croesus", + "description": "Contributed\u00a0byMarc Bell", + "rating": null, + "rating_count": 0, + "downloads": 381, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/mb_ibk_stacker/", + "last_updated": "2018-12-15T19:48:49", + "scraped_at": "2026-01-25T05:37:16.122133+00:00" + }, + { + "id": "mm_chromaclean", + "name": "MM_ChromaClean", + "category": "gizmos", + "subcategory": "keyer", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 796, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/mm_chromaclean/", + "last_updated": "2024-04-07T03:46:18", + "scraped_at": "2026-01-25T05:37:16.122263+00:00" + }, + { + "id": "ne_screencleaner", + "name": "NE_ScreenCleaner", + "category": "gizmos", + "subcategory": "keyer", + "author": "KoLt__Real", + "description": "Contributed\u00a0byNicolas Erba", + "rating": null, + "rating_count": 0, + "downloads": 852, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ne_screencleaner/", + "last_updated": "2020-03-15T23:55:27", + "scraped_at": "2026-01-25T05:37:16.122384+00:00" + }, + { + "id": "os_rangekey_1", + "name": "OS_RangeKey_1", + "category": "gizmos", + "subcategory": "keyer", + "author": "rinzler", + "description": "Contributed\u00a0byErwan Andrieux", + "rating": null, + "rating_count": 0, + "downloads": 58, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/os_rangekey_1/", + "last_updated": "2021-04-22T09:28:29", + "scraped_at": "2026-01-25T05:37:16.122505+00:00" + }, + { + "id": "p_matte", + "name": "P_Matte", + "category": "gizmos", + "subcategory": "keyer", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": 4.666666666666667, + "rating_count": 0, + "downloads": 9003, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/p_matte/", + "last_updated": "2011-02-11T14:15:44", + "scraped_at": "2026-01-25T05:37:16.122630+00:00" + }, + { + "id": "p_ramp", + "name": "P_Ramp", + "category": "gizmos", + "subcategory": "keyer", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 1762, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/p_ramp/", + "last_updated": "2011-02-11T14:15:44", + "scraped_at": "2026-01-25T05:37:16.122821+00:00" + }, + { + "id": "pointcloudkeyer", + "name": "PointCloudKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "fuzzymango", + "description": "Contributed\u00a0byIsaac Spiegel", + "rating": null, + "rating_count": 0, + "downloads": 538, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/pointcloudkeyer/", + "last_updated": "2021-03-25T11:43:17", + "scraped_at": "2026-01-25T05:37:16.123060+00:00" + }, + { + "id": "ppass_mask_hub", + "name": "pPass_Mask_hub", + "category": "gizmos", + "subcategory": "keyer", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 1984, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/ppass_mask_hub/", + "last_updated": "2020-02-27T23:02:04", + "scraped_at": "2026-01-25T05:37:16.123232+00:00" + }, + { + "id": "primaries_hub", + "name": "primaries_hub", + "category": "gizmos", + "subcategory": "keyer", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 255, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/primaries_hub/", + "last_updated": "2012-06-29T02:55:42", + "scraped_at": "2026-01-25T05:37:16.123360+00:00" + }, + { + "id": "quickkey", + "name": "QuickKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 850, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/quickkey/", + "last_updated": "2017-12-08T13:22:44", + "scraped_at": "2026-01-25T05:37:16.123486+00:00" + }, + { + "id": "rm_addmultiply", + "name": "rm_addMultiply", + "category": "gizmos", + "subcategory": "keyer", + "author": "Wecelio", + "description": "Contributed\u00a0byRuben Mulas", + "rating": null, + "rating_count": 0, + "downloads": 30, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/rm_addmultiply/", + "last_updated": "2024-07-08T08:08:09", + "scraped_at": "2026-01-25T05:37:16.123609+00:00" + }, + { + "id": "rm_fastibk", + "name": "rm_fastIBK", + "category": "gizmos", + "subcategory": "keyer", + "author": "Wecelio", + "description": "Contributed\u00a0byRuben Mulas", + "rating": null, + "rating_count": 0, + "downloads": 40, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/rm_fastibk/", + "last_updated": "2024-07-06T00:30:56", + "scraped_at": "2026-01-25T05:37:16.123746+00:00" + }, + { + "id": "s_additive_v01", + "name": "S_additive_V01", + "category": "gizmos", + "subcategory": "keyer", + "author": "sajadsalimi", + "description": "Contributed\u00a0bySAJAD SALIMI", + "rating": 5.0, + "rating_count": 0, + "downloads": 185, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/s_additive_v01/", + "last_updated": "2025-08-14T05:48:45", + "scraped_at": "2026-01-25T05:37:16.123876+00:00" + }, + { + "id": "s_edgeextend", + "name": "S_EdgeExtend", + "category": "gizmos", + "subcategory": "keyer", + "author": "sajadsalimi", + "description": "Contributed\u00a0bySAJAD SALIMI", + "rating": 5.0, + "rating_count": 0, + "downloads": 170, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/s_edgeextend/", + "last_updated": "2025-08-14T05:40:14", + "scraped_at": "2026-01-25T05:37:16.123999+00:00" + }, + { + "id": "sbr_despillsupx_v1", + "name": "SBr_DespillSupX_v1", + "category": "gizmos", + "subcategory": "keyer", + "author": "sac", + "description": "Contributed\u00a0bysachin kumar brar", + "rating": null, + "rating_count": 0, + "downloads": 54, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/sbr_despillsupx_v1/", + "last_updated": "2024-04-10T18:53:26", + "scraped_at": "2026-01-25T05:37:16.124122+00:00" + }, + { + "id": "screencorrect", + "name": "screenCorrect", + "category": "gizmos", + "subcategory": "keyer", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 176, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/screencorrect/", + "last_updated": "2012-02-13T06:44:49", + "scraped_at": "2026-01-25T05:37:16.124242+00:00" + }, + { + "id": "screencorrect-1", + "name": "screenCorrect", + "category": "gizmos", + "subcategory": "keyer", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 2179, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/screencorrect-1/", + "last_updated": "2012-03-31T06:10:12", + "scraped_at": "2026-01-25T05:37:16.124364+00:00" + }, + { + "id": "screenreplace", + "name": "ScreenReplace", + "category": "gizmos", + "subcategory": "keyer", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": null, + "rating_count": 0, + "downloads": 387, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/screenreplace/", + "last_updated": "2022-02-21T17:35:15", + "scraped_at": "2026-01-25T05:37:16.124484+00:00" + }, + { + "id": "screenxchange", + "name": "ScreenXchange", + "category": "gizmos", + "subcategory": "keyer", + "author": "pesopas", + "description": "Contributed\u00a0byDaniel Gonzalez S", + "rating": 5.0, + "rating_count": 0, + "downloads": 3775, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/screenxchange/", + "last_updated": "2013-03-26T04:56:22", + "scraped_at": "2026-01-25T05:37:16.124605+00:00" + }, + { + "id": "showdirtyalpha", + "name": "showDirtyAlpha", + "category": "gizmos", + "subcategory": "keyer", + "author": "johs", + "description": "Contributed\u00a0byJohannes M\u00f8gelvang", + "rating": null, + "rating_count": 0, + "downloads": 484, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/showdirtyalpha/", + "last_updated": "2017-05-25T23:55:02", + "scraped_at": "2026-01-25T05:37:16.124731+00:00" + }, + { + "id": "simple_edge_despill_v1", + "name": "Simple_Edge_Despill_v1", + "category": "gizmos", + "subcategory": "keyer", + "author": "manishroit", + "description": "Contributed\u00a0byManish Rohith", + "rating": null, + "rating_count": 0, + "downloads": 659, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/simple_edge_despill_v1/", + "last_updated": "2024-07-19T09:26:24", + "scraped_at": "2026-01-25T05:37:16.124853+00:00" + }, + { + "id": "sk_despill_unspill_relight_v2", + "name": "SK_Despill_Unspill_Relight_v2", + "category": "gizmos", + "subcategory": "keyer", + "author": "esc4pe85", + "description": "Contributed\u00a0bySalvatore Carvelli", + "rating": null, + "rating_count": 0, + "downloads": 833, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/sk_despill_unspill_relight_v2/", + "last_updated": "2015-01-21T23:16:47", + "scraped_at": "2026-01-25T05:37:16.124973+00:00" + }, + { + "id": "skc_killgradient", + "name": "SkC_KillGradient", + "category": "gizmos", + "subcategory": "keyer", + "author": "skcr1990", + "description": "Contributed\u00a0bysachin kumar", + "rating": null, + "rating_count": 0, + "downloads": 530, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/skc_killgradient/", + "last_updated": "2015-01-19T12:33:15", + "scraped_at": "2026-01-25T05:37:16.125095+00:00" + }, + { + "id": "skc_killlighting", + "name": "SkC_KillLighting", + "category": "gizmos", + "subcategory": "keyer", + "author": "skcr1990", + "description": "Contributed\u00a0bysachin kumar", + "rating": null, + "rating_count": 0, + "downloads": 414, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/skc_killlighting/", + "last_updated": "2015-02-19T01:31:46", + "scraped_at": "2026-01-25T05:37:16.125216+00:00" + }, + { + "id": "soft_keying", + "name": "SOFT_KEYING", + "category": "gizmos", + "subcategory": "keyer", + "author": "ShubhamGanguly", + "description": "Contributed\u00a0byShubham Ganguly", + "rating": null, + "rating_count": 0, + "downloads": 145, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/soft_keying/", + "last_updated": "2024-09-19T18:42:26", + "scraped_at": "2026-01-25T05:37:16.125338+00:00" + }, + { + "id": "softkeyer", + "name": "softKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 2444, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/softkeyer/", + "last_updated": "2012-02-13T04:13:13", + "scraped_at": "2026-01-25T05:37:16.125458+00:00" + }, + { + "id": "sp_spillreplace", + "name": "sP_spillReplace", + "category": "gizmos", + "subcategory": "keyer", + "author": "DrJ0nes", + "description": "Contributed\u00a0byadam jones", + "rating": null, + "rating_count": 0, + "downloads": 316, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/sp_spillreplace/", + "last_updated": "2017-03-16T00:32:34", + "scraped_at": "2026-01-25T05:37:16.125579+00:00" + }, + { + "id": "spillreplace2", + "name": "SpillReplace2", + "category": "gizmos", + "subcategory": "keyer", + "author": "tinitron", + "description": "Contributed\u00a0byMichael Habenicht", + "rating": 3.0, + "rating_count": 0, + "downloads": 1230, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/spillreplace2/", + "last_updated": "2010-10-15T05:07:12", + "scraped_at": "2026-01-25T05:37:16.125700+00:00" + }, + { + "id": "spillx-1", + "name": "SpillX", + "category": "gizmos", + "subcategory": "keyer", + "author": "ahada", + "description": "Contributed\u00a0byAhad Mohebbi", + "rating": null, + "rating_count": 0, + "downloads": 54, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/spillx-1/", + "last_updated": "2011-03-12T05:51:51", + "scraped_at": "2026-01-25T05:37:16.125824+00:00" + }, + { + "id": "spillx", + "name": "SpillX", + "category": "gizmos", + "subcategory": "keyer", + "author": "ahada", + "description": "Contributed\u00a0byAhad Mohebbi", + "rating": null, + "rating_count": 0, + "downloads": 560, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/spillx/", + "last_updated": "2011-03-12T05:51:51", + "scraped_at": "2026-01-25T05:37:16.125945+00:00" + }, + { + "id": "t_ibk_stacker", + "name": "T_IBK_STACKER", + "category": "gizmos", + "subcategory": "keyer", + "author": "T_CanFo", + "description": "Contributed\u00a0byTatiana Cantor", + "rating": null, + "rating_count": 0, + "downloads": 150, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/t_ibk_stacker/", + "last_updated": "2023-04-27T08:57:55", + "scraped_at": "2026-01-25T05:37:16.126066+00:00" + }, + { + "id": "tabkey", + "name": "tabKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "sidbore92", + "description": "Contributed\u00a0byDmitriy Patrushev", + "rating": null, + "rating_count": 0, + "downloads": 450, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/tabkey/", + "last_updated": "2023-02-16T01:56:08", + "scraped_at": "2026-01-25T05:37:16.126187+00:00" + }, + { + "id": "tx_huekeyer", + "name": "TX_HueKeyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "Tomas", + "description": "Contributed\u00a0byTomas Lefebvre", + "rating": null, + "rating_count": 0, + "downloads": 3216, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/tx_huekeyer/", + "last_updated": "2014-02-21T06:11:25", + "scraped_at": "2026-01-25T05:37:16.126307+00:00" + }, + { + "id": "unspillmadness", + "name": "UnspillMadness", + "category": "gizmos", + "subcategory": "keyer", + "author": "andy.frickinger", + "description": "Contributed\u00a0byAndreas Frickinger", + "rating": null, + "rating_count": 0, + "downloads": 1363, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/unspillmadness/", + "last_updated": "2010-08-27T03:16:39", + "scraped_at": "2026-01-25T05:37:16.126429+00:00" + }, + { + "id": "unstoppablekey", + "name": "UnstoppableKey", + "category": "gizmos", + "subcategory": "keyer", + "author": "diripirate", + "description": "Contributed\u00a0byDario Siero", + "rating": null, + "rating_count": 0, + "downloads": 428, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/unstoppablekey/", + "last_updated": "2018-02-09T09:26:56", + "scraped_at": "2026-01-25T05:37:16.126554+00:00" + }, + { + "id": "x_despill", + "name": "X_Despill", + "category": "gizmos", + "subcategory": "keyer", + "author": "xavinitram", + "description": "Contributed\u00a0byXavier Mart\u00edn", + "rating": null, + "rating_count": 0, + "downloads": 547, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/x_despill/", + "last_updated": "2014-12-07T16:40:49", + "scraped_at": "2026-01-25T05:37:16.126675+00:00" + }, + { + "id": "xa_keyer", + "name": "xa_Keyer", + "category": "gizmos", + "subcategory": "keyer", + "author": "XabierArrieta", + "description": "Contributed\u00a0byXabier Arrieta", + "rating": null, + "rating_count": 0, + "downloads": 425, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/xa_keyer/", + "last_updated": "2018-06-12T12:28:31", + "scraped_at": "2026-01-25T05:37:16.126800+00:00" + }, + { + "id": "zkdespill", + "name": "zkDespill", + "category": "gizmos", + "subcategory": "keyer", + "author": "abnormal", + "description": "Contributed\u00a0byIsaac Ramirez", + "rating": null, + "rating_count": 0, + "downloads": 68, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/zkdespill/", + "last_updated": "2024-10-26T15:55:33", + "scraped_at": "2026-01-25T05:37:16.126924+00:00" + }, + { + "id": "zkmatte", + "name": "zkMatte", + "category": "gizmos", + "subcategory": "keyer", + "author": "abnormal", + "description": "Contributed\u00a0byIsaac Ramirez", + "rating": null, + "rating_count": 0, + "downloads": 121, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/keyer/zkmatte/", + "last_updated": "2024-08-02T12:54:29", + "scraped_at": "2026-01-25T05:37:16.127045+00:00" + }, + { + "id": "aepremult", + "name": "AEPremult", + "category": "gizmos", + "subcategory": "merge", + "author": "dekekincaid", + "description": "Contributed\u00a0byDeke Kincaid", + "rating": null, + "rating_count": 0, + "downloads": 255, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/aepremult/", + "last_updated": "2017-02-23T09:56:51", + "scraped_at": "2026-01-25T05:37:17.789360+00:00" + }, + { + "id": "arvid_copymatt", + "name": "Arvid_CopyMatt", + "category": "gizmos", + "subcategory": "merge", + "author": "hgrock", + "description": "Contributed\u00a0byharsh gupta", + "rating": null, + "rating_count": 0, + "downloads": 238, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/arvid_copymatt/", + "last_updated": "2020-05-08T10:45:18", + "scraped_at": "2026-01-25T05:37:17.789503+00:00" + }, + { + "id": "bbox-buddy", + "name": "BBox buddy", + "category": "gizmos", + "subcategory": "merge", + "author": "johnnyvfx", + "description": "Contributed\u00a0byJohnny Chan", + "rating": null, + "rating_count": 0, + "downloads": 237, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/bbox-buddy/", + "last_updated": "2017-05-28T00:00:52", + "scraped_at": "2026-01-25T05:37:17.789630+00:00" + }, + { + "id": "breakdown_accordion_v01", + "name": "Breakdown_Accordion_v01", + "category": "gizmos", + "subcategory": "merge", + "author": "hugarkay", + "description": "Contributed\u00a0byGarkay Hu", + "rating": null, + "rating_count": 0, + "downloads": 946, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/breakdown_accordion_v01/", + "last_updated": "2015-12-01T13:22:09", + "scraped_at": "2026-01-25T05:37:17.789759+00:00" + }, + { + "id": "cg_merge", + "name": "Cg_Merge", + "category": "gizmos", + "subcategory": "merge", + "author": "erjonsadiku", + "description": "Contributed\u00a0byErjon Sadiku", + "rating": null, + "rating_count": 0, + "downloads": 414, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/cg_merge/", + "last_updated": "2018-07-05T18:35:06", + "scraped_at": "2026-01-25T05:37:17.789882+00:00" + }, + { + "id": "cm_batchonly", + "name": "cm_batchonly", + "category": "gizmos", + "subcategory": "merge", + "author": "cmccrowe", + "description": "Contributed\u00a0byChris McCrowe", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/cm_batchonly/", + "last_updated": "2020-08-03T11:37:29", + "scraped_at": "2026-01-25T05:37:17.790005+00:00" + }, + { + "id": "cm_switch", + "name": "cm_switch", + "category": "gizmos", + "subcategory": "merge", + "author": "cmccrowe", + "description": "Contributed\u00a0byChris McCrowe", + "rating": null, + "rating_count": 0, + "downloads": 60, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/cm_switch/", + "last_updated": "2020-08-02T17:58:51", + "scraped_at": "2026-01-25T05:37:17.790128+00:00" + }, + { + "id": "contactsheetauto", + "name": "ContactSheetAuto", + "category": "gizmos", + "subcategory": "merge", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": null, + "rating_count": 0, + "downloads": 906, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/contactsheetauto/", + "last_updated": "2019-06-18T15:07:03", + "scraped_at": "2026-01-25T05:37:17.790252+00:00" + }, + { + "id": "fz_wipe", + "name": "FZ_wipe", + "category": "gizmos", + "subcategory": "merge", + "author": "mrtimes", + "description": "Contributed\u00a0byfarhad zamani", + "rating": null, + "rating_count": 0, + "downloads": 530, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/fz_wipe/", + "last_updated": "2022-06-02T21:19:14", + "scraped_at": "2026-01-25T05:37:17.790373+00:00" + }, + { + "id": "guiorrender", + "name": "GUIorRender", + "category": "gizmos", + "subcategory": "merge", + "author": "dschnee", + "description": "Contributed\u00a0byDavid Schnee", + "rating": null, + "rating_count": 0, + "downloads": 204, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/guiorrender/", + "last_updated": "2010-10-27T09:22:56", + "scraped_at": "2026-01-25T05:37:17.790496+00:00" + }, + { + "id": "l_fuse", + "name": "L_Fuse", + "category": "gizmos", + "subcategory": "merge", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 4522, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/l_fuse/", + "last_updated": "2011-02-02T02:41:15", + "scraped_at": "2026-01-25T05:37:17.790618+00:00" + }, + { + "id": "l_icolor", + "name": "L_Icolor", + "category": "gizmos", + "subcategory": "merge", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 442, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/l_icolor/", + "last_updated": "2011-01-05T10:26:41", + "scraped_at": "2026-01-25T05:37:17.790762+00:00" + }, + { + "id": "l_switchmatte", + "name": "L_SwitchMatte", + "category": "gizmos", + "subcategory": "merge", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 460, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/l_switchmatte/", + "last_updated": "2011-01-05T10:26:49", + "scraped_at": "2026-01-25T05:37:17.790918+00:00" + }, + { + "id": "magicmerge", + "name": "MagicMerge", + "category": "gizmos", + "subcategory": "merge", + "author": "rachelwyn", + "description": "Contributed\u00a0byRachel Dunn", + "rating": null, + "rating_count": 0, + "downloads": 1844, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/magicmerge/", + "last_updated": "2010-11-05T12:42:04", + "scraped_at": "2026-01-25T05:37:17.791046+00:00" + }, + { + "id": "mathmix_v1", + "name": "MathMix_v1", + "category": "gizmos", + "subcategory": "merge", + "author": "quentin.vien", + "description": "Contributed\u00a0byquentin vien", + "rating": null, + "rating_count": 0, + "downloads": 72, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/mathmix_v1/", + "last_updated": "2020-06-22T13:00:51", + "scraped_at": "2026-01-25T05:37:17.791169+00:00" + }, + { + "id": "merge-lightwarp-fibonnaci-method", + "name": "Merge Lightwarp (Fibonnaci method)", + "category": "gizmos", + "subcategory": "merge", + "author": "Luan_KOLB", + "description": "Contributed\u00a0byLuan KOLB", + "rating": 5.0, + "rating_count": 0, + "downloads": 53, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/merge-lightwarp-fibonnaci-method/", + "last_updated": "2025-11-26T21:18:16", + "scraped_at": "2026-01-25T05:37:17.791293+00:00" + }, + { + "id": "mergewrap", + "name": "MergeWrap", + "category": "gizmos", + "subcategory": "merge", + "author": "chuthmac", + "description": "Contributed\u00a0byChristian Huthmacher", + "rating": null, + "rating_count": 0, + "downloads": 43, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/mergewrap/", + "last_updated": "2024-09-11T16:07:24", + "scraped_at": "2026-01-25T05:37:17.791416+00:00" + }, + { + "id": "mm_mergeclips", + "name": "MM_MergeClips", + "category": "gizmos", + "subcategory": "merge", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 110, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/mm_mergeclips/", + "last_updated": "2024-04-07T03:47:39", + "scraped_at": "2026-01-25T05:37:17.791538+00:00" + }, + { + "id": "mtedgemix", + "name": "mtEdgeMix", + "category": "gizmos", + "subcategory": "merge", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": null, + "rating_count": 0, + "downloads": 402, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/mtedgemix/", + "last_updated": "2020-11-22T04:18:28", + "scraped_at": "2026-01-25T05:37:17.791660+00:00" + }, + { + "id": "npremult", + "name": "npremult", + "category": "gizmos", + "subcategory": "merge", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 140, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/npremult/", + "last_updated": "2019-07-04T10:25:19", + "scraped_at": "2026-01-25T05:37:17.791786+00:00" + }, + { + "id": "pixelate-transition", + "name": "pixelate transition", + "category": "gizmos", + "subcategory": "merge", + "author": "elbetored", + "description": "Contributed\u00a0byAlberto Diaz Moyado", + "rating": null, + "rating_count": 0, + "downloads": 251, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/pixelate-transition/", + "last_updated": "2016-06-28T06:51:09", + "scraped_at": "2026-01-25T05:37:17.791909+00:00" + }, + { + "id": "rack-defocus", + "name": "Rack Defocus", + "category": "gizmos", + "subcategory": "merge", + "author": "julesvm", + "description": "Contributed\u00a0byjulian van mil", + "rating": null, + "rating_count": 0, + "downloads": 1196, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/rack-defocus/", + "last_updated": "2011-10-09T05:12:26", + "scraped_at": "2026-01-25T05:37:17.792032+00:00" + }, + { + "id": "rgb_light", + "name": "RGB_light", + "category": "gizmos", + "subcategory": "merge", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 179, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/rgb_light/", + "last_updated": "2014-07-09T17:45:36", + "scraped_at": "2026-01-25T05:37:17.792153+00:00" + }, + { + "id": "rgbamerge", + "name": "RGBAMerge", + "category": "gizmos", + "subcategory": "merge", + "author": "SuperU", + "description": "Contributed\u00a0byWill Heath", + "rating": null, + "rating_count": 0, + "downloads": 399, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/rgbamerge/", + "last_updated": "2015-10-28T23:33:49", + "scraped_at": "2026-01-25T05:37:17.792277+00:00" + }, + { + "id": "sk_merge", + "name": "SK_Merge", + "category": "gizmos", + "subcategory": "merge", + "author": "seankalra", + "description": "Contributed\u00a0bySean Kalra", + "rating": null, + "rating_count": 0, + "downloads": 69, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/sk_merge/", + "last_updated": "2015-09-19T09:50:00", + "scraped_at": "2026-01-25T05:37:17.792398+00:00" + }, + { + "id": "softmerge", + "name": "SoftMerge", + "category": "gizmos", + "subcategory": "merge", + "author": "guialgigu", + "description": "Contributed\u00a0byGuillermo Algora", + "rating": null, + "rating_count": 0, + "downloads": 342, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/softmerge/", + "last_updated": "2025-05-06T01:04:33", + "scraped_at": "2026-01-25T05:37:17.792519+00:00" + }, + { + "id": "stoplight", + "name": "Stoplight", + "category": "gizmos", + "subcategory": "merge", + "author": "jbills", + "description": "Contributed\u00a0byJ Bills", + "rating": null, + "rating_count": 0, + "downloads": 183, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/stoplight/", + "last_updated": "2012-02-06T03:40:49", + "scraped_at": "2026-01-25T05:37:17.792640+00:00" + }, + { + "id": "t_overstack", + "name": "T_OverStack", + "category": "gizmos", + "subcategory": "merge", + "author": "PetarBG", + "description": "Contributed\u00a0byPetar Tsonev", + "rating": 5.0, + "rating_count": 0, + "downloads": 190, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/t_overstack/", + "last_updated": "2019-04-25T16:45:44", + "scraped_at": "2026-01-25T05:37:17.792768+00:00" + }, + { + "id": "tnt_maskall", + "name": "TNT_MaskAll", + "category": "gizmos", + "subcategory": "merge", + "author": "tinitron", + "description": "Contributed\u00a0byMichael Habenicht", + "rating": null, + "rating_count": 0, + "downloads": 287, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/tnt_maskall/", + "last_updated": "2010-10-15T04:27:11", + "scraped_at": "2026-01-25T05:37:17.792889+00:00" + }, + { + "id": "ultimerge", + "name": "Ultimerge", + "category": "gizmos", + "subcategory": "merge", + "author": "TaranS", + "description": "Contributed\u00a0byTaran Spear", + "rating": null, + "rating_count": 0, + "downloads": 670, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/ultimerge/", + "last_updated": "2013-03-04T02:16:59", + "scraped_at": "2026-01-25T05:37:17.793010+00:00" + }, + { + "id": "unmerge", + "name": "Unmerge", + "category": "gizmos", + "subcategory": "merge", + "author": "Kesher", + "description": "Contributed\u00a0byOliver Daniels", + "rating": null, + "rating_count": 0, + "downloads": 13, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/merge/unmerge/", + "last_updated": "2025-09-24T16:08:04", + "scraped_at": "2026-01-25T05:37:17.793133+00:00" + }, + { + "id": "advance-cornerpin-with-multiple-options", + "name": "Advance Cornerpin with multiple options", + "category": "gizmos", + "subcategory": "transform", + "author": "san_lock", + "description": "Contributed\u00a0bySanjeev Kumar Sharma", + "rating": null, + "rating_count": 0, + "downloads": 565, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/advance-cornerpin-with-multiple-options/", + "last_updated": "2021-11-28T21:15:36", + "scraped_at": "2026-01-25T05:37:19.511103+00:00" + }, + { + "id": "ae_stickycrop", + "name": "AE_StickyCrop", + "category": "gizmos", + "subcategory": "transform", + "author": "aliehtemami", + "description": "Contributed\u00a0byAli Ehtemami", + "rating": null, + "rating_count": 0, + "downloads": 75, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/ae_stickycrop/", + "last_updated": "2021-11-13T17:14:06", + "scraped_at": "2026-01-25T05:37:19.511253+00:00" + }, + { + "id": "aepowerpin", + "name": "aePowerPin", + "category": "gizmos", + "subcategory": "transform", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 757, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/aepowerpin/", + "last_updated": "2022-04-09T20:55:23", + "scraped_at": "2026-01-25T05:37:19.511384+00:00" + }, + { + "id": "aetransform", + "name": "aeTransform", + "category": "gizmos", + "subcategory": "transform", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 965, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/aetransform/", + "last_updated": "2022-04-09T21:07:38", + "scraped_at": "2026-01-25T05:37:19.511513+00:00" + }, + { + "id": "arrilensdistortion", + "name": "ArriLensDistortion", + "category": "gizmos", + "subcategory": "transform", + "author": "rukavitsin", + "description": "Contributed\u00a0byConstantin Rukavitsin", + "rating": null, + "rating_count": 0, + "downloads": 5264, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/arrilensdistortion/", + "last_updated": "2015-03-10T19:31:59", + "scraped_at": "2026-01-25T05:37:19.511642+00:00" + }, + { + "id": "autobbox", + "name": "autoBBox", + "category": "gizmos", + "subcategory": "transform", + "author": "praeburn", + "description": "Contributed\u00a0byPaul Raeburn", + "rating": null, + "rating_count": 0, + "downloads": 450, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/autobbox/", + "last_updated": "2011-06-25T15:12:09", + "scraped_at": "2026-01-25T05:37:19.511808+00:00" + }, + { + "id": "bacircletool", + "name": "baCircleTool", + "category": "gizmos", + "subcategory": "transform", + "author": "gypaete", + "description": "Contributed\u00a0byBaptiste Audouin", + "rating": null, + "rating_count": 0, + "downloads": 221, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/bacircletool/", + "last_updated": "2023-01-07T03:47:42", + "scraped_at": "2026-01-25T05:37:19.511938+00:00" + }, + { + "id": "bboxcrop", + "name": "BBoxCrop", + "category": "gizmos", + "subcategory": "transform", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 383, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/bboxcrop/", + "last_updated": "2019-03-12T08:50:33", + "scraped_at": "2026-01-25T05:37:19.512067+00:00" + }, + { + "id": "better_cornerpin", + "name": "Better_CornerPin", + "category": "gizmos", + "subcategory": "transform", + "author": "neil-gr", + "description": "Contributed\u00a0byneil griffiths", + "rating": null, + "rating_count": 0, + "downloads": 740, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/better_cornerpin/", + "last_updated": "2011-03-09T01:32:26", + "scraped_at": "2026-01-25T05:37:19.512195+00:00" + }, + { + "id": "blend-surface", + "name": "Blend surface", + "category": "gizmos", + "subcategory": "transform", + "author": "Mohy_eldin", + "description": "Contributed\u00a0byMohy El-din", + "rating": null, + "rating_count": 0, + "downloads": 198, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/blend-surface/", + "last_updated": "2023-09-25T18:17:09", + "scraped_at": "2026-01-25T05:37:19.512325+00:00" + }, + { + "id": "bm_camerashake", + "name": "bm_CameraShake", + "category": "gizmos", + "subcategory": "transform", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": 4.0, + "rating_count": 0, + "downloads": 2550, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/bm_camerashake/", + "last_updated": "2018-01-27T16:52:27", + "scraped_at": "2026-01-25T05:37:19.512454+00:00" + }, + { + "id": "camerashaker", + "name": "CameraShaker", + "category": "gizmos", + "subcategory": "transform", + "author": "rgarfinkel", + "description": "Contributed\u00a0byRob Garfinkel", + "rating": null, + "rating_count": 0, + "downloads": 678, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/camerashaker/", + "last_updated": "2017-01-25T00:45:38", + "scraped_at": "2026-01-25T05:37:19.512583+00:00" + }, + { + "id": "camerasolta", + "name": "CameraSolta", + "category": "gizmos", + "subcategory": "transform", + "author": "massaoasaga", + "description": "Contributed\u00a0byMassao Asaga", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/camerasolta/", + "last_updated": "2015-10-09T08:49:32", + "scraped_at": "2026-01-25T05:37:19.512720+00:00" + }, + { + "id": "cm_stmap_generator_v011", + "name": "cm_stmap_generator_v01.1", + "category": "gizmos", + "subcategory": "transform", + "author": "cmccrowe", + "description": "Contributed\u00a0byChris McCrowe", + "rating": null, + "rating_count": 0, + "downloads": 163, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/cm_stmap_generator_v011/", + "last_updated": "2022-12-11T12:36:19", + "scraped_at": "2026-01-25T05:37:19.512860+00:00" + }, + { + "id": "cm_stmap_warp", + "name": "cm_stmap_warp", + "category": "gizmos", + "subcategory": "transform", + "author": "cmccrowe", + "description": "Contributed\u00a0byChris McCrowe", + "rating": null, + "rating_count": 0, + "downloads": 168, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/cm_stmap_warp/", + "last_updated": "2020-08-03T11:37:52", + "scraped_at": "2026-01-25T05:37:19.512989+00:00" + }, + { + "id": "corner-pin-auto", + "name": "Corner Pin auto", + "category": "gizmos", + "subcategory": "transform", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 635, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/corner-pin-auto/", + "last_updated": "2019-05-03T02:02:53", + "scraped_at": "2026-01-25T05:37:19.513115+00:00" + }, + { + "id": "cornerpin-matrix", + "name": "CornerPin Matrix", + "category": "gizmos", + "subcategory": "transform", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 246, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/cornerpin-matrix/", + "last_updated": "2019-09-16T05:36:06", + "scraped_at": "2026-01-25T05:37:19.513241+00:00" + }, + { + "id": "cornerpin2d_hold", + "name": "CornerPin2D_Hold", + "category": "gizmos", + "subcategory": "transform", + "author": "fusionnuke", + "description": "Contributed\u00a0byli zhaohui", + "rating": null, + "rating_count": 0, + "downloads": 177, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/cornerpin2d_hold/", + "last_updated": "2013-04-12T03:55:03", + "scraped_at": "2026-01-25T05:37:19.513368+00:00" + }, + { + "id": "cornerpin2d_offset", + "name": "CornerPin2D_offset", + "category": "gizmos", + "subcategory": "transform", + "author": "tiniii", + "description": "Contributed\u00a0byTing-Jung Hsu", + "rating": null, + "rating_count": 0, + "downloads": 123, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/cornerpin2d_offset/", + "last_updated": "2016-09-05T12:38:19", + "scraped_at": "2026-01-25T05:37:19.513493+00:00" + }, + { + "id": "cornerpinaspectratio_v2", + "name": "CornerPinAspectRatio_v2", + "category": "gizmos", + "subcategory": "transform", + "author": "TaranS", + "description": "Contributed\u00a0byTaran Spear", + "rating": null, + "rating_count": 0, + "downloads": 247, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/cornerpinaspectratio_v2/", + "last_updated": "2013-03-26T04:55:19", + "scraped_at": "2026-01-25T05:37:19.513615+00:00" + }, + { + "id": "crop_bbox", + "name": "Crop_bbox", + "category": "gizmos", + "subcategory": "transform", + "author": "fastabst", + "description": "Contributed\u00a0byfast abst", + "rating": null, + "rating_count": 0, + "downloads": 220, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/crop_bbox/", + "last_updated": "2017-08-03T19:00:55", + "scraped_at": "2026-01-25T05:37:19.513743+00:00" + }, + { + "id": "croptobbox", + "name": "croptobbox", + "category": "gizmos", + "subcategory": "transform", + "author": "dossos", + "description": "Contributed\u00a0byjos wabeke", + "rating": null, + "rating_count": 0, + "downloads": 202, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/croptobbox/", + "last_updated": "2015-07-29T03:16:28", + "scraped_at": "2026-01-25T05:37:19.513867+00:00" + }, + { + "id": "cursortocamshake", + "name": "CursorToCamShake", + "category": "gizmos", + "subcategory": "transform", + "author": "bobman", + "description": "Contributed\u00a0byAdam Bob Kelway", + "rating": 5.0, + "rating_count": 0, + "downloads": 88, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/cursortocamshake/", + "last_updated": "2025-08-21T05:01:32", + "scraped_at": "2026-01-25T05:37:19.513992+00:00" + }, + { + "id": "db-tools-v11", + "name": "DB Tools v1.1", + "category": "gizmos", + "subcategory": "transform", + "author": "DB_Tools", + "description": "Contributed\u00a0byDimitri Breidenbach", + "rating": null, + "rating_count": 0, + "downloads": 494, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/db-tools-v11/", + "last_updated": "2015-01-13T02:11:30", + "scraped_at": "2026-01-25T05:37:19.514114+00:00" + }, + { + "id": "dcrop", + "name": "dCrop", + "category": "gizmos", + "subcategory": "transform", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 901, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/dcrop/", + "last_updated": "2010-07-09T00:19:46", + "scraped_at": "2026-01-25T05:37:19.514239+00:00" + }, + { + "id": "displacement2d", + "name": "Displacement2D", + "category": "gizmos", + "subcategory": "transform", + "author": "zoufei", + "description": "Contributed\u00a0byfei zou", + "rating": null, + "rating_count": 0, + "downloads": 635, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/displacement2d/", + "last_updated": "2015-10-17T08:12:28", + "scraped_at": "2026-01-25T05:37:19.514365+00:00" + }, + { + "id": "distorttracks", + "name": "DistortTracks", + "category": "gizmos", + "subcategory": "transform", + "author": "jedypod", + "description": "Contributed\u00a0byJed Smith", + "rating": null, + "rating_count": 0, + "downloads": 399, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/distorttracks/", + "last_updated": "2013-09-07T10:16:34", + "scraped_at": "2026-01-25T05:37:19.514492+00:00" + }, + { + "id": "disturb", + "name": "Disturb", + "category": "gizmos", + "subcategory": "transform", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": null, + "rating_count": 0, + "downloads": 179, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/disturb/", + "last_updated": "2020-10-25T16:24:41", + "scraped_at": "2026-01-25T05:37:19.514617+00:00" + }, + { + "id": "edge_checker", + "name": "Edge_checker", + "category": "gizmos", + "subcategory": "transform", + "author": "Shubhsama4", + "description": "Contributed\u00a0byShubham singh", + "rating": null, + "rating_count": 0, + "downloads": 70, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/edge_checker/", + "last_updated": "2022-01-11T16:42:18", + "scraped_at": "2026-01-25T05:37:19.514778+00:00" + }, + { + "id": "ego_sigmaart18-35mmlenddist", + "name": "Ego_SigmaART18-35mmLendDist", + "category": "gizmos", + "subcategory": "transform", + "author": "TheEgoWorks", + "description": "Contributed\u00a0byAvi Ryeson", + "rating": null, + "rating_count": 0, + "downloads": 108, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/ego_sigmaart18-35mmlenddist/", + "last_updated": "2014-06-07T05:22:45", + "scraped_at": "2026-01-25T05:37:19.514906+00:00" + }, + { + "id": "epic-warp", + "name": "Epic Warp", + "category": "gizmos", + "subcategory": "transform", + "author": "diripirate", + "description": "Contributed\u00a0byDario Siero", + "rating": null, + "rating_count": 0, + "downloads": 1160, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/epic-warp/", + "last_updated": "2016-03-30T22:12:52", + "scraped_at": "2026-01-25T05:37:19.515032+00:00" + }, + { + "id": "esmartreformat", + "name": "eSmartReformat", + "category": "gizmos", + "subcategory": "transform", + "author": "ermesermes", + "description": "Contributed\u00a0byErmes Vincenti", + "rating": null, + "rating_count": 0, + "downloads": 694, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/esmartreformat/", + "last_updated": "2020-02-14T04:02:43", + "scraped_at": "2026-01-25T05:37:19.515157+00:00" + }, + { + "id": "filmburn", + "name": "filmburn", + "category": "gizmos", + "subcategory": "transform", + "author": "elbetored", + "description": "Contributed\u00a0byAlberto Diaz Moyado", + "rating": null, + "rating_count": 0, + "downloads": 209, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/filmburn/", + "last_updated": "2016-06-29T04:41:37", + "scraped_at": "2026-01-25T05:37:19.515279+00:00" + }, + { + "id": "fluidmorph", + "name": "FluidMorph", + "category": "gizmos", + "subcategory": "transform", + "author": "cass2su", + "description": "Contributed\u00a0byShonda Hunt", + "rating": null, + "rating_count": 0, + "downloads": 1718, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/fluidmorph/", + "last_updated": "2023-02-13T09:10:40", + "scraped_at": "2026-01-25T05:37:19.515402+00:00" + }, + { + "id": "glass", + "name": "Glass", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": 5.0, + "rating_count": 0, + "downloads": 5285, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/glass/", + "last_updated": "2011-05-26T03:37:15", + "scraped_at": "2026-01-25T05:37:19.515527+00:00" + }, + { + "id": "glitch", + "name": "glitch", + "category": "gizmos", + "subcategory": "transform", + "author": "LeoLiuos", + "description": "Contributed\u00a0byLeo Lipasti", + "rating": 5.0, + "rating_count": 0, + "downloads": 3573, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/glitch/", + "last_updated": "2015-05-19T04:58:27", + "scraped_at": "2026-01-25T05:37:19.515649+00:00" + }, + { + "id": "glitchtool", + "name": "GlitchTool", + "category": "gizmos", + "subcategory": "transform", + "author": "mustardOwl", + "description": "Contributed\u00a0byKristin Kaas-Lutsberg", + "rating": null, + "rating_count": 0, + "downloads": 2106, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/glitchtool/", + "last_updated": "2024-11-22T09:25:46", + "scraped_at": "2026-01-25T05:37:19.515781+00:00" + }, + { + "id": "gz_aligner", + "name": "GZ_Aligner", + "category": "gizmos", + "subcategory": "transform", + "author": "unaided", + "description": "Contributed\u00a0byAlberto GZ", + "rating": null, + "rating_count": 0, + "downloads": 97, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/gz_aligner/", + "last_updated": "2018-04-24T00:53:54", + "scraped_at": "2026-01-25T05:37:19.515905+00:00" + }, + { + "id": "h_random_scale", + "name": "H_Random_Scale", + "category": "gizmos", + "subcategory": "transform", + "author": "hugo_guerra", + "description": "Contributed\u00a0byHugo Guerra", + "rating": null, + "rating_count": 0, + "downloads": 288, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/h_random_scale/", + "last_updated": "2010-08-19T13:49:55", + "scraped_at": "2026-01-25T05:37:19.516028+00:00" + }, + { + "id": "h_random_slide", + "name": "H_Random_Slide", + "category": "gizmos", + "subcategory": "transform", + "author": "hugo_guerra", + "description": "Contributed\u00a0byHugo Guerra", + "rating": null, + "rating_count": 0, + "downloads": 250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/h_random_slide/", + "last_updated": "2010-08-19T13:49:55", + "scraped_at": "2026-01-25T05:37:19.516150+00:00" + }, + { + "id": "icornerpin", + "name": "ICornerPin", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 682, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/icornerpin/", + "last_updated": "2010-10-19T06:20:54", + "scraped_at": "2026-01-25T05:37:19.516273+00:00" + }, + { + "id": "ikrot", + "name": "IKRot", + "category": "gizmos", + "subcategory": "transform", + "author": "fynnay", + "description": "Contributed\u00a0byFynn Laue", + "rating": null, + "rating_count": 0, + "downloads": 99, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/ikrot/", + "last_updated": "2019-06-11T00:51:18", + "scraped_at": "2026-01-25T05:37:19.516395+00:00" + }, + { + "id": "ilensdistortion", + "name": "iLensDistortion", + "category": "gizmos", + "subcategory": "transform", + "author": "bharasamy", + "description": "Contributed\u00a0byBharathi Anthonysamy", + "rating": null, + "rating_count": 0, + "downloads": 25, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/ilensdistortion/", + "last_updated": "2025-12-18T01:47:06", + "scraped_at": "2026-01-25T05:37:19.516521+00:00" + }, + { + "id": "imageplane", + "name": "ImagePlane", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": 4.0, + "rating_count": 0, + "downloads": 5213, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/imageplane/", + "last_updated": "2010-08-18T05:28:25", + "scraped_at": "2026-01-25T05:37:19.516645+00:00" + }, + { + "id": "in_distrack", + "name": "in_Distrack", + "category": "gizmos", + "subcategory": "transform", + "author": "lookin", + "description": "Contributed\u00a0byLuca Mignardi", + "rating": null, + "rating_count": 0, + "downloads": 159, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/in_distrack/", + "last_updated": "2013-12-01T23:19:30", + "scraped_at": "2026-01-25T05:37:19.516779+00:00" + }, + { + "id": "in_inversestmap", + "name": "in_InverseSTMap", + "category": "gizmos", + "subcategory": "transform", + "author": "lookin", + "description": "Contributed\u00a0byLuca Mignardi", + "rating": null, + "rating_count": 0, + "downloads": 944, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/in_inversestmap/", + "last_updated": "2014-12-10T04:09:26", + "scraped_at": "2026-01-25T05:37:19.516905+00:00" + }, + { + "id": "in_realcamshake", + "name": "in_RealCamShake", + "category": "gizmos", + "subcategory": "transform", + "author": "lookin", + "description": "Contributed\u00a0byLuca Mignardi", + "rating": null, + "rating_count": 0, + "downloads": 4297, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/in_realcamshake/", + "last_updated": "2020-10-21T05:46:51", + "scraped_at": "2026-01-25T05:37:19.517027+00:00" + }, + { + "id": "istmap", + "name": "iSTMap", + "category": "gizmos", + "subcategory": "transform", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": 5.0, + "rating_count": 0, + "downloads": 394, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/istmap/", + "last_updated": "2021-11-03T21:53:25", + "scraped_at": "2026-01-25T05:37:19.517149+00:00" + }, + { + "id": "itransform", + "name": "ITransform", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": 4.5, + "rating_count": 0, + "downloads": 6371, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/itransform/", + "last_updated": "2017-01-26T03:36:13", + "scraped_at": "2026-01-25T05:37:19.517271+00:00" + }, + { + "id": "jl_refshift", + "name": "JL_RefShift", + "category": "gizmos", + "subcategory": "transform", + "author": "Joserra Lastras", + "description": "Contributed\u00a0byJoserra Lastras", + "rating": null, + "rating_count": 0, + "downloads": 55, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/jl_refshift/", + "last_updated": "2024-02-15T10:59:54", + "scraped_at": "2026-01-25T05:37:19.517395+00:00" + }, + { + "id": "k_adjbbox", + "name": "k_AdjBBox", + "category": "gizmos", + "subcategory": "transform", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/k_adjbbox/", + "last_updated": "2021-01-20T16:31:49", + "scraped_at": "2026-01-25T05:37:19.517516+00:00" + }, + { + "id": "k_cropoverscan", + "name": "k_CropOverscan", + "category": "gizmos", + "subcategory": "transform", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 166, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/k_cropoverscan/", + "last_updated": "2021-01-20T16:31:53", + "scraped_at": "2026-01-25T05:37:19.517639+00:00" + }, + { + "id": "kf-camtocp", + "name": "KF CamToCP", + "category": "gizmos", + "subcategory": "transform", + "author": "kevinfisch3", + "description": "Contributed\u00a0byKevin Fisch", + "rating": null, + "rating_count": 0, + "downloads": 119, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/kf-camtocp/", + "last_updated": "2020-01-13T15:31:09", + "scraped_at": "2026-01-25T05:37:19.517764+00:00" + }, + { + "id": "l_cropbbox", + "name": "L_CropBBox", + "category": "gizmos", + "subcategory": "transform", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 272, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/l_cropbbox/", + "last_updated": "2011-01-05T10:26:57", + "scraped_at": "2026-01-25T05:37:19.517886+00:00" + }, + { + "id": "liquify", + "name": "Liquify", + "category": "gizmos", + "subcategory": "transform", + "author": "MitchellK", + "description": "Contributed\u00a0byMitchell Kehn", + "rating": null, + "rating_count": 0, + "downloads": 607, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/liquify/", + "last_updated": "2019-07-16T10:01:13", + "scraped_at": "2026-01-25T05:37:19.518011+00:00" + }, + { + "id": "lookat_2d", + "name": "LookAt_2d", + "category": "gizmos", + "subcategory": "transform", + "author": "LukasFabian", + "description": "Contributed\u00a0byLukas Fabian", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/lookat_2d/", + "last_updated": "2019-04-07T19:57:49", + "scraped_at": "2026-01-25T05:37:19.518135+00:00" + }, + { + "id": "lp_creditmover", + "name": "lp_CreditMover", + "category": "gizmos", + "subcategory": "transform", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": null, + "rating_count": 0, + "downloads": 156, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/lp_creditmover/", + "last_updated": "2016-10-21T14:41:32", + "scraped_at": "2026-01-25T05:37:19.518257+00:00" + }, + { + "id": "lp_noisedistort", + "name": "lp_NoiseDistort", + "category": "gizmos", + "subcategory": "transform", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": null, + "rating_count": 0, + "downloads": 700, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/lp_noisedistort/", + "last_updated": "2019-03-07T04:01:11", + "scraped_at": "2026-01-25T05:37:19.518380+00:00" + }, + { + "id": "lp_referencepin", + "name": "lp_ReferencePin", + "category": "gizmos", + "subcategory": "transform", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": null, + "rating_count": 0, + "downloads": 200, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/lp_referencepin/", + "last_updated": "2018-03-19T00:34:34", + "scraped_at": "2026-01-25T05:37:19.518505+00:00" + }, + { + "id": "lp_reptile", + "name": "lp_RepTile", + "category": "gizmos", + "subcategory": "transform", + "author": "CameraRick", + "description": "Contributed\u00a0byLucas Pfaff", + "rating": null, + "rating_count": 0, + "downloads": 984, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/lp_reptile/", + "last_updated": "2016-11-03T15:25:44", + "scraped_at": "2026-01-25T05:37:19.518630+00:00" + }, + { + "id": "magic_cornerpin2d", + "name": "Magic_CornerPin2D", + "category": "gizmos", + "subcategory": "transform", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 283, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/magic_cornerpin2d/", + "last_updated": "2013-04-04T03:02:10", + "scraped_at": "2026-01-25T05:37:19.518763+00:00" + }, + { + "id": "matchwarp", + "name": "MatchWarp", + "category": "gizmos", + "subcategory": "transform", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": null, + "rating_count": 0, + "downloads": 133, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/matchwarp/", + "last_updated": "2020-11-24T03:56:23", + "scraped_at": "2026-01-25T05:37:19.518886+00:00" + }, + { + "id": "more-chromatic-aberration", + "name": "More Chromatic Aberration", + "category": "gizmos", + "subcategory": "transform", + "author": "Luan_KOLB", + "description": "Contributed\u00a0byLuan KOLB", + "rating": 5.0, + "rating_count": 0, + "downloads": 117, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/more-chromatic-aberration/", + "last_updated": "2025-12-18T21:47:03", + "scraped_at": "2026-01-25T05:37:19.519009+00:00" + }, + { + "id": "morph_dissolve", + "name": "Morph_Dissolve", + "category": "gizmos", + "subcategory": "transform", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": null, + "rating_count": 0, + "downloads": 5567, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/morph_dissolve/", + "last_updated": "2022-10-27T06:19:37", + "scraped_at": "2026-01-25T05:37:19.519130+00:00" + }, + { + "id": "ms_crop_reverse", + "name": "mS_Crop_Reverse", + "category": "gizmos", + "subcategory": "transform", + "author": "Mohamed Selim", + "description": "Contributed\u00a0byMohamed Selim", + "rating": null, + "rating_count": 0, + "downloads": 791, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/ms_crop_reverse/", + "last_updated": "2018-09-24T09:11:02", + "scraped_at": "2026-01-25T05:37:19.519250+00:00" + }, + { + "id": "mtoffsetcopies", + "name": "mtOffsetCopies", + "category": "gizmos", + "subcategory": "transform", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": null, + "rating_count": 0, + "downloads": 171, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/mtoffsetcopies/", + "last_updated": "2020-11-22T04:18:10", + "scraped_at": "2026-01-25T05:37:19.519372+00:00" + }, + { + "id": "nreflection", + "name": "nReflection", + "category": "gizmos", + "subcategory": "transform", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 1009, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/nreflection/", + "last_updated": "2019-11-10T14:49:26", + "scraped_at": "2026-01-25T05:37:19.519494+00:00" + }, + { + "id": "ntransform", + "name": "nTransform", + "category": "gizmos", + "subcategory": "transform", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 205, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/ntransform/", + "last_updated": "2014-07-01T05:14:28", + "scraped_at": "2026-01-25T05:37:19.519616+00:00" + }, + { + "id": "offset", + "name": "Offset", + "category": "gizmos", + "subcategory": "transform", + "author": "michael", + "description": "Contributed\u00a0byMichael Garrett", + "rating": null, + "rating_count": 0, + "downloads": 166, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/offset/", + "last_updated": "2010-06-08T10:24:05", + "scraped_at": "2026-01-25T05:37:19.519749+00:00" + }, + { + "id": "offset-1", + "name": "Offset", + "category": "gizmos", + "subcategory": "transform", + "author": "blackpixel", + "description": "Contributed\u00a0byMariusz Wesierski", + "rating": null, + "rating_count": 0, + "downloads": 2873, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/offset-1/", + "last_updated": "2012-05-27T14:17:17", + "scraped_at": "2026-01-25T05:37:19.519874+00:00" + }, + { + "id": "opacity_v02", + "name": "Opacity_v02", + "category": "gizmos", + "subcategory": "transform", + "author": "victor", + "description": "Contributed\u00a0byvictor carlier", + "rating": null, + "rating_count": 0, + "downloads": 450, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/opacity_v02/", + "last_updated": "2011-08-19T11:40:52", + "scraped_at": "2026-01-25T05:37:19.519997+00:00" + }, + { + "id": "orbit", + "name": "Orbit", + "category": "gizmos", + "subcategory": "transform", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/orbit/", + "last_updated": "2019-01-12T10:16:42", + "scraped_at": "2026-01-25T05:37:19.520121+00:00" + }, + { + "id": "orient", + "name": "Orient", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 149, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/orient/", + "last_updated": "2010-06-18T07:21:46", + "scraped_at": "2026-01-25T05:37:19.520248+00:00" + }, + { + "id": "overscanner_v01", + "name": "OverScanner_v01", + "category": "gizmos", + "subcategory": "transform", + "author": "Kirito23", + "description": "Contributed\u00a0byMichael Loithaler", + "rating": null, + "rating_count": 0, + "downloads": 277, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/overscanner_v01/", + "last_updated": "2018-05-07T06:57:04", + "scraped_at": "2026-01-25T05:37:19.520371+00:00" + }, + { + "id": "p_cardsnap", + "name": "P_CardSnap", + "category": "gizmos", + "subcategory": "transform", + "author": "subm16", + "description": "Contributed\u00a0byShubham Soni", + "rating": 4.833333333333333, + "rating_count": 0, + "downloads": 199, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/p_cardsnap/", + "last_updated": "2025-12-27T23:48:18", + "scraped_at": "2026-01-25T05:37:19.520496+00:00" + }, + { + "id": "patch_warp_custom", + "name": "Patch_Warp_custom", + "category": "gizmos", + "subcategory": "transform", + "author": "nik_vfx", + "description": "Contributed\u00a0byNick Kostomarov", + "rating": null, + "rating_count": 0, + "downloads": 620, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/patch_warp_custom/", + "last_updated": "2016-04-11T05:07:49", + "scraped_at": "2026-01-25T05:37:19.520621+00:00" + }, + { + "id": "pinch-n-bulge", + "name": "Pinch n Bulge", + "category": "gizmos", + "subcategory": "transform", + "author": "itaki", + "description": "Contributed\u00a0byMichael McReynolds", + "rating": null, + "rating_count": 0, + "downloads": 371, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/pinch-n-bulge/", + "last_updated": "2024-03-24T06:59:16", + "scraped_at": "2026-01-25T05:37:19.520753+00:00" + }, + { + "id": "pinoffset", + "name": "PinOffset", + "category": "gizmos", + "subcategory": "transform", + "author": "willsc123", + "description": "Contributed\u00a0byGuillermo Sevillano", + "rating": null, + "rating_count": 0, + "downloads": 101, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/pinoffset/", + "last_updated": "2014-03-29T08:33:11", + "scraped_at": "2026-01-25T05:37:19.520878+00:00" + }, + { + "id": "plate_align", + "name": "Plate_Align", + "category": "gizmos", + "subcategory": "transform", + "author": "tomage", + "description": "Contributed\u00a0byJian Tang", + "rating": null, + "rating_count": 0, + "downloads": 288, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/plate_align/", + "last_updated": "2016-10-01T07:02:57", + "scraped_at": "2026-01-25T05:37:19.521000+00:00" + }, + { + "id": "pointtocrop", + "name": "PointToCrop", + "category": "gizmos", + "subcategory": "transform", + "author": "robowar", + "description": "Contributed\u00a0byPranav Pradeep", + "rating": null, + "rating_count": 0, + "downloads": 33, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/pointtocrop/", + "last_updated": "2020-02-02T12:06:58", + "scraped_at": "2026-01-25T05:37:19.521123+00:00" + }, + { + "id": "polarbulge_nodes_v01", + "name": "polarbulge_nodes_v01", + "category": "gizmos", + "subcategory": "transform", + "author": "mattcameron", + "description": "Contributed\u00a0byMatt Cameron", + "rating": null, + "rating_count": 0, + "downloads": 116, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/polarbulge_nodes_v01/", + "last_updated": "2022-06-22T10:52:17", + "scraped_at": "2026-01-25T05:37:19.521244+00:00" + }, + { + "id": "polardistort", + "name": "PolarDistort", + "category": "gizmos", + "subcategory": "transform", + "author": "gasmasocet", + "description": "Contributed\u00a0byevil kornholio", + "rating": null, + "rating_count": 0, + "downloads": 2498, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/polardistort/", + "last_updated": "2015-05-24T11:31:49", + "scraped_at": "2026-01-25T05:37:19.521367+00:00" + }, + { + "id": "pp_turbulate", + "name": "pp_turbulate", + "category": "gizmos", + "subcategory": "transform", + "author": "Phil Prates", + "description": "Contributed\u00a0byPhil Prates", + "rating": null, + "rating_count": 0, + "downloads": 368, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/pp_turbulate/", + "last_updated": "2019-04-13T14:33:12", + "scraped_at": "2026-01-25T05:37:19.521489+00:00" + }, + { + "id": "regrain_tiler", + "name": "regrain_tiler", + "category": "gizmos", + "subcategory": "transform", + "author": "Bliccer", + "description": "Contributed\u00a0byBernd M", + "rating": null, + "rating_count": 0, + "downloads": 93, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/regrain_tiler/", + "last_updated": "2020-10-31T14:02:17", + "scraped_at": "2026-01-25T05:37:19.521610+00:00" + }, + { + "id": "revcrop", + "name": "RevCrop", + "category": "gizmos", + "subcategory": "transform", + "author": "chun77129", + "description": "Contributed\u00a0byzijun zhang", + "rating": 5.0, + "rating_count": 0, + "downloads": 19, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/revcrop/", + "last_updated": "2025-12-26T19:06:48", + "scraped_at": "2026-01-25T05:37:19.521736+00:00" + }, + { + "id": "rippledistortion", + "name": "RippleDistortion", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 2987, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/rippledistortion/", + "last_updated": "2010-06-21T12:39:30", + "scraped_at": "2026-01-25T05:37:19.521862+00:00" + }, + { + "id": "roto-centroid", + "name": "Roto Centroid", + "category": "gizmos", + "subcategory": "transform", + "author": "a.chowdhury", + "description": "Contributed\u00a0byAlister Chowdhury", + "rating": null, + "rating_count": 0, + "downloads": 191, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/roto-centroid/", + "last_updated": "2016-07-03T07:37:05", + "scraped_at": "2026-01-25T05:37:19.521987+00:00" + }, + { + "id": "rotopaint-transform", + "name": "RotoPaint Transform", + "category": "gizmos", + "subcategory": "transform", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 770, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/rotopaint-transform/", + "last_updated": "2021-02-14T22:54:23", + "scraped_at": "2026-01-25T05:37:19.522108+00:00" + }, + { + "id": "scatter_copy", + "name": "Scatter_Copy", + "category": "gizmos", + "subcategory": "transform", + "author": "1XingHuan", + "description": "Contributed\u00a0byhuan xing", + "rating": null, + "rating_count": 0, + "downloads": 273, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/scatter_copy/", + "last_updated": "2017-02-23T09:59:20", + "scraped_at": "2026-01-25T05:37:19.522230+00:00" + }, + { + "id": "scroll", + "name": "Scroll", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 730, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/scroll/", + "last_updated": "2012-05-26T15:07:24", + "scraped_at": "2026-01-25T05:37:19.522356+00:00" + }, + { + "id": "sf_puppet", + "name": "sf_Puppet", + "category": "gizmos", + "subcategory": "transform", + "author": "sfaridzadeh", + "description": "Contributed\u00a0bySaeed Faridzadeh", + "rating": null, + "rating_count": 0, + "downloads": 76, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/sf_puppet/", + "last_updated": "2022-10-14T16:45:05", + "scraped_at": "2026-01-25T05:37:19.522479+00:00" + }, + { + "id": "sg_panner", + "name": "sg_panner", + "category": "gizmos", + "subcategory": "transform", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 39, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/sg_panner/", + "last_updated": "2020-12-07T16:08:41", + "scraped_at": "2026-01-25T05:37:19.522601+00:00" + }, + { + "id": "simpleparallax", + "name": "SimpleParallax", + "category": "gizmos", + "subcategory": "transform", + "author": "ramonmr", + "description": "Contributed\u00a0byRamon Monsanto", + "rating": null, + "rating_count": 0, + "downloads": 81, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/simpleparallax/", + "last_updated": "2024-05-29T10:51:19", + "scraped_at": "2026-01-25T05:37:19.522724+00:00" + }, + { + "id": "smooth_warp", + "name": "Smooth_Warp", + "category": "gizmos", + "subcategory": "transform", + "author": "laio", + "description": "Contributed\u00a0byLaio Passos", + "rating": null, + "rating_count": 0, + "downloads": 128, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/smooth_warp/", + "last_updated": "2020-04-18T04:43:04", + "scraped_at": "2026-01-25T05:37:19.522853+00:00" + }, + { + "id": "ss_maketexturetiling", + "name": "SS_MakeTextureTiling", + "category": "gizmos", + "subcategory": "transform", + "author": "kopatych", + "description": "Contributed\u00a0bySlava Kopatych", + "rating": null, + "rating_count": 0, + "downloads": 346, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/ss_maketexturetiling/", + "last_updated": "2018-09-11T11:28:58", + "scraped_at": "2026-01-25T05:37:19.522976+00:00" + }, + { + "id": "stmap-reference-frame", + "name": "STMap Reference Frame", + "category": "gizmos", + "subcategory": "transform", + "author": "comp_V01", + "description": "Contributed\u00a0byMarcel Pichert", + "rating": null, + "rating_count": 0, + "downloads": 562, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/stmap-reference-frame/", + "last_updated": "2020-01-08T09:54:31", + "scraped_at": "2026-01-25T05:37:19.523099+00:00" + }, + { + "id": "tilestitch", + "name": "tileStitch", + "category": "gizmos", + "subcategory": "transform", + "author": "emucheese", + "description": "Contributed\u00a0byTom Tatchell", + "rating": null, + "rating_count": 0, + "downloads": 215, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/tilestitch/", + "last_updated": "2016-09-20T14:41:23", + "scraped_at": "2026-01-25T05:37:19.523227+00:00" + }, + { + "id": "tracker3dto2d", + "name": "Tracker3Dto2D", + "category": "gizmos", + "subcategory": "transform", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 763, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/tracker3dto2d/", + "last_updated": "2010-11-19T06:11:58", + "scraped_at": "2026-01-25T05:37:19.523351+00:00" + }, + { + "id": "tracker3dtocornerpin", + "name": "Tracker3DtoCornerPin", + "category": "gizmos", + "subcategory": "transform", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 736, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/tracker3dtocornerpin/", + "last_updated": "2010-11-10T16:44:50", + "scraped_at": "2026-01-25T05:37:19.523475+00:00" + }, + { + "id": "transform-auto", + "name": "Transform auto", + "category": "gizmos", + "subcategory": "transform", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 462, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/transform-auto/", + "last_updated": "2018-06-25T03:11:08", + "scraped_at": "2026-01-25T05:37:19.523597+00:00" + }, + { + "id": "transform-matrix", + "name": "Transform Matrix", + "category": "gizmos", + "subcategory": "transform", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 279, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/transform-matrix/", + "last_updated": "2019-07-23T10:58:10", + "scraped_at": "2026-01-25T05:37:19.523725+00:00" + }, + { + "id": "transform_qlt", + "name": "Transform_Qlt", + "category": "gizmos", + "subcategory": "transform", + "author": "lucjulien", + "description": "Contributed\u00a0byluc julien", + "rating": null, + "rating_count": 0, + "downloads": 204, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/transform_qlt/", + "last_updated": "2010-09-22T05:05:46", + "scraped_at": "2026-01-25T05:37:19.523851+00:00" + }, + { + "id": "transformdissolve", + "name": "TransformDissolve", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 514, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/transformdissolve/", + "last_updated": "2016-03-31T05:20:07", + "scraped_at": "2026-01-25T05:37:19.523974+00:00" + }, + { + "id": "transformwarp", + "name": "TransformWarp", + "category": "gizmos", + "subcategory": "transform", + "author": "dirty_meth", + "description": "Contributed\u00a0byChristian Walentin", + "rating": null, + "rating_count": 0, + "downloads": 391, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/transformwarp/", + "last_updated": "2018-11-03T13:22:57", + "scraped_at": "2026-01-25T05:37:19.524097+00:00" + }, + { + "id": "upscale", + "name": "Upscale", + "category": "gizmos", + "subcategory": "transform", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 1323, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/upscale/", + "last_updated": "2021-05-26T21:49:19", + "scraped_at": "2026-01-25T05:37:19.524220+00:00" + }, + { + "id": "v_bboxtoformat", + "name": "V_BBoxToFormat", + "category": "gizmos", + "subcategory": "transform", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 405, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/v_bboxtoformat/", + "last_updated": "2012-04-10T02:54:31", + "scraped_at": "2026-01-25T05:37:19.524343+00:00" + }, + { + "id": "vd_pixel", + "name": "VD_Pixel", + "category": "gizmos", + "subcategory": "transform", + "author": "vipuldechiya", + "description": "Contributed\u00a0byVipul Dechiya", + "rating": null, + "rating_count": 0, + "downloads": 58, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/vd_pixel/", + "last_updated": "2020-06-18T18:26:21", + "scraped_at": "2026-01-25T05:37:19.524466+00:00" + }, + { + "id": "vector_frameblend", + "name": "Vector_FrameBlend", + "category": "gizmos", + "subcategory": "transform", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": null, + "rating_count": 0, + "downloads": 931, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/vector_frameblend/", + "last_updated": "2024-04-05T07:38:13", + "scraped_at": "2026-01-25T05:37:19.524589+00:00" + }, + { + "id": "vectortracker", + "name": "VectorTracker", + "category": "gizmos", + "subcategory": "transform", + "author": "jorritSchulte", + "description": "Contributed\u00a0byJorrit Schulte", + "rating": 5.0, + "rating_count": 0, + "downloads": 986, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/vectortracker/", + "last_updated": "2026-01-24T01:44:22", + "scraped_at": "2026-01-25T05:37:19.524711+00:00" + }, + { + "id": "vectorwarp_v1", + "name": "VectorWarp_v1", + "category": "gizmos", + "subcategory": "transform", + "author": "arcadeperfect", + "description": "Contributed\u00a0byAlex Harding", + "rating": null, + "rating_count": 0, + "downloads": 426, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/vectorwarp_v1/", + "last_updated": "2014-02-06T10:15:15", + "scraped_at": "2026-01-25T05:37:19.524841+00:00" + }, + { + "id": "vrotationmatrix", + "name": "vRotationMatrix", + "category": "gizmos", + "subcategory": "transform", + "author": "vitek", + "description": "Contributed\u00a0byVit Sedlacek", + "rating": null, + "rating_count": 0, + "downloads": 191, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/vrotationmatrix/", + "last_updated": "2013-03-11T03:03:34", + "scraped_at": "2026-01-25T05:37:19.524964+00:00" + }, + { + "id": "warp_transform", + "name": "Warp_Transform", + "category": "gizmos", + "subcategory": "transform", + "author": "karthikc", + "description": "Contributed\u00a0bykarthik chandrasekar", + "rating": null, + "rating_count": 0, + "downloads": 160, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/warp_transform/", + "last_updated": "2018-03-20T09:21:01", + "scraped_at": "2026-01-25T05:37:19.525089+00:00" + }, + { + "id": "wavedistortion", + "name": "WaveDistortion", + "category": "gizmos", + "subcategory": "transform", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 2851, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/wavedistortion/", + "last_updated": "2010-06-21T12:46:53", + "scraped_at": "2026-01-25T05:37:19.525211+00:00" + }, + { + "id": "wraparound", + "name": "wrapAround", + "category": "gizmos", + "subcategory": "transform", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 720, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/wraparound/", + "last_updated": "2010-07-09T00:40:28", + "scraped_at": "2026-01-25T05:37:19.525334+00:00" + }, + { + "id": "z-crop", + "name": "Z Crop", + "category": "gizmos", + "subcategory": "transform", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": null, + "rating_count": 0, + "downloads": 210, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/transform/z-crop/", + "last_updated": "2011-09-03T11:31:06", + "scraped_at": "2026-01-25T05:37:19.525455+00:00" + }, + { + "id": "2dreposition2cam", + "name": "2Dreposition2Cam", + "category": "gizmos", + "subcategory": "3d", + "author": "daizhongyan", + "description": "Contributed\u00a0byZhongyan Dai", + "rating": null, + "rating_count": 0, + "downloads": 84, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/2dreposition2cam/", + "last_updated": "2023-09-25T18:16:28", + "scraped_at": "2026-01-25T05:37:21.287612+00:00" + }, + { + "id": "360_vr_projection", + "name": "360_VR_Projection", + "category": "gizmos", + "subcategory": "3d", + "author": "tavte", + "description": "Contributed\u00a0byDavide Preite", + "rating": null, + "rating_count": 0, + "downloads": 819, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/360_vr_projection/", + "last_updated": "2019-04-04T14:25:35", + "scraped_at": "2026-01-25T05:37:21.287780+00:00" + }, + { + "id": "3d_camera-scene_setup_v01", + "name": "3d_camera-scene_setup_v01", + "category": "gizmos", + "subcategory": "3d", + "author": "GiulioG", + "description": "Contributed\u00a0byGiulio Galinos", + "rating": null, + "rating_count": 0, + "downloads": 505, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/3d_camera-scene_setup_v01/", + "last_updated": "2015-07-07T14:47:17", + "scraped_at": "2026-01-25T05:37:21.287915+00:00" + }, + { + "id": "3dmattes", + "name": "3dMattes", + "category": "gizmos", + "subcategory": "3d", + "author": "paurocher", + "description": "Contributed\u00a0byPau Rocher", + "rating": null, + "rating_count": 0, + "downloads": 2340, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/3dmattes/", + "last_updated": "2011-03-19T07:42:10", + "scraped_at": "2026-01-25T05:37:21.288044+00:00" + }, + { + "id": "a_reconcilehelper", + "name": "A_ReconcileHelper", + "category": "gizmos", + "subcategory": "3d", + "author": "WhiteTotoro", + "description": "Contributed\u00a0byAlexandr Marchenko", + "rating": 5.0, + "rating_count": 0, + "downloads": 189, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/a_reconcilehelper/", + "last_updated": "2022-07-03T21:18:14", + "scraped_at": "2026-01-25T05:37:21.288172+00:00" + }, + { + "id": "ae_geo_to_exr", + "name": "AE_Geo_to_EXR", + "category": "gizmos", + "subcategory": "3d", + "author": "aliehtemami", + "description": "Contributed\u00a0byAli Ehtemami", + "rating": null, + "rating_count": 0, + "downloads": 60, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/ae_geo_to_exr/", + "last_updated": "2022-10-14T16:44:47", + "scraped_at": "2026-01-25T05:37:21.288299+00:00" + }, + { + "id": "aeprefmaker", + "name": "aePrefMaker", + "category": "gizmos", + "subcategory": "3d", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 188, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/aeprefmaker/", + "last_updated": "2022-07-12T09:26:00", + "scraped_at": "2026-01-25T05:37:21.288424+00:00" + }, + { + "id": "aeuvchart", + "name": "aeUVChart", + "category": "gizmos", + "subcategory": "3d", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 289, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/aeuvchart/", + "last_updated": "2022-07-12T09:26:13", + "scraped_at": "2026-01-25T05:37:21.288549+00:00" + }, + { + "id": "alembicreconstructor", + "name": "alembicReconstructor", + "category": "gizmos", + "subcategory": "3d", + "author": "masahiro.teraoka", + "description": "Contributed\u00a0bymasahiro teraoka", + "rating": null, + "rating_count": 0, + "downloads": 536, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/alembicreconstructor/", + "last_updated": "2014-11-03T11:22:34", + "scraped_at": "2026-01-25T05:37:21.288673+00:00" + }, + { + "id": "alpha2obj", + "name": "Alpha2obj", + "category": "gizmos", + "subcategory": "3d", + "author": "kkqd0298", + "description": "Contributed\u00a0byHarvey Goodall", + "rating": null, + "rating_count": 0, + "downloads": 739, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/alpha2obj/", + "last_updated": "2017-07-10T13:33:33", + "scraped_at": "2026-01-25T05:37:21.288811+00:00" + }, + { + "id": "avtranslucency", + "name": "avTranslucency", + "category": "gizmos", + "subcategory": "3d", + "author": "alexeywhitewood", + "description": "Contributed\u00a0byAlexey Vaitvud", + "rating": null, + "rating_count": 0, + "downloads": 186, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/avtranslucency/", + "last_updated": "2020-11-12T00:33:53", + "scraped_at": "2026-01-25T05:37:21.288938+00:00" + }, + { + "id": "axistorender", + "name": "AxisToRender", + "category": "gizmos", + "subcategory": "3d", + "author": "Gat", + "description": "Contributed\u00a0byGaetan Baldy", + "rating": null, + "rating_count": 0, + "downloads": 146, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/axistorender/", + "last_updated": "2017-03-15T22:57:38", + "scraped_at": "2026-01-25T05:37:21.289066+00:00" + }, + { + "id": "background-3d", + "name": "Background 3D", + "category": "gizmos", + "subcategory": "3d", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 816, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/background-3d/", + "last_updated": "2019-03-05T04:14:50", + "scraped_at": "2026-01-25T05:37:21.289192+00:00" + }, + { + "id": "bird-3d", + "name": "Bird 3D", + "category": "gizmos", + "subcategory": "3d", + "author": "muzza.wood", + "description": "Contributed\u00a0bymurray smallwood", + "rating": null, + "rating_count": 0, + "downloads": 484, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/bird-3d/", + "last_updated": "2019-12-03T16:58:32", + "scraped_at": "2026-01-25T05:37:21.289318+00:00" + }, + { + "id": "bs_noise3d", + "name": "BS_Noise3D", + "category": "gizmos", + "subcategory": "3d", + "author": "WACOMalt", + "description": "Contributed\u00a0byBen Sumner", + "rating": null, + "rating_count": 0, + "downloads": 803, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/bs_noise3d/", + "last_updated": "2015-08-20T16:46:41", + "scraped_at": "2026-01-25T05:37:21.289443+00:00" + }, + { + "id": "camera_displace", + "name": "camera_displace", + "category": "gizmos", + "subcategory": "3d", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 686, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/camera_displace/", + "last_updated": "2015-10-08T15:03:02", + "scraped_at": "2026-01-25T05:37:21.289566+00:00" + }, + { + "id": "camerageo", + "name": "CameraGeo", + "category": "gizmos", + "subcategory": "3d", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": null, + "rating_count": 0, + "downloads": 193, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/camerageo/", + "last_updated": "2019-07-08T12:58:01", + "scraped_at": "2026-01-25T05:37:21.289692+00:00" + }, + { + "id": "camerasmooth", + "name": "cameraSmooth", + "category": "gizmos", + "subcategory": "3d", + "author": "kero", + "description": "Contributed\u00a0byRich Frazer", + "rating": null, + "rating_count": 0, + "downloads": 815, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/camerasmooth/", + "last_updated": "2016-01-22T23:38:24", + "scraped_at": "2026-01-25T05:37:21.289823+00:00" + }, + { + "id": "card-to-track", + "name": "Card to Track", + "category": "gizmos", + "subcategory": "3d", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": 5.0, + "rating_count": 0, + "downloads": 8214, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/card-to-track/", + "last_updated": "2025-11-24T06:22:01", + "scraped_at": "2026-01-25T05:37:21.289948+00:00" + }, + { + "id": "card_displace", + "name": "Card_Displace", + "category": "gizmos", + "subcategory": "3d", + "author": "rekapallisatish", + "description": "Contributed\u00a0bysatish rekapalli", + "rating": null, + "rating_count": 0, + "downloads": 152, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/card_displace/", + "last_updated": "2020-08-17T13:55:10", + "scraped_at": "2026-01-25T05:37:21.290072+00:00" + }, + { + "id": "cardbuddy", + "name": "CardBuddy", + "category": "gizmos", + "subcategory": "3d", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 1200, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/cardbuddy/", + "last_updated": "2023-06-29T07:18:09", + "scraped_at": "2026-01-25T05:37:21.290197+00:00" + }, + { + "id": "cardplacement", + "name": "CardPlacement", + "category": "gizmos", + "subcategory": "3d", + "author": "lucienfostier", + "description": "Contributed\u00a0bylucien Fostier", + "rating": null, + "rating_count": 0, + "downloads": 588, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/cardplacement/", + "last_updated": "2010-08-21T04:56:40", + "scraped_at": "2026-01-25T05:37:21.290322+00:00" + }, + { + "id": "clmakewave", + "name": "clMakeWave", + "category": "gizmos", + "subcategory": "3d", + "author": "Clunt", + "description": "Contributed\u00a0byClaus Lunt", + "rating": null, + "rating_count": 0, + "downloads": 343, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/clmakewave/", + "last_updated": "2023-12-18T07:18:57", + "scraped_at": "2026-01-25T05:37:21.290446+00:00" + }, + { + "id": "convert-normal", + "name": "convert normal", + "category": "gizmos", + "subcategory": "3d", + "author": "simorlabrasse", + "description": "Contributed\u00a0bySimon Moreau", + "rating": null, + "rating_count": 0, + "downloads": 608, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/convert-normal/", + "last_updated": "2015-12-01T06:23:18", + "scraped_at": "2026-01-25T05:37:21.290569+00:00" + }, + { + "id": "curvedmb", + "name": "CurvedMB", + "category": "gizmos", + "subcategory": "3d", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 400, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/curvedmb/", + "last_updated": "2017-01-12T05:07:17", + "scraped_at": "2026-01-25T05:37:21.290693+00:00" + }, + { + "id": "default-camera-with-target", + "name": "default Camera with target", + "category": "gizmos", + "subcategory": "3d", + "author": "taranis", + "description": "Contributed\u00a0byOlivier Lavenant", + "rating": null, + "rating_count": 0, + "downloads": 342, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/default-camera-with-target/", + "last_updated": "2014-03-31T08:37:52", + "scraped_at": "2026-01-25T05:37:21.290820+00:00" + }, + { + "id": "dg_camerahold", + "name": "dg_CameraHold", + "category": "gizmos", + "subcategory": "3d", + "author": "jahamba", + "description": "Contributed\u00a0byDen Gheiko", + "rating": null, + "rating_count": 0, + "downloads": 366, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/dg_camerahold/", + "last_updated": "2012-01-11T17:14:17", + "scraped_at": "2026-01-25T05:37:21.290947+00:00" + }, + { + "id": "distance3d_v02_fp", + "name": "Distance3D_v02_fp", + "category": "gizmos", + "subcategory": "3d", + "author": "fpaeper", + "description": "Contributed\u00a0byFalko Paeper", + "rating": null, + "rating_count": 0, + "downloads": 862, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/distance3d_v02_fp/", + "last_updated": "2013-03-26T04:55:06", + "scraped_at": "2026-01-25T05:37:21.291072+00:00" + }, + { + "id": "dofcalc", + "name": "DofCalc", + "category": "gizmos", + "subcategory": "3d", + "author": "jedypod", + "description": "Contributed\u00a0byJed Smith", + "rating": null, + "rating_count": 0, + "downloads": 1411, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/dofcalc/", + "last_updated": "2017-06-03T12:30:52", + "scraped_at": "2026-01-25T05:37:21.291195+00:00" + }, + { + "id": "dummycam", + "name": "DummyCam", + "category": "gizmos", + "subcategory": "3d", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 616, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/dummycam/", + "last_updated": "2021-05-18T21:53:21", + "scraped_at": "2026-01-25T05:37:21.291319+00:00" + }, + { + "id": "envcapture", + "name": "envCapture", + "category": "gizmos", + "subcategory": "3d", + "author": "XabierArrieta", + "description": "Contributed\u00a0byXabier Arrieta", + "rating": null, + "rating_count": 0, + "downloads": 133, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/envcapture/", + "last_updated": "2017-02-28T16:07:55", + "scraped_at": "2026-01-25T05:37:21.291443+00:00" + }, + { + "id": "environment-reflections", + "name": "Environment Reflections", + "category": "gizmos", + "subcategory": "3d", + "author": "mrfe", + "description": "Contributed\u00a0byFederico Lorenzo Mattioli", + "rating": 4.0, + "rating_count": 0, + "downloads": 1355, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/environment-reflections/", + "last_updated": "2015-06-13T08:10:26", + "scraped_at": "2026-01-25T05:37:21.291571+00:00" + }, + { + "id": "er_smartprojector", + "name": "er_smartprojector", + "category": "gizmos", + "subcategory": "3d", + "author": "buzzie114", + "description": "Contributed\u00a0byEugene Rachevsky", + "rating": 5.0, + "rating_count": 0, + "downloads": 268, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/er_smartprojector/", + "last_updated": "2025-12-16T14:00:00", + "scraped_at": "2026-01-25T05:37:21.291697+00:00" + }, + { + "id": "es_easycrypto", + "name": "es_easyCrypto", + "category": "gizmos", + "subcategory": "3d", + "author": "ekhattab21", + "description": "Contributed\u00a0byeslam ehab", + "rating": 5.0, + "rating_count": 0, + "downloads": 87, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/es_easycrypto/", + "last_updated": "2025-12-24T11:28:47", + "scraped_at": "2026-01-25T05:37:21.291826+00:00" + }, + { + "id": "facingratio", + "name": "FacingRatio", + "category": "gizmos", + "subcategory": "3d", + "author": "lucienfostier", + "description": "Contributed\u00a0bylucien Fostier", + "rating": null, + "rating_count": 0, + "downloads": 1770, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/facingratio/", + "last_updated": "2011-02-25T03:04:30", + "scraped_at": "2026-01-25T05:37:21.291950+00:00" + }, + { + "id": "fake-occlusion", + "name": "fake occlusion", + "category": "gizmos", + "subcategory": "3d", + "author": "simorlabrasse", + "description": "Contributed\u00a0bySimon Moreau", + "rating": null, + "rating_count": 0, + "downloads": 290, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/fake-occlusion/", + "last_updated": "2015-12-01T06:54:17", + "scraped_at": "2026-01-25T05:37:21.292076+00:00" + }, + { + "id": "fakegi", + "name": "fakeGI", + "category": "gizmos", + "subcategory": "3d", + "author": "XabierArrieta", + "description": "Contributed\u00a0byXabier Arrieta", + "rating": null, + "rating_count": 0, + "downloads": 158, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/fakegi/", + "last_updated": "2017-02-28T16:07:43", + "scraped_at": "2026-01-25T05:37:21.292200+00:00" + }, + { + "id": "flu_quickpatch", + "name": "flu_quickPatch", + "category": "gizmos", + "subcategory": "3d", + "author": "falklude", + "description": "Contributed\u00a0byfalk lude", + "rating": null, + "rating_count": 0, + "downloads": 136, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/flu_quickpatch/", + "last_updated": "2015-10-08T20:40:49", + "scraped_at": "2026-01-25T05:37:21.292324+00:00" + }, + { + "id": "focallengthfinder", + "name": "FocalLengthFinder", + "category": "gizmos", + "subcategory": "3d", + "author": "jphowey", + "description": "Contributed\u00a0byJason Howey", + "rating": null, + "rating_count": 0, + "downloads": 184, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/focallengthfinder/", + "last_updated": "2023-12-15T15:50:04", + "scraped_at": "2026-01-25T05:37:21.292448+00:00" + }, + { + "id": "fusioncam", + "name": "fusionCam", + "category": "gizmos", + "subcategory": "3d", + "author": "simorlabrasse", + "description": "Contributed\u00a0bySimon Moreau", + "rating": null, + "rating_count": 0, + "downloads": 399, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/fusioncam/", + "last_updated": "2015-11-30T06:22:42", + "scraped_at": "2026-01-25T05:37:21.292573+00:00" + }, + { + "id": "geoarray", + "name": "GeoArray", + "category": "gizmos", + "subcategory": "3d", + "author": "mfrank", + "description": "Contributed\u00a0byM Frank", + "rating": null, + "rating_count": 0, + "downloads": 279, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/geoarray/", + "last_updated": "2017-09-21T02:55:06", + "scraped_at": "2026-01-25T05:37:21.292698+00:00" + }, + { + "id": "geotopoints", + "name": "GeoToPoints", + "category": "gizmos", + "subcategory": "3d", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 403, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/geotopoints/", + "last_updated": "2014-06-05T02:57:31", + "scraped_at": "2026-01-25T05:37:21.292836+00:00" + }, + { + "id": "image2geo", + "name": "Image2Geo", + "category": "gizmos", + "subcategory": "3d", + "author": "kkqd0298", + "description": "Contributed\u00a0byHarvey Goodall", + "rating": null, + "rating_count": 0, + "downloads": 429, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/image2geo/", + "last_updated": "2017-07-06T06:54:38", + "scraped_at": "2026-01-25T05:37:21.292963+00:00" + }, + { + "id": "imageplane", + "name": "ImagePlane", + "category": "gizmos", + "subcategory": "3d", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": 5.0, + "rating_count": 0, + "downloads": 177, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/imageplane/", + "last_updated": "2025-08-13T23:32:32", + "scraped_at": "2026-01-25T05:37:21.293087+00:00" + }, + { + "id": "imageplane3d", + "name": "ImagePlane3D", + "category": "gizmos", + "subcategory": "3d", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": null, + "rating_count": 0, + "downloads": 1326, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/imageplane3d/", + "last_updated": "2022-03-10T19:44:37", + "scraped_at": "2026-01-25T05:37:21.293212+00:00" + }, + { + "id": "in_3dmirror", + "name": "in_3dMirror", + "category": "gizmos", + "subcategory": "3d", + "author": "lookin", + "description": "Contributed\u00a0byLuca Mignardi", + "rating": null, + "rating_count": 0, + "downloads": 1663, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/in_3dmirror/", + "last_updated": "2013-11-01T05:55:41", + "scraped_at": "2026-01-25T05:37:21.293342+00:00" + }, + { + "id": "inverse_axis", + "name": "Inverse_Axis", + "category": "gizmos", + "subcategory": "3d", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": 1.0, + "rating_count": 0, + "downloads": 257, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/inverse_axis/", + "last_updated": "2022-03-02T12:14:33", + "scraped_at": "2026-01-25T05:37:21.293469+00:00" + }, + { + "id": "iz_projector", + "name": "iZ_Projector", + "category": "gizmos", + "subcategory": "3d", + "author": "zainea13", + "description": "Contributed\u00a0byIan Zainea", + "rating": null, + "rating_count": 0, + "downloads": 189, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/iz_projector/", + "last_updated": "2024-02-16T04:11:32", + "scraped_at": "2026-01-25T05:37:21.293594+00:00" + }, + { + "id": "jvh_laserfire", + "name": "jvh_LaserFire", + "category": "gizmos", + "subcategory": "3d", + "author": "jvanhuys", + "description": "Contributed\u00a0byJohan van Huyssteen", + "rating": null, + "rating_count": 0, + "downloads": 403, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/jvh_laserfire/", + "last_updated": "2019-12-22T17:45:59", + "scraped_at": "2026-01-25T05:37:21.293721+00:00" + }, + { + "id": "k_nfresnel", + "name": "k_nFresnel", + "category": "gizmos", + "subcategory": "3d", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": 2.0, + "rating_count": 0, + "downloads": 181, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/k_nfresnel/", + "last_updated": "2021-01-20T16:30:29", + "scraped_at": "2026-01-25T05:37:21.293848+00:00" + }, + { + "id": "k_pmatte", + "name": "k_pMatte", + "category": "gizmos", + "subcategory": "3d", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 321, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/k_pmatte/", + "last_updated": "2021-01-21T07:20:39", + "scraped_at": "2026-01-25T05:37:21.293974+00:00" + }, + { + "id": "k_pnoise", + "name": "k_pNoise", + "category": "gizmos", + "subcategory": "3d", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 697, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/k_pnoise/", + "last_updated": "2021-01-21T07:32:50", + "scraped_at": "2026-01-25T05:37:21.294101+00:00" + }, + { + "id": "k_pprojection", + "name": "k_pProjection", + "category": "gizmos", + "subcategory": "3d", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 227, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/k_pprojection/", + "last_updated": "2021-01-21T07:38:57", + "scraped_at": "2026-01-25T05:37:21.294229+00:00" + }, + { + "id": "k_pramp", + "name": "k_pRamp", + "category": "gizmos", + "subcategory": "3d", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 169, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/k_pramp/", + "last_updated": "2021-01-21T07:37:39", + "scraped_at": "2026-01-25T05:37:21.294356+00:00" + }, + { + "id": "k_pstickyproject", + "name": "k_pStickyProject", + "category": "gizmos", + "subcategory": "3d", + "author": "drumzoo", + "description": "Contributed\u00a0byNicolas Gauthier", + "rating": null, + "rating_count": 0, + "downloads": 589, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/k_pstickyproject/", + "last_updated": "2021-01-21T07:40:02", + "scraped_at": "2026-01-25T05:37:21.294483+00:00" + }, + { + "id": "ladybug", + "name": "Ladybug", + "category": "gizmos", + "subcategory": "3d", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 67, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/ladybug/", + "last_updated": "2021-05-17T10:15:26", + "scraped_at": "2026-01-25T05:37:21.294610+00:00" + }, + { + "id": "lightgrid2", + "name": "lightgrid2", + "category": "gizmos", + "subcategory": "3d", + "author": "owljones", + "description": "Contributed\u00a0byJonas Almeida", + "rating": null, + "rating_count": 0, + "downloads": 179, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/lightgrid2/", + "last_updated": "2020-09-27T15:15:34", + "scraped_at": "2026-01-25T05:37:21.294740+00:00" + }, + { + "id": "lm_pnoise", + "name": "LM_Pnoise", + "category": "gizmos", + "subcategory": "3d", + "author": "Setonbyke", + "description": "Contributed\u00a0byMoniviphouset Phann", + "rating": null, + "rating_count": 0, + "downloads": 96, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/lm_pnoise/", + "last_updated": "2024-09-22T23:45:14", + "scraped_at": "2026-01-25T05:37:21.294867+00:00" + }, + { + "id": "locometry", + "name": "Locometry", + "category": "gizmos", + "subcategory": "3d", + "author": "kanza", + "description": "Contributed\u00a0byKim Ranzani", + "rating": null, + "rating_count": 0, + "downloads": 560, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/locometry/", + "last_updated": "2010-12-10T08:22:00", + "scraped_at": "2026-01-25T05:37:21.294992+00:00" + }, + { + "id": "maskme", + "name": "MaskMe", + "category": "gizmos", + "subcategory": "3d", + "author": "daganmind", + "description": "Contributed\u00a0byIvan Sorgente", + "rating": null, + "rating_count": 0, + "downloads": 432, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/maskme/", + "last_updated": "2018-01-02T10:56:20", + "scraped_at": "2026-01-25T05:37:21.295117+00:00" + }, + { + "id": "mirrordimension", + "name": "MirrorDimension", + "category": "gizmos", + "subcategory": "3d", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": 5.0, + "rating_count": 0, + "downloads": 77, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/mirrordimension/", + "last_updated": "2024-04-03T13:51:21", + "scraped_at": "2026-01-25T05:37:21.295245+00:00" + }, + { + "id": "mirrorgeometry", + "name": "MirrorGeometry", + "category": "gizmos", + "subcategory": "3d", + "author": "Gronico", + "description": "Contributed\u00a0byNicolas Gro\u00dfmann", + "rating": null, + "rating_count": 0, + "downloads": 123, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/mirrorgeometry/", + "last_updated": "2019-05-08T08:15:25", + "scraped_at": "2026-01-25T05:37:21.295371+00:00" + }, + { + "id": "mixture_cam", + "name": "mixture_cam", + "category": "gizmos", + "subcategory": "3d", + "author": "seargeantcompsley", + "description": "Contributed\u00a0byseargeant compsley", + "rating": null, + "rating_count": 0, + "downloads": 441, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/mixture_cam/", + "last_updated": "2020-01-10T11:45:51", + "scraped_at": "2026-01-25T05:37:21.295495+00:00" + }, + { + "id": "mk_axisfromposition", + "name": "MK_AxisFromPosition", + "category": "gizmos", + "subcategory": "3d", + "author": "mkrzastek", + "description": "Contributed\u00a0byMateusz Krzastek", + "rating": null, + "rating_count": 0, + "downloads": 156, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/mk_axisfromposition/", + "last_updated": "2017-02-26T00:42:45", + "scraped_at": "2026-01-25T05:37:21.295620+00:00" + }, + { + "id": "mm_advancedreflection", + "name": "MM_AdvancedReflection", + "category": "gizmos", + "subcategory": "3d", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 515, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/mm_advancedreflection/", + "last_updated": "2024-04-30T19:17:58", + "scraped_at": "2026-01-25T05:37:21.295752+00:00" + }, + { + "id": "mscattergeo", + "name": "mScatterGeo", + "category": "gizmos", + "subcategory": "3d", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 880, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/mscattergeo/", + "last_updated": "2021-03-24T16:41:07", + "scraped_at": "2026-01-25T05:37:21.295879+00:00" + }, + { + "id": "notmassive", + "name": "NotMassive", + "category": "gizmos", + "subcategory": "3d", + "author": "darkness", + "description": "Contributed\u00a0byDaniel Harkness", + "rating": 4.0, + "rating_count": 0, + "downloads": 631, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/notmassive/", + "last_updated": "2021-04-21T18:50:08", + "scraped_at": "2026-01-25T05:37:21.296007+00:00" + }, + { + "id": "nsoftcliprender", + "name": "nSoftClipRender", + "category": "gizmos", + "subcategory": "3d", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 227, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/nsoftcliprender/", + "last_updated": "2016-01-13T10:44:37", + "scraped_at": "2026-01-25T05:37:21.296132+00:00" + }, + { + "id": "nuketoaeopticalflares", + "name": "NukeToAEOpticalFlares", + "category": "gizmos", + "subcategory": "3d", + "author": "JoHaNMcR", + "description": "Contributed\u00a0byJohan Romero", + "rating": null, + "rating_count": 0, + "downloads": 634, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/nuketoaeopticalflares/", + "last_updated": "2011-04-09T03:28:55", + "scraped_at": "2026-01-25T05:37:21.296257+00:00" + }, + { + "id": "ingiparent3d", + "name": "Obselete", + "category": "gizmos", + "subcategory": "3d", + "author": "ingiCorentin", + "description": "Contributed\u00a0byCorentin Fievet", + "rating": null, + "rating_count": 0, + "downloads": 104, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/ingiparent3d/", + "last_updated": "2025-04-24T05:51:20", + "scraped_at": "2026-01-25T05:37:21.296381+00:00" + }, + { + "id": "optical-reflection", + "name": "Optical Reflection", + "category": "gizmos", + "subcategory": "3d", + "author": "jorritSchulte", + "description": "Contributed\u00a0byJorrit Schulte", + "rating": 5.0, + "rating_count": 0, + "downloads": 92, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/optical-reflection/", + "last_updated": "2026-01-18T06:25:37", + "scraped_at": "2026-01-25T05:37:21.296508+00:00" + }, + { + "id": "organic_pmatte", + "name": "Organic_Pmatte", + "category": "gizmos", + "subcategory": "3d", + "author": "Venkata_Sivakumar_Mannepalli", + "description": "Contributed\u00a0bysiva kumar", + "rating": 2.0, + "rating_count": 0, + "downloads": 21, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/organic_pmatte/", + "last_updated": "2025-12-18T03:33:30", + "scraped_at": "2026-01-25T05:37:21.296633+00:00" + }, + { + "id": "origami", + "name": "origami", + "category": "gizmos", + "subcategory": "3d", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": 5.0, + "rating_count": 0, + "downloads": 491, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/origami/", + "last_updated": "2021-03-27T08:21:57", + "scraped_at": "2026-01-25T05:37:21.296765+00:00" + }, + { + "id": "p_mask", + "name": "P_Mask", + "category": "gizmos", + "subcategory": "3d", + "author": "Sinobi.Anish", + "description": "Contributed\u00a0byAnish Saha", + "rating": 5.0, + "rating_count": 0, + "downloads": 130, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/p_mask/", + "last_updated": "2025-09-21T09:37:14", + "scraped_at": "2026-01-25T05:37:21.296893+00:00" + }, + { + "id": "parallax-creator", + "name": "Parallax Creator", + "category": "gizmos", + "subcategory": "3d", + "author": "abarrabeig", + "description": "Contributed\u00a0byArnau Barrabeig", + "rating": null, + "rating_count": 0, + "downloads": 234, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/parallax-creator/", + "last_updated": "2020-10-21T09:51:19", + "scraped_at": "2026-01-25T05:37:21.297020+00:00" + }, + { + "id": "parentconstraint", + "name": "ParentConstraint", + "category": "gizmos", + "subcategory": "3d", + "author": "hdmoser", + "description": "Contributed\u00a0byHenrique Moser", + "rating": null, + "rating_count": 0, + "downloads": 875, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/parentconstraint/", + "last_updated": "2012-03-24T05:45:26", + "scraped_at": "2026-01-25T05:37:21.297147+00:00" + }, + { + "id": "particles2", + "name": "Particles2", + "category": "gizmos", + "subcategory": "3d", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 448, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/particles2/", + "last_updated": "2010-08-19T04:03:40", + "scraped_at": "2026-01-25T05:37:21.297271+00:00" + }, + { + "id": "pixels2position", + "name": "Pixels2Position", + "category": "gizmos", + "subcategory": "3d", + "author": "saliba.elias", + "description": "Contributed\u00a0byElias Saliba", + "rating": null, + "rating_count": 0, + "downloads": 1124, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/pixels2position/", + "last_updated": "2019-12-18T17:41:43", + "scraped_at": "2026-01-25T05:37:21.297398+00:00" + }, + { + "id": "pn_matte", + "name": "PN_Matte", + "category": "gizmos", + "subcategory": "3d", + "author": "Adrian Herr", + "description": "Contributed\u00a0byAdrian Herr", + "rating": null, + "rating_count": 0, + "downloads": 1781, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/pn_matte/", + "last_updated": "2016-02-15T14:47:15", + "scraped_at": "2026-01-25T05:37:21.297524+00:00" + }, + { + "id": "point_projection", + "name": "Point_Projection", + "category": "gizmos", + "subcategory": "3d", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": null, + "rating_count": 0, + "downloads": 180, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/point_projection/", + "last_updated": "2021-04-07T14:53:04", + "scraped_at": "2026-01-25T05:37:21.297647+00:00" + }, + { + "id": "pointcloudtrack", + "name": "PointCloudTrack", + "category": "gizmos", + "subcategory": "3d", + "author": "coolchipper", + "description": "Contributed\u00a0byPranjal choudhary", + "rating": null, + "rating_count": 0, + "downloads": 278, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/pointcloudtrack/", + "last_updated": "2018-09-20T18:50:59", + "scraped_at": "2026-01-25T05:37:21.297776+00:00" + }, + { + "id": "pointpositionmask", + "name": "PointPositionMask", + "category": "gizmos", + "subcategory": "3d", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 4098, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/pointpositionmask/", + "last_updated": "2016-05-25T23:23:12", + "scraped_at": "2026-01-25T05:37:21.297900+00:00" + }, + { + "id": "polycamera", + "name": "PolyCamera", + "category": "gizmos", + "subcategory": "3d", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 140, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/polycamera/", + "last_updated": "2013-02-06T04:24:03", + "scraped_at": "2026-01-25T05:37:21.298024+00:00" + }, + { + "id": "positionconverter", + "name": "PositionConverter", + "category": "gizmos", + "subcategory": "3d", + "author": "dangerdave", + "description": "Contributed\u00a0byDavid Teichert", + "rating": null, + "rating_count": 0, + "downloads": 93, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/positionconverter/", + "last_updated": "2023-08-21T20:23:24", + "scraped_at": "2026-01-25T05:37:21.298149+00:00" + }, + { + "id": "projectionbuddy", + "name": "ProjectionBuddy", + "category": "gizmos", + "subcategory": "3d", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 1661, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/projectionbuddy/", + "last_updated": "2025-09-28T07:43:27", + "scraped_at": "2026-01-25T05:37:21.298275+00:00" + }, + { + "id": "pworldtotrack-1", + "name": "PworldToTrack", + "category": "gizmos", + "subcategory": "3d", + "author": "mohsin78612", + "description": "Contributed\u00a0bymohsin kazi", + "rating": null, + "rating_count": 0, + "downloads": 19, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/pworldtotrack-1/", + "last_updated": "2016-06-23T14:05:30", + "scraped_at": "2026-01-25T05:37:21.298402+00:00" + }, + { + "id": "pworldtotrack", + "name": "PworldToTrack", + "category": "gizmos", + "subcategory": "3d", + "author": "mohsin", + "description": "Contributed\u00a0byMohsin kazi", + "rating": null, + "rating_count": 0, + "downloads": 958, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/pworldtotrack/", + "last_updated": "2016-08-19T00:05:30", + "scraped_at": "2026-01-25T05:37:21.298528+00:00" + }, + { + "id": "raydeepao", + "name": "RayDeepAO", + "category": "gizmos", + "subcategory": "3d", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 102, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/raydeepao/", + "last_updated": "2020-01-06T12:45:02", + "scraped_at": "2026-01-25T05:37:21.298655+00:00" + }, + { + "id": "reconcile", + "name": "Reconcile", + "category": "gizmos", + "subcategory": "3d", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": 4.75, + "rating_count": 0, + "downloads": 49, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/reconcile/", + "last_updated": "2025-08-13T23:46:13", + "scraped_at": "2026-01-25T05:37:21.298783+00:00" + }, + { + "id": "reconcile3dpro", + "name": "reconcile3DPro", + "category": "gizmos", + "subcategory": "3d", + "author": "Innders", + "description": "Contributed\u00a0byLuke Inderwick", + "rating": null, + "rating_count": 0, + "downloads": 866, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/reconcile3dpro/", + "last_updated": "2022-08-26T07:47:54", + "scraped_at": "2026-01-25T05:37:21.298909+00:00" + }, + { + "id": "reflection-3d", + "name": "Reflection 3D", + "category": "gizmos", + "subcategory": "3d", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 1120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/reflection-3d/", + "last_updated": "2016-01-18T02:31:23", + "scraped_at": "2026-01-25T05:37:21.299034+00:00" + }, + { + "id": "reflectionbuddy", + "name": "ReflectionBuddy", + "category": "gizmos", + "subcategory": "3d", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 1109, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/reflectionbuddy/", + "last_updated": "2024-11-16T05:14:03", + "scraped_at": "2026-01-25T05:37:21.299158+00:00" + }, + { + "id": "refposproject", + "name": "RefPosProject", + "category": "gizmos", + "subcategory": "3d", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": null, + "rating_count": 0, + "downloads": 604, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/refposproject/", + "last_updated": "2021-02-12T20:19:15", + "scraped_at": "2026-01-25T05:37:21.299282+00:00" + }, + { + "id": "reframing_2d", + "name": "Reframing_2D", + "category": "gizmos", + "subcategory": "3d", + "author": "daizhongyan", + "description": "Contributed\u00a0byZhongyan Dai", + "rating": null, + "rating_count": 0, + "downloads": 43, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/reframing_2d/", + "last_updated": "2023-09-25T18:15:34", + "scraped_at": "2026-01-25T05:37:21.299406+00:00" + }, + { + "id": "render-3d", + "name": "Render 3D", + "category": "gizmos", + "subcategory": "3d", + "author": "Finley", + "description": "Contributed\u00a0byFinley McNeilage", + "rating": null, + "rating_count": 0, + "downloads": 295, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/render-3d/", + "last_updated": "2016-01-03T12:40:44", + "scraped_at": "2026-01-25T05:37:21.299530+00:00" + }, + { + "id": "render-tool", + "name": "Render Tool", + "category": "gizmos", + "subcategory": "3d", + "author": "Finley", + "description": "Contributed\u00a0byFinley McNeilage", + "rating": null, + "rating_count": 0, + "downloads": 56, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/render-tool/", + "last_updated": "2015-10-27T08:06:46", + "scraped_at": "2026-01-25T05:37:21.299654+00:00" + }, + { + "id": "reprojectvz", + "name": "ReprojectVZ", + "category": "gizmos", + "subcategory": "3d", + "author": "Cocaine", + "description": "Contributed\u00a0byConstantin von Zitzewitz", + "rating": 5.0, + "rating_count": 0, + "downloads": 118, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/reprojectvz/", + "last_updated": "2025-01-15T02:30:48", + "scraped_at": "2026-01-25T05:37:21.299782+00:00" + }, + { + "id": "rotatenormals", + "name": "RotateNormals", + "category": "gizmos", + "subcategory": "3d", + "author": "hakan.blomdahl", + "description": "Contributed\u00a0byHakan Blomdahl", + "rating": null, + "rating_count": 0, + "downloads": 2018, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/rotatenormals/", + "last_updated": "2010-06-21T22:55:48", + "scraped_at": "2026-01-25T05:37:21.299906+00:00" + }, + { + "id": "s_volume", + "name": "S_Volume", + "category": "gizmos", + "subcategory": "3d", + "author": "scottcoates", + "description": "Contributed\u00a0byScott Coates", + "rating": null, + "rating_count": 0, + "downloads": 512, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/s_volume/", + "last_updated": "2015-03-07T20:51:29", + "scraped_at": "2026-01-25T05:37:21.300029+00:00" + }, + { + "id": "scenedepthcalculator", + "name": "SceneDepthCalculator", + "category": "gizmos", + "subcategory": "3d", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": 5.0, + "rating_count": 0, + "downloads": 922, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/scenedepthcalculator/", + "last_updated": "2021-03-01T13:56:20", + "scraped_at": "2026-01-25T05:37:21.300154+00:00" + }, + { + "id": "simple-subsurface-scattering", + "name": "Simple Subsurface Scattering", + "category": "gizmos", + "subcategory": "3d", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 798, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/simple-subsurface-scattering/", + "last_updated": "2020-09-27T21:01:59", + "scraped_at": "2026-01-25T05:37:21.300277+00:00" + }, + { + "id": "skydome", + "name": "SkyDome", + "category": "gizmos", + "subcategory": "3d", + "author": "Balavfx", + "description": "Contributed\u00a0byBalaji Ramachandria vasudevan", + "rating": null, + "rating_count": 0, + "downloads": 74, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/skydome/", + "last_updated": "2024-12-14T16:12:47", + "scraped_at": "2026-01-25T05:37:21.300399+00:00" + }, + { + "id": "smoothcam", + "name": "smoothCam", + "category": "gizmos", + "subcategory": "3d", + "author": "simorlabrasse", + "description": "Contributed\u00a0bySimon Moreau", + "rating": null, + "rating_count": 0, + "downloads": 246, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/smoothcam/", + "last_updated": "2016-02-21T05:12:58", + "scraped_at": "2026-01-25T05:37:21.300520+00:00" + }, + { + "id": "smoothcamera", + "name": "SmoothCamera", + "category": "gizmos", + "subcategory": "3d", + "author": "zervera", + "description": "Contributed\u00a0byRam\u00f3n Cervera", + "rating": null, + "rating_count": 0, + "downloads": 194, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/smoothcamera/", + "last_updated": "2016-02-23T06:04:31", + "scraped_at": "2026-01-25T05:37:21.300643+00:00" + }, + { + "id": "snapandmove_v01_milo", + "name": "SnapAndMove_v01_MiLo", + "category": "gizmos", + "subcategory": "3d", + "author": "Kirito23", + "description": "Contributed\u00a0byMichael Loithaler", + "rating": null, + "rating_count": 0, + "downloads": 231, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/snapandmove_v01_milo/", + "last_updated": "2019-10-02T10:46:33", + "scraped_at": "2026-01-25T05:37:21.300770+00:00" + }, + { + "id": "spacetransform", + "name": "SpaceTransform", + "category": "gizmos", + "subcategory": "3d", + "author": "Adrian Herr", + "description": "Contributed\u00a0byAdrian Herr", + "rating": null, + "rating_count": 0, + "downloads": 258, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/spacetransform/", + "last_updated": "2016-02-15T14:39:23", + "scraped_at": "2026-01-25T05:37:21.300893+00:00" + }, + { + "id": "ssmesh", + "name": "SSMesh", + "category": "gizmos", + "subcategory": "3d", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 688, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/ssmesh/", + "last_updated": "2019-11-09T16:45:09", + "scraped_at": "2026-01-25T05:37:21.301015+00:00" + }, + { + "id": "stereocamera-gizmo", + "name": "StereoCamera Gizmo", + "category": "gizmos", + "subcategory": "3d", + "author": "Harrism99", + "description": "Contributed\u00a0byMark Holman-Harris", + "rating": null, + "rating_count": 0, + "downloads": 543, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/stereocamera-gizmo/", + "last_updated": "2010-08-31T08:39:58", + "scraped_at": "2026-01-25T05:37:21.301138+00:00" + }, + { + "id": "sw_camerashake3d", + "name": "SW_CameraShake3D", + "category": "gizmos", + "subcategory": "3d", + "author": "stephenwong", + "description": "Contributed\u00a0byStephen T.Y. Wong", + "rating": null, + "rating_count": 0, + "downloads": 563, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/sw_camerashake3d/", + "last_updated": "2013-10-21T12:01:39", + "scraped_at": "2026-01-25T05:37:21.301262+00:00" + }, + { + "id": "sw_targetcamera", + "name": "SW_TargetCamera", + "category": "gizmos", + "subcategory": "3d", + "author": "stephenwong", + "description": "Contributed\u00a0byStephen T.Y. Wong", + "rating": null, + "rating_count": 0, + "downloads": 1623, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/sw_targetcamera/", + "last_updated": "2013-10-21T11:29:54", + "scraped_at": "2026-01-25T05:37:21.301385+00:00" + }, + { + "id": "tracker2camera2", + "name": "tracker2Camera2", + "category": "gizmos", + "subcategory": "3d", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 1125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/tracker2camera2/", + "last_updated": "2012-09-17T03:43:19", + "scraped_at": "2026-01-25T05:37:21.301509+00:00" + }, + { + "id": "trackingconverter", + "name": "TrackingConverter", + "category": "gizmos", + "subcategory": "3d", + "author": "masahiro.teraoka", + "description": "Contributed\u00a0bymasahiro teraoka", + "rating": null, + "rating_count": 0, + "downloads": 837, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/trackingconverter/", + "last_updated": "2014-10-24T11:31:04", + "scraped_at": "2026-01-25T05:37:21.301632+00:00" + }, + { + "id": "trigobird", + "name": "TrigoBird", + "category": "gizmos", + "subcategory": "3d", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 350, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/trigobird/", + "last_updated": "2021-01-02T17:19:54", + "scraped_at": "2026-01-25T05:37:21.301759+00:00" + }, + { + "id": "tx_3drays", + "name": "TX_3DRays", + "category": "gizmos", + "subcategory": "3d", + "author": "Tomas", + "description": "Contributed\u00a0byTomas Lefebvre", + "rating": null, + "rating_count": 0, + "downloads": 4667, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/tx_3drays/", + "last_updated": "2012-03-21T06:14:28", + "scraped_at": "2026-01-25T05:37:21.301882+00:00" + }, + { + "id": "tx_fog", + "name": "TX_Fog", + "category": "gizmos", + "subcategory": "3d", + "author": "Tomas", + "description": "Contributed\u00a0byTomas Lefebvre", + "rating": 5.0, + "rating_count": 0, + "downloads": 10317, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/tx_fog/", + "last_updated": "2014-02-12T05:48:06", + "scraped_at": "2026-01-25T05:37:21.302007+00:00" + }, + { + "id": "unify3dcoordinate", + "name": "Unify3DCoordinate", + "category": "gizmos", + "subcategory": "3d", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": 5.0, + "rating_count": 0, + "downloads": 493, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/unify3dcoordinate/", + "last_updated": "2021-03-30T10:19:13", + "scraped_at": "2026-01-25T05:37:21.302129+00:00" + }, + { + "id": "uv-render", + "name": "UV Render", + "category": "gizmos", + "subcategory": "3d", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 549, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/uv-render/", + "last_updated": "2019-06-12T12:27:01", + "scraped_at": "2026-01-25T05:37:21.302251+00:00" + }, + { + "id": "uveditor", + "name": "UVEditor", + "category": "gizmos", + "subcategory": "3d", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": 5.0, + "rating_count": 0, + "downloads": 990, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/uveditor/", + "last_updated": "2020-04-29T02:45:03", + "scraped_at": "2026-01-25T05:37:21.302373+00:00" + }, + { + "id": "v_3daxis", + "name": "V_3DAxis", + "category": "gizmos", + "subcategory": "3d", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 211, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/v_3daxis/", + "last_updated": "2012-07-07T03:52:13", + "scraped_at": "2026-01-25T05:37:21.302494+00:00" + }, + { + "id": "v_trackingcones", + "name": "V_TrackingCones", + "category": "gizmos", + "subcategory": "3d", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 1459, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/v_trackingcones/", + "last_updated": "2012-02-14T05:54:11", + "scraped_at": "2026-01-25T05:37:21.302618+00:00" + }, + { + "id": "vertigocamera", + "name": "VertigoCamera", + "category": "gizmos", + "subcategory": "3d", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 514, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/vertigocamera/", + "last_updated": "2009-09-02T17:54:12", + "scraped_at": "2026-01-25T05:37:21.302744+00:00" + }, + { + "id": "volumizer", + "name": "Volumizer", + "category": "gizmos", + "subcategory": "3d", + "author": "kero", + "description": "Contributed\u00a0byRich Frazer", + "rating": null, + "rating_count": 0, + "downloads": 304, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/volumizer/", + "last_updated": "2021-12-27T22:47:54", + "scraped_at": "2026-01-25T05:37:21.302867+00:00" + }, + { + "id": "vplanarprojection", + "name": "vPlanarProjection", + "category": "gizmos", + "subcategory": "3d", + "author": "vitek", + "description": "Contributed\u00a0byVit Sedlacek", + "rating": null, + "rating_count": 0, + "downloads": 865, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/vplanarprojection/", + "last_updated": "2013-03-11T06:30:05", + "scraped_at": "2026-01-25T05:37:21.302991+00:00" + }, + { + "id": "w_supernormal", + "name": "W_SuperNormal", + "category": "gizmos", + "subcategory": "3d", + "author": "wesheo", + "description": "Contributed\u00a0byWes Heo", + "rating": null, + "rating_count": 0, + "downloads": 637, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/w_supernormal/", + "last_updated": "2019-02-04T14:13:43", + "scraped_at": "2026-01-25T05:37:21.303113+00:00" + }, + { + "id": "zcard", + "name": "ZCard", + "category": "gizmos", + "subcategory": "3d", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 566, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/3d/zcard/", + "last_updated": "2010-07-19T07:09:39", + "scraped_at": "2026-01-25T05:37:21.303237+00:00" + }, + { + "id": "3d-stereo-rig-v37", + "name": "3D Stereo Rig v3.7", + "category": "gizmos", + "subcategory": "stereo", + "author": "October_Digital", + "description": "Contributed\u00a0byNathaniel Wesetveer", + "rating": null, + "rating_count": 0, + "downloads": 936, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/3d-stereo-rig-v37/", + "last_updated": "2011-09-19T07:24:21", + "scraped_at": "2026-01-25T05:37:22.945690+00:00" + }, + { + "id": "3drig_hugobarbier_v01", + "name": "3DRIG_HUGOBARBIER_v01", + "category": "gizmos", + "subcategory": "stereo", + "author": "hugobarbier", + "description": "Contributed\u00a0byHugo Barbier", + "rating": null, + "rating_count": 0, + "downloads": 240, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/3drig_hugobarbier_v01/", + "last_updated": "2012-07-30T03:11:09", + "scraped_at": "2026-01-25T05:37:22.945837+00:00" + }, + { + "id": "a_colourmatch", + "name": "A_ColourMatch", + "category": "gizmos", + "subcategory": "stereo", + "author": "AdrianLCP", + "description": "Contributed\u00a0byAdrian Sutherland", + "rating": null, + "rating_count": 0, + "downloads": 333, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/a_colourmatch/", + "last_updated": "2014-10-01T07:04:37", + "scraped_at": "2026-01-25T05:37:22.945965+00:00" + }, + { + "id": "a_disparitygenerator", + "name": "A_DisparityGenerator", + "category": "gizmos", + "subcategory": "stereo", + "author": "AdrianLCP", + "description": "Contributed\u00a0byAdrian Sutherland", + "rating": null, + "rating_count": 0, + "downloads": 544, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/a_disparitygenerator/", + "last_updated": "2014-09-25T08:14:07", + "scraped_at": "2026-01-25T05:37:22.946088+00:00" + }, + { + "id": "camrig-stereocamerarig", + "name": "camRig - StereoCameraRig", + "category": "gizmos", + "subcategory": "stereo", + "author": "otaku", + "description": "Contributed\u00a0byTorsten Neuendorf", + "rating": null, + "rating_count": 0, + "downloads": 576, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/camrig-stereocamerarig/", + "last_updated": "2010-12-30T07:25:45", + "scraped_at": "2026-01-25T05:37:22.946211+00:00" + }, + { + "id": "danaglyph", + "name": "dAnaglyph", + "category": "gizmos", + "subcategory": "stereo", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 469, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/danaglyph/", + "last_updated": "2011-12-09T08:38:55", + "scraped_at": "2026-01-25T05:37:22.946335+00:00" + }, + { + "id": "duboisanaglyph", + "name": "DuboisAnaglyph", + "category": "gizmos", + "subcategory": "stereo", + "author": "flord", + "description": "Contributed\u00a0byFrancois Lord", + "rating": null, + "rating_count": 0, + "downloads": 294, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/duboisanaglyph/", + "last_updated": "2011-04-09T03:29:03", + "scraped_at": "2026-01-25T05:37:22.946457+00:00" + }, + { + "id": "nanaglyph", + "name": "nAnaglyph", + "category": "gizmos", + "subcategory": "stereo", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 157, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/nanaglyph/", + "last_updated": "2012-04-13T04:21:31", + "scraped_at": "2026-01-25T05:37:22.946582+00:00" + }, + { + "id": "stereo-interleaver", + "name": "Stereo Interleaver", + "category": "gizmos", + "subcategory": "stereo", + "author": "theta", + "description": "Contributed\u00a0byRudy Taege", + "rating": null, + "rating_count": 0, + "downloads": 262, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/stereo-interleaver/", + "last_updated": "2010-07-28T06:53:21", + "scraped_at": "2026-01-25T05:37:22.946707+00:00" + }, + { + "id": "stereodaily", + "name": "stereoDaily", + "category": "gizmos", + "subcategory": "stereo", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 177, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/stereodaily/", + "last_updated": "2012-05-23T02:22:23", + "scraped_at": "2026-01-25T05:37:22.946962+00:00" + }, + { + "id": "stereofake", + "name": "stereoFake", + "category": "gizmos", + "subcategory": "stereo", + "author": "puzz769", + "description": "Contributed\u00a0byrob thorton", + "rating": null, + "rating_count": 0, + "downloads": 518, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/stereofake/", + "last_updated": "2011-05-20T02:34:52", + "scraped_at": "2026-01-25T05:37:22.947176+00:00" + }, + { + "id": "stereorender", + "name": "StereoRender", + "category": "gizmos", + "subcategory": "stereo", + "author": "M_Rains", + "description": "Contributed\u00a0byMempfis Rains", + "rating": null, + "rating_count": 0, + "downloads": 378, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/stereorender/", + "last_updated": "2010-11-10T16:46:03", + "scraped_at": "2026-01-25T05:37:22.947370+00:00" + }, + { + "id": "stereozdepth", + "name": "StereoZdepth", + "category": "gizmos", + "subcategory": "stereo", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 348, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/stereozdepth/", + "last_updated": "2015-05-05T05:53:55", + "scraped_at": "2026-01-25T05:37:22.947529+00:00" + }, + { + "id": "sw_stereocamera", + "name": "SW_StereoCamera", + "category": "gizmos", + "subcategory": "stereo", + "author": "stephenwong", + "description": "Contributed\u00a0byStephen T.Y. Wong", + "rating": null, + "rating_count": 0, + "downloads": 1142, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/sw_stereocamera/", + "last_updated": "2013-10-21T11:26:17", + "scraped_at": "2026-01-25T05:37:22.947654+00:00" + }, + { + "id": "sw_stereotargetcamera", + "name": "SW_StereoTargetCamera", + "category": "gizmos", + "subcategory": "stereo", + "author": "stephenwong", + "description": "Contributed\u00a0byStephen T.Y. Wong", + "rating": null, + "rating_count": 0, + "downloads": 691, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/sw_stereotargetcamera/", + "last_updated": "2013-10-21T11:28:25", + "scraped_at": "2026-01-25T05:37:22.947783+00:00" + }, + { + "id": "threesixty-rigremoval", + "name": "ThreeSixty RigRemoval", + "category": "gizmos", + "subcategory": "stereo", + "author": "zordans", + "description": "Contributed\u00a0byStefano Zordan", + "rating": null, + "rating_count": 0, + "downloads": 177, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/stereo/threesixty-rigremoval/", + "last_updated": "2016-07-28T18:22:47", + "scraped_at": "2026-01-25T05:37:22.947907+00:00" + }, + { + "id": "prmantracker", + "name": "prmanTracker", + "category": "gizmos", + "subcategory": "metadata", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 516, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/metadata/prmantracker/", + "last_updated": "2010-07-21T23:26:21", + "scraped_at": "2026-01-25T05:37:24.573876+00:00" + }, + { + "id": "qc_pro", + "name": "Qc_Pro", + "category": "gizmos", + "subcategory": "metadata", + "author": "PramodVFX", + "description": "Contributed\u00a0byPramod Panesar", + "rating": null, + "rating_count": 0, + "downloads": 413, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/metadata/qc_pro/", + "last_updated": "2024-07-22T02:06:45", + "scraped_at": "2026-01-25T05:37:24.574019+00:00" + }, + { + "id": "slate", + "name": "Slate", + "category": "gizmos", + "subcategory": "metadata", + "author": "owljones", + "description": "Contributed\u00a0byJonas Almeida", + "rating": null, + "rating_count": 0, + "downloads": 1173, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/metadata/slate/", + "last_updated": "2020-09-27T15:15:48", + "scraped_at": "2026-01-25T05:37:24.574162+00:00" + }, + { + "id": "a_bgperp_qc_v01", + "name": "A_bgperp_qc_v01", + "category": "gizmos", + "subcategory": "other", + "author": "ajjupatel", + "description": "Contributed\u00a0byajay patel", + "rating": null, + "rating_count": 0, + "downloads": 204, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/a_bgperp_qc_v01/", + "last_updated": "2015-12-27T02:56:27", + "scraped_at": "2026-01-25T05:37:26.346485+00:00" + }, + { + "id": "aa_linkit", + "name": "aa_LinkIt", + "category": "gizmos", + "subcategory": "other", + "author": "asier.aparicio", + "description": "Contributed\u00a0byAsier Aparicio", + "rating": null, + "rating_count": 0, + "downloads": 116, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/aa_linkit/", + "last_updated": "2018-02-20T10:48:02", + "scraped_at": "2026-01-25T05:37:26.346637+00:00" + }, + { + "id": "ak_compcheck", + "name": "AK_CompCheck", + "category": "gizmos", + "subcategory": "other", + "author": "shevo777", + "description": "Contributed\u00a0byAhmed Khaled", + "rating": null, + "rating_count": 0, + "downloads": 799, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/ak_compcheck/", + "last_updated": "2023-01-17T10:49:26", + "scraped_at": "2026-01-25T05:37:26.346778+00:00" + }, + { + "id": "alphachecker", + "name": "AlphaChecker", + "category": "gizmos", + "subcategory": "other", + "author": "mohanpugaz", + "description": "Contributed\u00a0byMohan Pugaz", + "rating": null, + "rating_count": 0, + "downloads": 299, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/alphachecker/", + "last_updated": "2015-02-11T03:27:12", + "scraped_at": "2026-01-25T05:37:26.346911+00:00" + }, + { + "id": "alphaedge", + "name": "alphaedge", + "category": "gizmos", + "subcategory": "other", + "author": "nukepedia_nandu", + "description": "Contributed\u00a0bynanda kumar nair", + "rating": null, + "rating_count": 0, + "downloads": 669, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/alphaedge/", + "last_updated": "2014-02-04T01:45:11", + "scraped_at": "2026-01-25T05:37:26.347041+00:00" + }, + { + "id": "angleedgedetect", + "name": "AngleEdgeDetect", + "category": "gizmos", + "subcategory": "other", + "author": "pesopas", + "description": "Contributed\u00a0byDaniel Gonzalez S", + "rating": null, + "rating_count": 0, + "downloads": 854, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/angleedgedetect/", + "last_updated": "2013-10-02T14:16:15", + "scraped_at": "2026-01-25T05:37:26.347170+00:00" + }, + { + "id": "animation-curves-for-nuke", + "name": "Animation Curves for Nuke", + "category": "gizmos", + "subcategory": "other", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 1263, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/animation-curves-for-nuke/", + "last_updated": "2021-03-21T06:15:24", + "scraped_at": "2026-01-25T05:37:26.347300+00:00" + }, + { + "id": "animbuddy", + "name": "AnimBuddy", + "category": "gizmos", + "subcategory": "other", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 575, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/animbuddy/", + "last_updated": "2024-06-04T02:41:26", + "scraped_at": "2026-01-25T05:37:26.347429+00:00" + }, + { + "id": "ap", + "name": "AP", + "category": "gizmos", + "subcategory": "other", + "author": "Dragoby", + "description": "Contributed\u00a0byJosh Robertson", + "rating": null, + "rating_count": 0, + "downloads": 155, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/ap/", + "last_updated": "2012-11-14T06:30:58", + "scraped_at": "2026-01-25T05:37:26.347558+00:00" + }, + { + "id": "as_adjustscript", + "name": "AS_AdjustScript", + "category": "gizmos", + "subcategory": "other", + "author": "ahmdsam07", + "description": "Contributed\u00a0byAhmed Samy", + "rating": 5.0, + "rating_count": 0, + "downloads": 89, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/as_adjustscript/", + "last_updated": "2024-02-06T13:00:19", + "scraped_at": "2026-01-25T05:37:26.347687+00:00" + }, + { + "id": "as_bdwiper", + "name": "as_BDWiper", + "category": "gizmos", + "subcategory": "other", + "author": "andresseedorf", + "description": "Contributed\u00a0byAndres Seedorf", + "rating": 5.0, + "rating_count": 0, + "downloads": 197, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/as_bdwiper/", + "last_updated": "2024-12-12T11:47:46", + "scraped_at": "2026-01-25T05:37:26.347823+00:00" + }, + { + "id": "auto-roto", + "name": "Auto Roto", + "category": "gizmos", + "subcategory": "other", + "author": "RedFijian1", + "description": "Contributed\u00a0byElijah Murphy", + "rating": 5.0, + "rating_count": 0, + "downloads": 169, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/auto-roto/", + "last_updated": "2025-09-20T07:58:37", + "scraped_at": "2026-01-25T05:37:26.347953+00:00" + }, + { + "id": "auto_write", + "name": "AUTO_Write", + "category": "gizmos", + "subcategory": "other", + "author": "dancbruce", + "description": "Contributed\u00a0byDan Bruce", + "rating": null, + "rating_count": 0, + "downloads": 383, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/auto_write/", + "last_updated": "2020-03-27T12:22:55", + "scraped_at": "2026-01-25T05:37:26.348084+00:00" + }, + { + "id": "beer-lambert-attenuation", + "name": "Beer-Lambert Attenuation", + "category": "gizmos", + "subcategory": "other", + "author": "jorritSchulte", + "description": "Contributed\u00a0byJorrit Schulte", + "rating": 5.0, + "rating_count": 0, + "downloads": 88, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/beer-lambert-attenuation/", + "last_updated": "2026-01-14T00:45:41", + "scraped_at": "2026-01-25T05:37:26.348211+00:00" + }, + { + "id": "bl-library", + "name": "BL Library", + "category": "gizmos", + "subcategory": "other", + "author": "blempereur", + "description": "Contributed\u00a0byBertrand Lempereur", + "rating": null, + "rating_count": 0, + "downloads": 2666, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/bl-library/", + "last_updated": "2012-12-21T03:41:10", + "scraped_at": "2026-01-25T05:37:26.348338+00:00" + }, + { + "id": "blinnrelight", + "name": "BlinnRelight", + "category": "gizmos", + "subcategory": "other", + "author": "Adrian Herr", + "description": "Contributed\u00a0byAdrian Herr", + "rating": null, + "rating_count": 0, + "downloads": 553, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/blinnrelight/", + "last_updated": "2016-02-15T14:54:54", + "scraped_at": "2026-01-25T05:37:26.348467+00:00" + }, + { + "id": "bm_curveremapper", + "name": "bm_CurveRemapper", + "category": "gizmos", + "subcategory": "other", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": null, + "rating_count": 0, + "downloads": 515, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/bm_curveremapper/", + "last_updated": "2020-09-27T13:38:09", + "scraped_at": "2026-01-25T05:37:26.348596+00:00" + }, + { + "id": "brcache", + "name": "BrCache", + "category": "gizmos", + "subcategory": "other", + "author": "e_highend", + "description": "Contributed\u00a0byreda Bahou", + "rating": null, + "rating_count": 0, + "downloads": 182, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/brcache/", + "last_updated": "2015-08-08T08:50:57", + "scraped_at": "2026-01-25T05:37:26.348729+00:00" + }, + { + "id": "breakdown_maker", + "name": "Breakdown_Maker", + "category": "gizmos", + "subcategory": "other", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 6429, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/breakdown_maker/", + "last_updated": "2018-03-15T00:48:36", + "scraped_at": "2026-01-25T05:37:26.348859+00:00" + }, + { + "id": "breakdown_tool", + "name": "Breakdown_Tool", + "category": "gizmos", + "subcategory": "other", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 4575, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/breakdown_tool/", + "last_updated": "2015-05-22T01:30:33", + "scraped_at": "2026-01-25T05:37:26.348986+00:00" + }, + { + "id": "breakdowner", + "name": "Breakdowner", + "category": "gizmos", + "subcategory": "other", + "author": "pesopas", + "description": "Contributed\u00a0byDaniel Gonzalez S", + "rating": 5.0, + "rating_count": 0, + "downloads": 4642, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/breakdowner/", + "last_updated": "2013-10-02T16:27:02", + "scraped_at": "2026-01-25T05:37:26.349118+00:00" + }, + { + "id": "bumpnormals", + "name": "BumpNormals", + "category": "gizmos", + "subcategory": "other", + "author": "michael", + "description": "Contributed\u00a0byMichael Garrett", + "rating": null, + "rating_count": 0, + "downloads": 1744, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/bumpnormals/", + "last_updated": "2010-07-16T07:39:37", + "scraped_at": "2026-01-25T05:37:26.349251+00:00" + }, + { + "id": "candycan_chainsaw_v001", + "name": "candycan_chainsaw_v001", + "category": "gizmos", + "subcategory": "other", + "author": "prettybotfly", + "description": "Contributed\u00a0bywarwick crewe-brown", + "rating": null, + "rating_count": 0, + "downloads": 89, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/candycan_chainsaw_v001/", + "last_updated": "2022-03-11T15:07:25", + "scraped_at": "2026-01-25T05:37:26.349382+00:00" + }, + { + "id": "cat_checker", + "name": "Cat_Checker", + "category": "gizmos", + "subcategory": "other", + "author": "Gerardo", + "description": "Contributed\u00a0byGerardo Schiavone", + "rating": 5.0, + "rating_count": 0, + "downloads": 142, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/cat_checker/", + "last_updated": "2021-11-03T00:09:32", + "scraped_at": "2026-01-25T05:37:26.349514+00:00" + }, + { + "id": "check-point", + "name": "Check Point", + "category": "gizmos", + "subcategory": "other", + "author": "mohamed00111", + "description": "Contributed\u00a0bymohamed abdelaziz", + "rating": null, + "rating_count": 0, + "downloads": 59, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/check-point/", + "last_updated": "2019-09-23T09:50:46", + "scraped_at": "2026-01-25T05:37:26.349643+00:00" + }, + { + "id": "clock_v2", + "name": "clock_v2", + "category": "gizmos", + "subcategory": "other", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 167, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/clock_v2/", + "last_updated": "2020-02-03T13:46:21", + "scraped_at": "2026-01-25T05:37:26.349776+00:00" + }, + { + "id": "cococurvegen", + "name": "CocoCurveGen", + "category": "gizmos", + "subcategory": "other", + "author": "coconutnico", + "description": "Contributed\u00a0byNicolas Leu", + "rating": null, + "rating_count": 0, + "downloads": 310, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/cococurvegen/", + "last_updated": "2016-01-05T03:14:34", + "scraped_at": "2026-01-25T05:37:26.349905+00:00" + }, + { + "id": "color-analyzer", + "name": "Color Analyzer", + "category": "gizmos", + "subcategory": "other", + "author": "chun77129", + "description": "Contributed\u00a0byzijun zhang", + "rating": 5.0, + "rating_count": 0, + "downloads": 53, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/color-analyzer/", + "last_updated": "2025-11-20T22:30:44", + "scraped_at": "2026-01-25T05:37:26.350034+00:00" + }, + { + "id": "comma", + "name": "Comma", + "category": "gizmos", + "subcategory": "other", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": null, + "rating_count": 0, + "downloads": 613, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/comma/", + "last_updated": "2018-07-08T07:16:45", + "scraped_at": "2026-01-25T05:37:26.350162+00:00" + }, + { + "id": "connect-to", + "name": "Connect To", + "category": "gizmos", + "subcategory": "other", + "author": "san_lock", + "description": "Contributed\u00a0bySanjeev Kumar Sharma", + "rating": null, + "rating_count": 0, + "downloads": 28, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/connect-to/", + "last_updated": "2022-05-03T14:04:30", + "scraped_at": "2026-01-25T05:37:26.350290+00:00" + }, + { + "id": "contactsheet_numswitch", + "name": "ContactSheet_NUMSwitch", + "category": "gizmos", + "subcategory": "other", + "author": "tiniii", + "description": "Contributed\u00a0byTing-Jung Hsu", + "rating": null, + "rating_count": 0, + "downloads": 40, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/contactsheet_numswitch/", + "last_updated": "2022-04-19T10:37:10", + "scraped_at": "2026-01-25T05:37:26.350416+00:00" + }, + { + "id": "coordsysconv", + "name": "CoordSysConv", + "category": "gizmos", + "subcategory": "other", + "author": "lucasky", + "description": "Contributed\u00a0bylucas van rossum", + "rating": null, + "rating_count": 0, + "downloads": 119, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/coordsysconv/", + "last_updated": "2012-11-24T05:27:43", + "scraped_at": "2026-01-25T05:37:26.350544+00:00" + }, + { + "id": "cornerpin-point-extractor", + "name": "CornerPin Point Extractor", + "category": "gizmos", + "subcategory": "other", + "author": "masky007", + "description": "Contributed\u00a0bykire timov", + "rating": null, + "rating_count": 0, + "downloads": 191, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/cornerpin-point-extractor/", + "last_updated": "2017-11-29T16:17:14", + "scraped_at": "2026-01-25T05:37:26.350670+00:00" + }, + { + "id": "couldntremoveit", + "name": "CouldntRemoveIt", + "category": "gizmos", + "subcategory": "other", + "author": "Redlaxman", + "description": "Contributed\u00a0byRed Laxman", + "rating": null, + "rating_count": 0, + "downloads": 20, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/couldntremoveit/", + "last_updated": "2025-01-12T13:14:50", + "scraped_at": "2026-01-25T05:37:26.350802+00:00" + }, + { + "id": "cs_dotpic", + "name": "CS_DotPic", + "category": "gizmos", + "subcategory": "other", + "author": "crish", + "description": "Contributed\u00a0byChristian Kauppert", + "rating": null, + "rating_count": 0, + "downloads": 413, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/cs_dotpic/", + "last_updated": "2014-06-23T04:29:27", + "scraped_at": "2026-01-25T05:37:26.350933+00:00" + }, + { + "id": "curve-generator", + "name": "Curve Generator", + "category": "gizmos", + "subcategory": "other", + "author": "Rolerblader31", + "description": "Contributed\u00a0byNico Hoerz", + "rating": null, + "rating_count": 0, + "downloads": 458, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/curve-generator/", + "last_updated": "2021-02-11T10:32:09", + "scraped_at": "2026-01-25T05:37:26.351063+00:00" + }, + { + "id": "curve_visualizer", + "name": "Curve_Visualizer", + "category": "gizmos", + "subcategory": "other", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 133, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/curve_visualizer/", + "last_updated": "2019-01-10T15:04:47", + "scraped_at": "2026-01-25T05:37:26.351191+00:00" + }, + { + "id": "curvefactory", + "name": "CurveFactory", + "category": "gizmos", + "subcategory": "other", + "author": "ieatvfxforbreakfast", + "description": "Contributed\u00a0byHarrison Ly", + "rating": null, + "rating_count": 0, + "downloads": 1040, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/curvefactory/", + "last_updated": "2012-09-17T03:43:19", + "scraped_at": "2026-01-25T05:37:26.351321+00:00" + }, + { + "id": "cy-breakdown", + "name": "CY Breakdown", + "category": "gizmos", + "subcategory": "other", + "author": "Karma49", + "description": "Contributed\u00a0byCarlos Yau", + "rating": null, + "rating_count": 0, + "downloads": 297, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/cy-breakdown/", + "last_updated": "2025-03-29T11:03:33", + "scraped_at": "2026-01-25T05:37:26.351450+00:00" + }, + { + "id": "d_qctool", + "name": "D_QCTool", + "category": "gizmos", + "subcategory": "other", + "author": "DeniSFX", + "description": "Contributed\u00a0byDenis Scolan", + "rating": null, + "rating_count": 0, + "downloads": 2890, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/d_qctool/", + "last_updated": "2015-01-13T08:53:22", + "scraped_at": "2026-01-25T05:37:26.351581+00:00" + }, + { + "id": "dasgrain", + "name": "DasGrain", + "category": "gizmos", + "subcategory": "other", + "author": "faho", + "description": "Contributed\u00a0byFabian Holtz", + "rating": 5.0, + "rating_count": 0, + "downloads": 40904, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/dasgrain/", + "last_updated": "2021-03-08T02:02:52", + "scraped_at": "2026-01-25T05:37:26.351711+00:00" + }, + { + "id": "dasgrain_indie_helper", + "name": "dasgrain_indie_helper", + "category": "gizmos", + "subcategory": "other", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 668, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/dasgrain_indie_helper/", + "last_updated": "2022-04-12T14:30:13", + "scraped_at": "2026-01-25T05:37:26.351845+00:00" + }, + { + "id": "despill_u", + "name": "Despill_U", + "category": "gizmos", + "subcategory": "other", + "author": "ujjwalraj60", + "description": "Contributed\u00a0byujjwal raj", + "rating": 5.0, + "rating_count": 0, + "downloads": 682, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/despill_u/", + "last_updated": "2018-05-06T13:15:28", + "scraped_at": "2026-01-25T05:37:26.351972+00:00" + }, + { + "id": "dfielder", + "name": "dFielder", + "category": "gizmos", + "subcategory": "other", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 2678, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/dfielder/", + "last_updated": "2010-07-09T00:17:00", + "scraped_at": "2026-01-25T05:37:26.352100+00:00" + }, + { + "id": "dg_compositiongrid", + "name": "dg_CompositionGrid", + "category": "gizmos", + "subcategory": "other", + "author": "jahamba", + "description": "Contributed\u00a0byDen Gheiko", + "rating": null, + "rating_count": 0, + "downloads": 170, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/dg_compositiongrid/", + "last_updated": "2014-09-09T04:14:30", + "scraped_at": "2026-01-25T05:37:26.352231+00:00" + }, + { + "id": "dg_persplines", + "name": "dg_PerspLines", + "category": "gizmos", + "subcategory": "other", + "author": "jahamba", + "description": "Contributed\u00a0byDen Gheiko", + "rating": null, + "rating_count": 0, + "downloads": 2251, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/dg_persplines/", + "last_updated": "2014-11-17T18:24:37", + "scraped_at": "2026-01-25T05:37:26.352358+00:00" + }, + { + "id": "directional_wrinkle_remove", + "name": "Directional_wrinkle_remove", + "category": "gizmos", + "subcategory": "other", + "author": "kumar2a", + "description": "Contributed\u00a0byAshish Kumar", + "rating": 5.0, + "rating_count": 0, + "downloads": 124, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/directional_wrinkle_remove/", + "last_updated": "2024-05-13T10:31:14", + "scraped_at": "2026-01-25T05:37:26.352484+00:00" + }, + { + "id": "disablemotionblur", + "name": "DisableMotionBlur", + "category": "gizmos", + "subcategory": "other", + "author": "Edu-im", + "description": "Contributed\u00a0byEdu Iglesias", + "rating": null, + "rating_count": 0, + "downloads": 151, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/disablemotionblur/", + "last_updated": "2015-08-30T15:46:35", + "scraped_at": "2026-01-25T05:37:26.352611+00:00" + }, + { + "id": "disabler", + "name": "Disabler", + "category": "gizmos", + "subcategory": "other", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 211, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/disabler/", + "last_updated": "2015-06-08T16:32:14", + "scraped_at": "2026-01-25T05:37:26.352743+00:00" + }, + { + "id": "dotconnect", + "name": "dotconnect", + "category": "gizmos", + "subcategory": "other", + "author": "playerdue", + "description": "Contributed\u00a0byCarlo Orlandi", + "rating": null, + "rating_count": 0, + "downloads": 87, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/dotconnect/", + "last_updated": "2020-12-02T03:50:22", + "scraped_at": "2026-01-25T05:37:26.352877+00:00" + }, + { + "id": "dropshadow", + "name": "DropShadow", + "category": "gizmos", + "subcategory": "other", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": null, + "rating_count": 0, + "downloads": 965, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/dropshadow/", + "last_updated": "2011-07-06T05:34:49", + "scraped_at": "2026-01-25T05:37:26.353005+00:00" + }, + { + "id": "emdepthfix", + "name": "emDepthFix", + "category": "gizmos", + "subcategory": "other", + "author": "eva.mateo", + "description": "Contributed\u00a0byEva Mateo", + "rating": null, + "rating_count": 0, + "downloads": 185, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/emdepthfix/", + "last_updated": "2025-03-03T21:46:55", + "scraped_at": "2026-01-25T05:37:26.353135+00:00" + }, + { + "id": "emission", + "name": "Emission", + "category": "gizmos", + "subcategory": "other", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": null, + "rating_count": 0, + "downloads": 315, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/emission/", + "last_updated": "2023-01-23T08:52:24", + "scraped_at": "2026-01-25T05:37:26.353264+00:00" + }, + { + "id": "envreflect_bb_v03", + "name": "envReflect_Bb_v03", + "category": "gizmos", + "subcategory": "other", + "author": "bflat", + "description": "Contributed\u00a0byBastien BRENOT", + "rating": null, + "rating_count": 0, + "downloads": 479, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/envreflect_bb_v03/", + "last_updated": "2015-11-18T02:31:24", + "scraped_at": "2026-01-25T05:37:26.353392+00:00" + }, + { + "id": "envrelight", + "name": "EnvRelight", + "category": "gizmos", + "subcategory": "other", + "author": "michael", + "description": "Contributed\u00a0byMichael Garrett", + "rating": null, + "rating_count": 0, + "downloads": 3634, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/envrelight/", + "last_updated": "2010-10-24T07:47:21", + "scraped_at": "2026-01-25T05:37:26.353523+00:00" + }, + { + "id": "er_rotochecker", + "name": "er_rotochecker", + "category": "gizmos", + "subcategory": "other", + "author": "buzzie114", + "description": "Contributed\u00a0byEugene Rachevsky", + "rating": 5.0, + "rating_count": 0, + "downloads": 157, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/er_rotochecker/", + "last_updated": "2025-11-24T22:56:15", + "scraped_at": "2026-01-25T05:37:26.353654+00:00" + }, + { + "id": "es_copycat", + "name": "ES_Copycat", + "category": "gizmos", + "subcategory": "other", + "author": "ekhattab21", + "description": "Contributed\u00a0byeslam ehab", + "rating": 4.666666666666667, + "rating_count": 0, + "downloads": 348, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/es_copycat/", + "last_updated": "2025-05-21T19:41:19", + "scraped_at": "2026-01-25T05:37:26.353789+00:00" + }, + { + "id": "explodeit", + "name": "ExplodeIt", + "category": "gizmos", + "subcategory": "other", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 739, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/explodeit/", + "last_updated": "2011-12-09T08:56:37", + "scraped_at": "2026-01-25T05:37:26.353920+00:00" + }, + { + "id": "exponential_depth", + "name": "Exponential_Depth", + "category": "gizmos", + "subcategory": "other", + "author": "rahbari", + "description": "Contributed\u00a0byali rahbari", + "rating": null, + "rating_count": 0, + "downloads": 39, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/exponential_depth/", + "last_updated": "2024-09-16T20:01:57", + "scraped_at": "2026-01-25T05:37:26.354050+00:00" + }, + { + "id": "expression-node-collection-for-nuke", + "name": "Expression Node Collection for Nuke", + "category": "gizmos", + "subcategory": "other", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 1472, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/expression-node-collection-for-nuke/", + "last_updated": "2025-05-08T01:52:04", + "scraped_at": "2026-01-25T05:37:26.354180+00:00" + }, + { + "id": "expressionwavegenerator", + "name": "ExpressionWaveGenerator", + "category": "gizmos", + "subcategory": "other", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": 4.0, + "rating_count": 0, + "downloads": 5073, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/expressionwavegenerator/", + "last_updated": "2013-01-17T08:33:33", + "scraped_at": "2026-01-25T05:37:26.354309+00:00" + }, + { + "id": "exr_mov_write", + "name": "EXR_MOV_Write", + "category": "gizmos", + "subcategory": "other", + "author": "akTD", + "description": "Contributed\u00a0byAkshay Sawardekar", + "rating": null, + "rating_count": 0, + "downloads": 55, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/exr_mov_write/", + "last_updated": "2025-05-19T06:15:54", + "scraped_at": "2026-01-25T05:37:26.354439+00:00" + }, + { + "id": "filepaths", + "name": "filepaths", + "category": "gizmos", + "subcategory": "other", + "author": "LeoLiuos", + "description": "Contributed\u00a0byLeo Lipasti", + "rating": null, + "rating_count": 0, + "downloads": 340, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/filepaths/", + "last_updated": "2015-05-19T04:58:17", + "scraped_at": "2026-01-25T05:37:26.354567+00:00" + }, + { + "id": "filter_aovs", + "name": "Filter_AOVs", + "category": "gizmos", + "subcategory": "other", + "author": "rmatier", + "description": "Contributed\u00a0byRobert Matier", + "rating": null, + "rating_count": 0, + "downloads": 95, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/filter_aovs/", + "last_updated": "2024-10-10T13:25:41", + "scraped_at": "2026-01-25T05:37:26.354696+00:00" + }, + { + "id": "frame-range-manager", + "name": "Frame Range Manager", + "category": "gizmos", + "subcategory": "other", + "author": "cavolfiore89", + "description": "Contributed\u00a0byFederico Sibella", + "rating": null, + "rating_count": 0, + "downloads": 54, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/frame-range-manager/", + "last_updated": "2021-05-05T11:17:36", + "scraped_at": "2026-01-25T05:37:26.354831+00:00" + }, + { + "id": "ft_planet", + "name": "FT_Planet", + "category": "gizmos", + "subcategory": "other", + "author": "faithcure", + "description": "Contributed\u00a0byfatih \u00fcnal", + "rating": null, + "rating_count": 0, + "downloads": 566, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/ft_planet/", + "last_updated": "2017-08-20T04:57:52", + "scraped_at": "2026-01-25T05:37:26.354962+00:00" + }, + { + "id": "fxt_disablenodes", + "name": "fxT_disableNodes", + "category": "gizmos", + "subcategory": "other", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 1581, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/fxt_disablenodes/", + "last_updated": "2022-06-13T04:19:40", + "scraped_at": "2026-01-25T05:37:26.355089+00:00" + }, + { + "id": "fxt_matteqc", + "name": "fxT_matteQC", + "category": "gizmos", + "subcategory": "other", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 928, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/fxt_matteqc/", + "last_updated": "2021-06-05T21:31:07", + "scraped_at": "2026-01-25T05:37:26.355219+00:00" + }, + { + "id": "getshotgundata", + "name": "getShotgunData", + "category": "gizmos", + "subcategory": "other", + "author": "RicardoMusch", + "description": "Contributed\u00a0byRicardo Musch", + "rating": null, + "rating_count": 0, + "downloads": 94, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/getshotgundata/", + "last_updated": "2019-09-23T22:15:59", + "scraped_at": "2026-01-25T05:37:26.355346+00:00" + }, + { + "id": "gizmopack", + "name": "GizmoPack", + "category": "gizmos", + "subcategory": "other", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": null, + "rating_count": 0, + "downloads": 1723, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/gizmopack/", + "last_updated": "2011-06-22T17:23:37", + "scraped_at": "2026-01-25T05:37:26.355474+00:00" + }, + { + "id": "globalctrl", + "name": "GlobalCTRL", + "category": "gizmos", + "subcategory": "other", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 211, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/globalctrl/", + "last_updated": "2021-05-18T17:04:28", + "scraped_at": "2026-01-25T05:37:26.355603+00:00" + }, + { + "id": "grease-difference-mode-for-clone-reveal", + "name": "Grease Difference Mode for Clone/Reveal", + "category": "gizmos", + "subcategory": "other", + "author": "nfrancisj", + "description": "Contributed\u00a0byNicholas Joseph", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/grease-difference-mode-for-clone-reveal/", + "last_updated": "2021-07-23T08:34:09", + "scraped_at": "2026-01-25T05:37:26.355739+00:00" + }, + { + "id": "gui_ctrl", + "name": "GUI_CTRL", + "category": "gizmos", + "subcategory": "other", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": null, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/gui_ctrl/", + "last_updated": "2018-10-04T11:06:50", + "scraped_at": "2026-01-25T05:37:26.355873+00:00" + }, + { + "id": "gui_disabler", + "name": "Gui_Disabler", + "category": "gizmos", + "subcategory": "other", + "author": "comp_V01", + "description": "Contributed\u00a0byMarcel Pichert", + "rating": null, + "rating_count": 0, + "downloads": 91, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/gui_disabler/", + "last_updated": "2019-12-10T16:47:03", + "scraped_at": "2026-01-25T05:37:26.356002+00:00" + }, + { + "id": "guide_line", + "name": "Guide_Line", + "category": "gizmos", + "subcategory": "other", + "author": "Shaxboz", + "description": "Contributed\u00a0byShaxboz Ibodullayev", + "rating": null, + "rating_count": 0, + "downloads": 120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/guide_line/", + "last_updated": "2018-01-12T08:41:37", + "scraped_at": "2026-01-25T05:37:26.356141+00:00" + }, + { + "id": "gz_timerclock", + "name": "GZ_TimerClock", + "category": "gizmos", + "subcategory": "other", + "author": "unaided", + "description": "Contributed\u00a0byAlberto GZ", + "rating": null, + "rating_count": 0, + "downloads": 1400, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/gz_timerclock/", + "last_updated": "2021-03-08T09:02:00", + "scraped_at": "2026-01-25T05:37:26.356273+00:00" + }, + { + "id": "gz_wireless", + "name": "GZ_Wireless", + "category": "gizmos", + "subcategory": "other", + "author": "unaided", + "description": "Contributed\u00a0byAlberto GZ", + "rating": null, + "rating_count": 0, + "downloads": 114, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/gz_wireless/", + "last_updated": "2018-04-24T14:45:04", + "scraped_at": "2026-01-25T05:37:26.356426+00:00" + }, + { + "id": "h_arrow_hero_v1", + "name": "H_Arrow_Hero_v1", + "category": "gizmos", + "subcategory": "other", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/h_arrow_hero_v1/", + "last_updated": "2020-02-05T18:00:30", + "scraped_at": "2026-01-25T05:37:26.356588+00:00" + }, + { + "id": "h_colorize_nodes", + "name": "H_Colorize_Nodes", + "category": "gizmos", + "subcategory": "other", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 70, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/h_colorize_nodes/", + "last_updated": "2020-02-05T17:59:18", + "scraped_at": "2026-01-25T05:37:26.356720+00:00" + }, + { + "id": "h_fancy_switch", + "name": "H_Fancy_Switch", + "category": "gizmos", + "subcategory": "other", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/h_fancy_switch/", + "last_updated": "2020-02-05T17:58:13", + "scraped_at": "2026-01-25T05:37:26.356851+00:00" + }, + { + "id": "hourlyratecalculator", + "name": "HourlyRateCalculator", + "category": "gizmos", + "subcategory": "other", + "author": "joepavlo", + "description": "Contributed\u00a0byJoe Pavlo", + "rating": null, + "rating_count": 0, + "downloads": 141, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/hourlyratecalculator/", + "last_updated": "2018-08-07T03:46:43", + "scraped_at": "2026-01-25T05:37:26.356979+00:00" + }, + { + "id": "hpublish", + "name": "hPublish", + "category": "gizmos", + "subcategory": "other", + "author": "nh0cmagic", + "description": "Contributed\u00a0byThanhHung Nguyen", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/hpublish/", + "last_updated": "2021-03-26T14:03:13", + "scraped_at": "2026-01-25T05:37:26.357106+00:00" + }, + { + "id": "hsvlsampler", + "name": "HSVLSampler", + "category": "gizmos", + "subcategory": "other", + "author": "gonz476", + "description": "Contributed\u00a0bygonzalo rojas", + "rating": null, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/hsvlsampler/", + "last_updated": "2024-03-16T09:38:31", + "scraped_at": "2026-01-25T05:37:26.357233+00:00" + }, + { + "id": "iwhatever", + "name": "iWhatever", + "category": "gizmos", + "subcategory": "other", + "author": "tiefkuehlbauer", + "description": "Contributed\u00a0byTillip Klauer", + "rating": null, + "rating_count": 0, + "downloads": 113, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/iwhatever/", + "last_updated": "2019-09-10T09:08:51", + "scraped_at": "2026-01-25T05:37:26.357362+00:00" + }, + { + "id": "jgv_rebuild", + "name": "JGV_Rebuild", + "category": "gizmos", + "subcategory": "other", + "author": "JonathanVfx", + "description": "Contributed\u00a0byJonathan Lisandro Gutierrez Vleeschower", + "rating": null, + "rating_count": 0, + "downloads": 134, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/jgv_rebuild/", + "last_updated": "2015-03-03T21:49:43", + "scraped_at": "2026-01-25T05:37:26.357490+00:00" + }, + { + "id": "jt_breakdown-grid", + "name": "Jt_Breakdown Grid", + "category": "gizmos", + "subcategory": "other", + "author": "johntoth", + "description": "Contributed\u00a0byJohn Toth", + "rating": null, + "rating_count": 0, + "downloads": 356, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/jt_breakdown-grid/", + "last_updated": "2025-08-14T12:24:36", + "scraped_at": "2026-01-25T05:37:26.357613+00:00" + }, + { + "id": "kacz-compare", + "name": "Kacz Compare", + "category": "gizmos", + "subcategory": "other", + "author": "Kacz", + "description": "Contributed\u00a0byDaniel Kaczkowski", + "rating": 5.0, + "rating_count": 0, + "downloads": 71, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/kacz-compare/", + "last_updated": "2024-05-23T17:32:54", + "scraped_at": "2026-01-25T05:37:26.357749+00:00" + }, + { + "id": "keychew", + "name": "KeyChew", + "category": "gizmos", + "subcategory": "other", + "author": "myname.imtiyaz@gmail.com", + "description": "Contributed\u00a0byImtiyaz Khan", + "rating": null, + "rating_count": 0, + "downloads": 18, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/keychew/", + "last_updated": "2026-01-20T03:19:14", + "scraped_at": "2026-01-25T05:37:26.357880+00:00" + }, + { + "id": "latlong_viewer", + "name": "LatLong_Viewer", + "category": "gizmos", + "subcategory": "other", + "author": "patwong77", + "description": "Contributed\u00a0bypat wong", + "rating": null, + "rating_count": 0, + "downloads": 249, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/latlong_viewer/", + "last_updated": "2015-07-12T04:03:12", + "scraped_at": "2026-01-25T05:37:26.358007+00:00" + }, + { + "id": "leos_text", + "name": "Leos_Text", + "category": "gizmos", + "subcategory": "other", + "author": "LeoLiuos", + "description": "Contributed\u00a0byLeo Lipasti", + "rating": null, + "rating_count": 0, + "downloads": 220, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/leos_text/", + "last_updated": "2015-05-19T04:56:54", + "scraped_at": "2026-01-25T05:37:26.358136+00:00" + }, + { + "id": "light-mixer", + "name": "Light Mixer", + "category": "gizmos", + "subcategory": "other", + "author": "har8unyan", + "description": "Contributed\u00a0byHarut Harutyunyan", + "rating": null, + "rating_count": 0, + "downloads": 262, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/light-mixer/", + "last_updated": "2024-05-07T23:40:26", + "scraped_at": "2026-01-25T05:37:26.358265+00:00" + }, + { + "id": "lightmixer", + "name": "LightMixer", + "category": "gizmos", + "subcategory": "other", + "author": "Viide", + "description": "Contributed\u00a0byGuy Frutiger", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/lightmixer/", + "last_updated": "2024-11-02T01:38:43", + "scraped_at": "2026-01-25T05:37:26.358396+00:00" + }, + { + "id": "link_hub", + "name": "link_hub", + "category": "gizmos", + "subcategory": "other", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 464, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/link_hub/", + "last_updated": "2019-02-27T02:54:23", + "scraped_at": "2026-01-25T05:37:26.358526+00:00" + }, + { + "id": "magicswitch", + "name": "MagicSwitch", + "category": "gizmos", + "subcategory": "other", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 148, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/magicswitch/", + "last_updated": "2023-10-05T17:26:45", + "scraped_at": "2026-01-25T05:37:26.358660+00:00" + }, + { + "id": "marker", + "name": "marker", + "category": "gizmos", + "subcategory": "other", + "author": "sameer", + "description": "Contributed\u00a0bysaurabh sameer", + "rating": null, + "rating_count": 0, + "downloads": 203, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/marker/", + "last_updated": "2010-08-02T04:18:55", + "scraped_at": "2026-01-25T05:37:26.358799+00:00" + }, + { + "id": "mathnode", + "name": "MathNode", + "category": "gizmos", + "subcategory": "other", + "author": "Synicade", + "description": "Contributed\u00a0byChristian Herrera", + "rating": null, + "rating_count": 0, + "downloads": 169, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mathnode/", + "last_updated": "2011-09-10T14:15:55", + "scraped_at": "2026-01-25T05:37:26.358933+00:00" + }, + { + "id": "mattejudge", + "name": "MatteJudge", + "category": "gizmos", + "subcategory": "other", + "author": "pesopas", + "description": "Contributed\u00a0byDaniel Gonzalez S", + "rating": null, + "rating_count": 0, + "downloads": 311, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mattejudge/", + "last_updated": "2011-05-20T16:14:09", + "scraped_at": "2026-01-25T05:37:26.359061+00:00" + }, + { + "id": "mecshotmanager", + "name": "MECshotmanager", + "category": "gizmos", + "subcategory": "other", + "author": "Eyki", + "description": "Contributed\u00a0byMatthias Eckhardt", + "rating": null, + "rating_count": 0, + "downloads": 170, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mecshotmanager/", + "last_updated": "2018-08-01T10:47:54", + "scraped_at": "2026-01-25T05:37:26.359189+00:00" + }, + { + "id": "mectimeliner", + "name": "MECtimeliner", + "category": "gizmos", + "subcategory": "other", + "author": "Eyki", + "description": "Contributed\u00a0byMatthias Eckhardt", + "rating": null, + "rating_count": 0, + "downloads": 121, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mectimeliner/", + "last_updated": "2020-01-06T12:08:56", + "scraped_at": "2026-01-25T05:37:26.359322+00:00" + }, + { + "id": "mecwhispy", + "name": "MECwhispy", + "category": "gizmos", + "subcategory": "other", + "author": "Eyki", + "description": "Contributed\u00a0byMatthias Eckhardt", + "rating": null, + "rating_count": 0, + "downloads": 678, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mecwhispy/", + "last_updated": "2018-02-15T07:25:32", + "scraped_at": "2026-01-25T05:37:26.359452+00:00" + }, + { + "id": "menupy", + "name": "MenuPy", + "category": "gizmos", + "subcategory": "other", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 1024, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/menupy/", + "last_updated": "2021-03-24T16:32:30", + "scraped_at": "2026-01-25T05:37:26.359583+00:00" + }, + { + "id": "mesh_light", + "name": "Mesh_Light", + "category": "gizmos", + "subcategory": "other", + "author": "charlynelly", + "description": "Contributed\u00a0byNelly Charly", + "rating": null, + "rating_count": 0, + "downloads": 230, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mesh_light/", + "last_updated": "2019-02-19T09:16:26", + "scraped_at": "2026-01-25T05:37:26.359712+00:00" + }, + { + "id": "mk_nodeselector", + "name": "MK_NodeSelector", + "category": "gizmos", + "subcategory": "other", + "author": "mkrzastek", + "description": "Contributed\u00a0byMateusz Krzastek", + "rating": null, + "rating_count": 0, + "downloads": 56, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mk_nodeselector/", + "last_updated": "2017-02-24T15:01:47", + "scraped_at": "2026-01-25T05:37:26.359846+00:00" + }, + { + "id": "mr_coffee", + "name": "Mr_Coffee", + "category": "gizmos", + "subcategory": "other", + "author": "LeoLiuos", + "description": "Contributed\u00a0byLeo Lipasti", + "rating": null, + "rating_count": 0, + "downloads": 52, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mr_coffee/", + "last_updated": "2015-05-19T04:57:36", + "scraped_at": "2026-01-25T05:37:26.359976+00:00" + }, + { + "id": "mr_writecheck", + "name": "Mr_Writecheck", + "category": "gizmos", + "subcategory": "other", + "author": "LeoLiuos", + "description": "Contributed\u00a0byLeo Lipasti", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mr_writecheck/", + "last_updated": "2015-05-19T04:57:16", + "scraped_at": "2026-01-25T05:37:26.360105+00:00" + }, + { + "id": "mthelpnode", + "name": "mtHelpNode", + "category": "gizmos", + "subcategory": "other", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": null, + "rating_count": 0, + "downloads": 65, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mthelpnode/", + "last_updated": "2021-04-26T12:53:45", + "scraped_at": "2026-01-25T05:37:26.360232+00:00" + }, + { + "id": "mttechcheck", + "name": "mtTechCheck", + "category": "gizmos", + "subcategory": "other", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": null, + "rating_count": 0, + "downloads": 453, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mttechcheck/", + "last_updated": "2020-11-23T20:40:45", + "scraped_at": "2026-01-25T05:37:26.360359+00:00" + }, + { + "id": "multiwiper", + "name": "MultiWiper", + "category": "gizmos", + "subcategory": "other", + "author": "Balek", + "description": "Contributed\u00a0byYoann G.", + "rating": 5.0, + "rating_count": 0, + "downloads": 6764, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/multiwiper/", + "last_updated": "2013-12-19T17:02:20", + "scraped_at": "2026-01-25T05:37:26.360486+00:00" + }, + { + "id": "mute-backdrops", + "name": "Mute Backdrops", + "category": "gizmos", + "subcategory": "other", + "author": "Christophee", + "description": "Contributed\u00a0byChristophe M.", + "rating": null, + "rating_count": 0, + "downloads": 72, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mute-backdrops/", + "last_updated": "2019-10-15T12:30:49", + "scraped_at": "2026-01-25T05:37:26.360615+00:00" + }, + { + "id": "mxiautocomp", + "name": "MXIAutoComp", + "category": "gizmos", + "subcategory": "other", + "author": "Anquiro", + "description": "Contributed\u00a0byJoan Andreu Quiles", + "rating": null, + "rating_count": 0, + "downloads": 201, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/mxiautocomp/", + "last_updated": "2015-05-08T14:40:10", + "scraped_at": "2026-01-25T05:37:26.360748+00:00" + }, + { + "id": "nodeconnector", + "name": "NodeConnector", + "category": "gizmos", + "subcategory": "other", + "author": "cdsign", + "description": "Contributed\u00a0bychucheep chaipoon", + "rating": null, + "rating_count": 0, + "downloads": 59, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/nodeconnector/", + "last_updated": "2020-07-22T06:25:10", + "scraped_at": "2026-01-25T05:37:26.360878+00:00" + }, + { + "id": "nodeexample", + "name": "nodeExample", + "category": "gizmos", + "subcategory": "other", + "author": "JorgeHI", + "description": "Contributed\u00a0byJorge HI", + "rating": null, + "rating_count": 0, + "downloads": 160, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/nodeexample/", + "last_updated": "2024-06-03T05:10:00", + "scraped_at": "2026-01-25T05:37:26.361010+00:00" + }, + { + "id": "nodes-weight", + "name": "Nodes Weight", + "category": "gizmos", + "subcategory": "other", + "author": "matvsax", + "description": "Contributed\u00a0byMathieu Vallet", + "rating": null, + "rating_count": 0, + "downloads": 644, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/nodes-weight/", + "last_updated": "2015-02-25T23:06:22", + "scraped_at": "2026-01-25T05:37:26.361139+00:00" + }, + { + "id": "normalpass_relight_with_advanced_feature_overshadow_arts", + "name": "NormalPass_Relight_With_Advanced_Feature_OverShadow_Arts", + "category": "gizmos", + "subcategory": "other", + "author": "shubhbasti", + "description": "Contributed\u00a0byShubham Sharma", + "rating": 1.0, + "rating_count": 0, + "downloads": 344, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/normalpass_relight_with_advanced_feature_overshadow_arts/", + "last_updated": "2020-07-13T11:21:45", + "scraped_at": "2026-01-25T05:37:26.361267+00:00" + }, + { + "id": "notes", + "name": "Notes", + "category": "gizmos", + "subcategory": "other", + "author": "jacobnolan", + "description": "Contributed\u00a0byJacob Nolan", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/notes/", + "last_updated": "2016-07-06T20:27:13", + "scraped_at": "2026-01-25T05:37:26.361397+00:00" + }, + { + "id": "nshader", + "name": "nShader", + "category": "gizmos", + "subcategory": "other", + "author": "chetalvfx", + "description": "Contributed\u00a0byChetal Gazdar", + "rating": null, + "rating_count": 0, + "downloads": 888, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/nshader/", + "last_updated": "2017-10-10T10:30:07", + "scraped_at": "2026-01-25T05:37:26.361526+00:00" + }, + { + "id": "nuke-reconcile-xy-output-to-after-effects", + "name": "Nuke Reconcile XY output to After Effects", + "category": "gizmos", + "subcategory": "other", + "author": "tiniii", + "description": "Contributed\u00a0byTing-Jung Hsu", + "rating": null, + "rating_count": 0, + "downloads": 155, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/nuke-reconcile-xy-output-to-after-effects/", + "last_updated": "2014-12-08T01:25:25", + "scraped_at": "2026-01-25T05:37:26.361653+00:00" + }, + { + "id": "nukepasswordprotect", + "name": "nukePasswordProtect", + "category": "gizmos", + "subcategory": "other", + "author": "Dragoby", + "description": "Contributed\u00a0byJosh Robertson", + "rating": null, + "rating_count": 0, + "downloads": 149, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/nukepasswordprotect/", + "last_updated": "2014-06-18T07:07:11", + "scraped_at": "2026-01-25T05:37:26.361787+00:00" + }, + { + "id": "nukesweeper-minesweeper-for-nuke", + "name": "NukeSweeper (Minesweeper for Nuke)", + "category": "gizmos", + "subcategory": "other", + "author": "mkrzastek", + "description": "Contributed\u00a0byMateusz Krzastek", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/nukesweeper-minesweeper-for-nuke/", + "last_updated": "2020-10-16T15:48:51", + "scraped_at": "2026-01-25T05:37:26.361915+00:00" + }, + { + "id": "paintcolortexture", + "name": "PaintColorTexture", + "category": "gizmos", + "subcategory": "other", + "author": "Naveen navi", + "description": "Contributed\u00a0byMarupaka Naveen", + "rating": null, + "rating_count": 0, + "downloads": 468, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/paintcolortexture/", + "last_updated": "2022-11-07T09:57:36", + "scraped_at": "2026-01-25T05:37:26.362042+00:00" + }, + { + "id": "pcomp_v0", + "name": "pcomp_v0", + "category": "gizmos", + "subcategory": "other", + "author": "hotdogscrum", + "description": "Contributed\u00a0byPerry Yap", + "rating": null, + "rating_count": 0, + "downloads": 187, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/pcomp_v0/", + "last_updated": "2011-05-05T02:56:06", + "scraped_at": "2026-01-25T05:37:26.362168+00:00" + }, + { + "id": "perspective-guide-110", + "name": "Perspective Guide 110", + "category": "gizmos", + "subcategory": "other", + "author": "dinijoo", + "description": "Contributed\u00a0byPeter Farkas", + "rating": null, + "rating_count": 0, + "downloads": 1532, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/perspective-guide-110/", + "last_updated": "2010-12-18T09:00:12", + "scraped_at": "2026-01-25T05:37:26.362294+00:00" + }, + { + "id": "pixelspread", + "name": "Pixelspread", + "category": "gizmos", + "subcategory": "other", + "author": "rhosh554", + "description": "Contributed\u00a0byseokho roh", + "rating": 5.0, + "rating_count": 0, + "downloads": 1286, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/pixelspread/", + "last_updated": "2014-07-07T18:56:02", + "scraped_at": "2026-01-25T05:37:26.362421+00:00" + }, + { + "id": "poopyboy", + "name": "PoopyBoy", + "category": "gizmos", + "subcategory": "other", + "author": "mkrzastek", + "description": "Contributed\u00a0byMateusz Krzastek", + "rating": null, + "rating_count": 0, + "downloads": 56, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/poopyboy/", + "last_updated": "2020-10-13T03:28:22", + "scraped_at": "2026-01-25T05:37:26.362550+00:00" + }, + { + "id": "postal", + "name": "Postal", + "category": "gizmos", + "subcategory": "other", + "author": "fuzzymango", + "description": "Contributed\u00a0byIsaac Spiegel", + "rating": null, + "rating_count": 0, + "downloads": 129, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/postal/", + "last_updated": "2021-04-23T13:16:20", + "scraped_at": "2026-01-25T05:37:26.362677+00:00" + }, + { + "id": "posuvmatte_bb_v02", + "name": "posUvMatte_Bb_v02", + "category": "gizmos", + "subcategory": "other", + "author": "bflat", + "description": "Contributed\u00a0byBastien BRENOT", + "rating": null, + "rating_count": 0, + "downloads": 274, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/posuvmatte_bb_v02/", + "last_updated": "2015-11-18T02:30:59", + "scraped_at": "2026-01-25T05:37:26.362821+00:00" + }, + { + "id": "pr_suite", + "name": "Pr_Suite", + "category": "gizmos", + "subcategory": "other", + "author": "Parimal Desai", + "description": "Contributed\u00a0byParimal Desai", + "rating": null, + "rating_count": 0, + "downloads": 527, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/pr_suite/", + "last_updated": "2016-06-13T10:44:48", + "scraped_at": "2026-01-25T05:37:26.362950+00:00" + }, + { + "id": "psbridge", + "name": "PsBridge", + "category": "gizmos", + "subcategory": "other", + "author": "gonz476", + "description": "Contributed\u00a0bygonzalo rojas", + "rating": null, + "rating_count": 0, + "downloads": 550, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/psbridge/", + "last_updated": "2023-12-02T18:02:16", + "scraped_at": "2026-01-25T05:37:26.363075+00:00" + }, + { + "id": "pt_expressionmodifier", + "name": "pt_expressionmodifier", + "category": "gizmos", + "subcategory": "other", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 38, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/pt_expressionmodifier/", + "last_updated": "2019-11-15T10:25:29", + "scraped_at": "2026-01-25T05:37:26.363202+00:00" + }, + { + "id": "pt_guiremover", + "name": "pt_guiRemover", + "category": "gizmos", + "subcategory": "other", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 35, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/pt_guiremover/", + "last_updated": "2019-11-15T10:25:04", + "scraped_at": "2026-01-25T05:37:26.363330+00:00" + }, + { + "id": "pt_mastermultiplier", + "name": "pt_mastermultiplier", + "category": "gizmos", + "subcategory": "other", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 49, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/pt_mastermultiplier/", + "last_updated": "2020-11-28T20:01:48", + "scraped_at": "2026-01-25T05:37:26.363459+00:00" + }, + { + "id": "pt_nodegenerator", + "name": "pt_nodeGenerator", + "category": "gizmos", + "subcategory": "other", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 34, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/pt_nodegenerator/", + "last_updated": "2020-12-18T15:22:22", + "scraped_at": "2026-01-25T05:37:26.363588+00:00" + }, + { + "id": "pyclopedia", + "name": "Pyclopedia", + "category": "gizmos", + "subcategory": "other", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 302, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/pyclopedia/", + "last_updated": "2021-03-24T16:33:34", + "scraped_at": "2026-01-25T05:37:26.363715+00:00" + }, + { + "id": "python-and-tcl-tips-and-tricks", + "name": "Python and TCL - Tips and Tricks", + "category": "gizmos", + "subcategory": "other", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 917, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/python-and-tcl-tips-and-tricks/", + "last_updated": "2019-10-20T09:37:47", + "scraped_at": "2026-01-25T05:37:26.363847+00:00" + }, + { + "id": "qcassist", + "name": "qcAssist", + "category": "gizmos", + "subcategory": "other", + "author": "AdrianMonroy", + "description": "Contributed\u00a0byAdrian monroy", + "rating": null, + "rating_count": 0, + "downloads": 607, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/qcassist/", + "last_updated": "2021-02-09T13:24:08", + "scraped_at": "2026-01-25T05:37:26.363979+00:00" + }, + { + "id": "random-curve-with-controls", + "name": "Random curve with controls", + "category": "gizmos", + "subcategory": "other", + "author": "playerdue", + "description": "Contributed\u00a0byCarlo Orlandi", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/random-curve-with-controls/", + "last_updated": "2024-12-02T19:59:16", + "scraped_at": "2026-01-25T05:37:26.364107+00:00" + }, + { + "id": "randomwave", + "name": "RandomWave", + "category": "gizmos", + "subcategory": "other", + "author": "rsgca", + "description": "Contributed\u00a0byRichard Greenwood", + "rating": null, + "rating_count": 0, + "downloads": 243, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/randomwave/", + "last_updated": "2013-11-29T07:14:17", + "scraped_at": "2026-01-25T05:37:26.364233+00:00" + }, + { + "id": "refractor", + "name": "Refractor", + "category": "gizmos", + "subcategory": "other", + "author": "Silami", + "description": "Contributed\u00a0bySil Bulterman", + "rating": null, + "rating_count": 0, + "downloads": 1296, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/refractor/", + "last_updated": "2012-06-05T03:48:35", + "scraped_at": "2026-01-25T05:37:26.364362+00:00" + }, + { + "id": "relight", + "name": "Relight", + "category": "gizmos", + "subcategory": "other", + "author": "michael", + "description": "Contributed\u00a0byMichael Garrett", + "rating": null, + "rating_count": 0, + "downloads": 1446, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/relight/", + "last_updated": "2010-10-24T07:47:22", + "scraped_at": "2026-01-25T05:37:26.364488+00:00" + }, + { + "id": "relight_bb_v04", + "name": "RELIGHT_Bb_v04", + "category": "gizmos", + "subcategory": "other", + "author": "bflat", + "description": "Contributed\u00a0byBastien BRENOT", + "rating": null, + "rating_count": 0, + "downloads": 1980, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/relight_bb_v04/", + "last_updated": "2015-11-18T02:31:40", + "scraped_at": "2026-01-25T05:37:26.364614+00:00" + }, + { + "id": "relighting_hub_v1", + "name": "relighting_hub_v1", + "category": "gizmos", + "subcategory": "other", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 1218, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/relighting_hub_v1/", + "last_updated": "2011-12-02T13:50:41", + "scraped_at": "2026-01-25T05:37:26.364744+00:00" + }, + { + "id": "renamer", + "name": "Renamer", + "category": "gizmos", + "subcategory": "other", + "author": "pabvemo", + "description": "Contributed\u00a0byPABLO VERA", + "rating": null, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/renamer/", + "last_updated": "2024-04-29T13:39:42", + "scraped_at": "2026-01-25T05:37:26.364874+00:00" + }, + { + "id": "render_hub", + "name": "Render_HUB", + "category": "gizmos", + "subcategory": "other", + "author": "JorgeHI", + "description": "Contributed\u00a0byJorge HI", + "rating": null, + "rating_count": 0, + "downloads": 152, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/render_hub/", + "last_updated": "2024-08-16T08:17:23", + "scraped_at": "2026-01-25T05:37:26.365005+00:00" + }, + { + "id": "rendermanaovs", + "name": "rendermanAOVS", + "category": "gizmos", + "subcategory": "other", + "author": "andyfedak", + "description": "Contributed\u00a0byAndy Fedak", + "rating": null, + "rating_count": 0, + "downloads": 251, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/rendermanaovs/", + "last_updated": "2011-06-19T04:30:33", + "scraped_at": "2026-01-25T05:37:26.365136+00:00" + }, + { + "id": "rendernode", + "name": "RenderNode", + "category": "gizmos", + "subcategory": "other", + "author": "ferrarif545", + "description": "Contributed\u00a0byDavid Culetti", + "rating": null, + "rating_count": 0, + "downloads": 318, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/rendernode/", + "last_updated": "2014-07-27T15:05:50", + "scraped_at": "2026-01-25T05:37:26.365267+00:00" + }, + { + "id": "renderswitch", + "name": "RenderSwitch", + "category": "gizmos", + "subcategory": "other", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 67, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/renderswitch/", + "last_updated": "2023-10-17T14:40:07", + "scraped_at": "2026-01-25T05:37:26.365398+00:00" + }, + { + "id": "reproject3d", + "name": "ReProject3D", + "category": "gizmos", + "subcategory": "other", + "author": "michael", + "description": "Contributed\u00a0byMichael Garrett", + "rating": null, + "rating_count": 0, + "downloads": 2242, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/reproject3d/", + "last_updated": "2010-10-24T12:52:02", + "scraped_at": "2026-01-25T05:37:26.365527+00:00" + }, + { + "id": "rm_edge_unpremult", + "name": "rm_edge_unpremult", + "category": "gizmos", + "subcategory": "other", + "author": "Wecelio", + "description": "Contributed\u00a0byRuben Mulas", + "rating": null, + "rating_count": 0, + "downloads": 66, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/rm_edge_unpremult/", + "last_updated": "2024-05-28T08:00:29", + "scraped_at": "2026-01-25T05:37:26.365654+00:00" + }, + { + "id": "rm_qc_difference", + "name": "rm_QC_difference", + "category": "gizmos", + "subcategory": "other", + "author": "Wecelio", + "description": "Contributed\u00a0byRuben Mulas", + "rating": null, + "rating_count": 0, + "downloads": 26, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/rm_qc_difference/", + "last_updated": "2024-06-12T07:53:07", + "scraped_at": "2026-01-25T05:37:26.365824+00:00" + }, + { + "id": "roughenedges", + "name": "RoughenEdges", + "category": "gizmos", + "subcategory": "other", + "author": "minovski3000", + "description": "Contributed\u00a0byMin Tesch", + "rating": 3.0, + "rating_count": 0, + "downloads": 4858, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/roughenedges/", + "last_updated": "2012-04-05T03:55:09", + "scraped_at": "2026-01-25T05:37:26.365952+00:00" + }, + { + "id": "safezones", + "name": "safeZones", + "category": "gizmos", + "subcategory": "other", + "author": "johs", + "description": "Contributed\u00a0byJohannes M\u00f8gelvang", + "rating": null, + "rating_count": 0, + "downloads": 217, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/safezones/", + "last_updated": "2011-01-26T04:44:49", + "scraped_at": "2026-01-25T05:37:26.366078+00:00" + }, + { + "id": "saptools", + "name": "saptools", + "category": "gizmos", + "subcategory": "other", + "author": "zeemzoet", + "description": "Contributed\u00a0byHannes Sap", + "rating": null, + "rating_count": 0, + "downloads": 669, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/saptools/", + "last_updated": "2016-10-14T21:15:20", + "scraped_at": "2026-01-25T05:37:26.366207+00:00" + }, + { + "id": "searchreplace", + "name": "SearchReplace", + "category": "gizmos", + "subcategory": "other", + "author": "edubran", + "description": "Contributed\u00a0byEduardo Brandao", + "rating": null, + "rating_count": 0, + "downloads": 94, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/searchreplace/", + "last_updated": "2020-03-25T10:55:19", + "scraped_at": "2026-01-25T05:37:26.366334+00:00" + }, + { + "id": "sequencesheet", + "name": "SequenceSheet", + "category": "gizmos", + "subcategory": "other", + "author": "svena", + "description": "Contributed\u00a0bySven Ahlstrom", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/sequencesheet/", + "last_updated": "2018-11-22T23:39:45", + "scraped_at": "2026-01-25T05:37:26.366462+00:00" + }, + { + "id": "sg_trackaverage", + "name": "sg_trackAverage", + "category": "gizmos", + "subcategory": "other", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 33, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/sg_trackaverage/", + "last_updated": "2020-12-07T16:08:31", + "scraped_at": "2026-01-25T05:37:26.366586+00:00" + }, + { + "id": "sheettcltext", + "name": "SheetTCLtext", + "category": "gizmos", + "subcategory": "other", + "author": "darkness", + "description": "Contributed\u00a0byDaniel Harkness", + "rating": null, + "rating_count": 0, + "downloads": 91, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/sheettcltext/", + "last_updated": "2018-03-09T01:31:24", + "scraped_at": "2026-01-25T05:37:26.366714+00:00" + }, + { + "id": "shrinkedge", + "name": "ShrinkEdge", + "category": "gizmos", + "subcategory": "other", + "author": "shawn", + "description": "Contributed\u00a0byShawn Fang", + "rating": null, + "rating_count": 0, + "downloads": 316, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/shrinkedge/", + "last_updated": "2011-03-05T05:07:15", + "scraped_at": "2026-01-25T05:37:26.366844+00:00" + }, + { + "id": "sk_breakdowndesigntool", + "name": "SK_breakdownDesignTool", + "category": "gizmos", + "subcategory": "other", + "author": "esc4pe85", + "description": "Contributed\u00a0bySalvatore Carvelli", + "rating": null, + "rating_count": 0, + "downloads": 686, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/sk_breakdowndesigntool/", + "last_updated": "2014-11-04T23:59:53", + "scraped_at": "2026-01-25T05:37:26.366972+00:00" + }, + { + "id": "slate", + "name": "Slate", + "category": "gizmos", + "subcategory": "other", + "author": "rekapallisatish", + "description": "Contributed\u00a0bysatish rekapalli", + "rating": null, + "rating_count": 0, + "downloads": 388, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/slate/", + "last_updated": "2020-10-23T11:10:27", + "scraped_at": "2026-01-25T05:37:26.367098+00:00" + }, + { + "id": "slicetool", + "name": "SliceTool", + "category": "gizmos", + "subcategory": "other", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 3766, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/slicetool/", + "last_updated": "2010-06-25T15:27:35", + "scraped_at": "2026-01-25T05:37:26.367227+00:00" + }, + { + "id": "slicetoolv21", + "name": "SliceToolv2.1", + "category": "gizmos", + "subcategory": "other", + "author": "ahada", + "description": "Contributed\u00a0byAhad Mohebbi", + "rating": null, + "rating_count": 0, + "downloads": 3338, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/slicetoolv21/", + "last_updated": "2011-03-12T10:03:46", + "scraped_at": "2026-01-25T05:37:26.367354+00:00" + }, + { + "id": "slot-machine", + "name": "Slot Machine", + "category": "gizmos", + "subcategory": "other", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 62, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/slot-machine/", + "last_updated": "2018-03-20T09:21:50", + "scraped_at": "2026-01-25T05:37:26.367479+00:00" + }, + { + "id": "smart_dissolvesmart_dissolve_batch", + "name": "Smart_Dissolve&Smart_Dissolve_Batch", + "category": "gizmos", + "subcategory": "other", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 304, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/smart_dissolvesmart_dissolve_batch/", + "last_updated": "2019-02-01T20:42:53", + "scraped_at": "2026-01-25T05:37:26.367606+00:00" + }, + { + "id": "snejk-22", + "name": "Snejk 2.2", + "category": "gizmos", + "subcategory": "other", + "author": "svena", + "description": "Contributed\u00a0bySven Ahlstrom", + "rating": 5.0, + "rating_count": 0, + "downloads": 312, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/snejk-22/", + "last_updated": "2019-07-13T07:29:40", + "scraped_at": "2026-01-25T05:37:26.367737+00:00" + }, + { + "id": "spin_nuke_gizmos", + "name": "spin_nuke_gizmos", + "category": "gizmos", + "subcategory": "other", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": 5.0, + "rating_count": 0, + "downloads": 3400, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/spin_nuke_gizmos/", + "last_updated": "2022-06-20T06:57:11", + "scraped_at": "2026-01-25T05:37:26.367864+00:00" + }, + { + "id": "st-virtual-reality-vr-toolkit", + "name": "ST Virtual Reality VR Toolkit", + "category": "gizmos", + "subcategory": "other", + "author": "chasn", + "description": "Contributed\u00a0byChas Naylor", + "rating": null, + "rating_count": 0, + "downloads": 436, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/st-virtual-reality-vr-toolkit/", + "last_updated": "2016-04-07T07:06:06", + "scraped_at": "2026-01-25T05:37:26.367987+00:00" + }, + { + "id": "stamps", + "name": "Stamps", + "category": "gizmos", + "subcategory": "other", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 6417, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/stamps/", + "last_updated": "2022-02-20T22:47:35", + "scraped_at": "2026-01-25T05:37:26.368114+00:00" + }, + { + "id": "stmap_extend", + "name": "STMap_Extend", + "category": "gizmos", + "subcategory": "other", + "author": "daobahan", + "description": "Contributed\u00a0byhan cao", + "rating": null, + "rating_count": 0, + "downloads": 655, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/stmap_extend/", + "last_updated": "2019-03-06T08:28:19", + "scraped_at": "2026-01-25T05:37:26.368241+00:00" + }, + { + "id": "t_voronoise", + "name": "T_VORONOISE", + "category": "gizmos", + "subcategory": "other", + "author": "T_CanFo", + "description": "Contributed\u00a0byTatiana Cantor", + "rating": null, + "rating_count": 0, + "downloads": 168, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/t_voronoise/", + "last_updated": "2023-02-14T04:06:16", + "scraped_at": "2026-01-25T05:37:26.368371+00:00" + }, + { + "id": "tech-check", + "name": "Tech check", + "category": "gizmos", + "subcategory": "other", + "author": "ghost1", + "description": "Contributed\u00a0byCasper Steinsland", + "rating": null, + "rating_count": 0, + "downloads": 705, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/tech-check/", + "last_updated": "2020-10-29T19:17:12", + "scraped_at": "2026-01-25T05:37:26.368498+00:00" + }, + { + "id": "tech_check", + "name": "TECH_CHECK", + "category": "gizmos", + "subcategory": "other", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 28, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/tech_check/", + "last_updated": "2023-11-13T09:41:35", + "scraped_at": "2026-01-25T05:37:26.368626+00:00" + }, + { + "id": "tech_check-v20", + "name": "Tech_Check v2.0", + "category": "gizmos", + "subcategory": "other", + "author": "rekapallisatish", + "description": "Contributed\u00a0bysatish rekapalli", + "rating": null, + "rating_count": 0, + "downloads": 372, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/tech_check-v20/", + "last_updated": "2020-06-26T00:22:22", + "scraped_at": "2026-01-25T05:37:26.368760+00:00" + }, + { + "id": "tech_check_helper", + "name": "TECH_CHECK_HELPER", + "category": "gizmos", + "subcategory": "other", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 675, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/tech_check_helper/", + "last_updated": "2023-11-14T17:06:13", + "scraped_at": "2026-01-25T05:37:26.368888+00:00" + }, + { + "id": "textcounter", + "name": "TextCounter", + "category": "gizmos", + "subcategory": "other", + "author": "adrian.heinzel", + "description": "Contributed\u00a0byAdrian Heinzel", + "rating": null, + "rating_count": 0, + "downloads": 1196, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/textcounter/", + "last_updated": "2010-09-10T04:48:26", + "scraped_at": "2026-01-25T05:37:26.369014+00:00" + }, + { + "id": "tl_tilesrender_uhd_4k", + "name": "TL_TilesRender_UHD_4K", + "category": "gizmos", + "subcategory": "other", + "author": "liffer", + "description": "Contributed\u00a0bythiago bastista", + "rating": null, + "rating_count": 0, + "downloads": 45, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/tl_tilesrender_uhd_4k/", + "last_updated": "2024-11-25T08:58:43", + "scraped_at": "2026-01-25T05:37:26.369141+00:00" + }, + { + "id": "tpolishing", + "name": "Tpolishing", + "category": "gizmos", + "subcategory": "other", + "author": "rachelwyn", + "description": "Contributed\u00a0byRachel Dunn", + "rating": null, + "rating_count": 0, + "downloads": 416, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/tpolishing/", + "last_updated": "2012-07-14T09:54:16", + "scraped_at": "2026-01-25T05:37:26.369267+00:00" + }, + { + "id": "triplanar", + "name": "triplanar", + "category": "gizmos", + "subcategory": "other", + "author": "PercevalSchopp", + "description": "Contributed\u00a0byPerceval Schopp", + "rating": null, + "rating_count": 0, + "downloads": 401, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/triplanar/", + "last_updated": "2021-12-07T09:30:27", + "scraped_at": "2026-01-25T05:37:26.369393+00:00" + }, + { + "id": "tx_curvemodifier", + "name": "TX_CurveModifier", + "category": "gizmos", + "subcategory": "other", + "author": "Tomas", + "description": "Contributed\u00a0byTomas Lefebvre", + "rating": null, + "rating_count": 0, + "downloads": 326, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/tx_curvemodifier/", + "last_updated": "2011-06-19T04:32:25", + "scraped_at": "2026-01-25T05:37:26.369518+00:00" + }, + { + "id": "tx_disabler", + "name": "TX_Disabler", + "category": "gizmos", + "subcategory": "other", + "author": "Tomas", + "description": "Contributed\u00a0byTomas Lefebvre", + "rating": 5.0, + "rating_count": 0, + "downloads": 586, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/tx_disabler/", + "last_updated": "2013-11-09T18:45:02", + "scraped_at": "2026-01-25T05:37:26.369645+00:00" + }, + { + "id": "v_multilabeler", + "name": "V_Multilabeler", + "category": "gizmos", + "subcategory": "other", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 902, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/v_multilabeler/", + "last_updated": "2011-08-07T03:37:22", + "scraped_at": "2026-01-25T05:37:26.369778+00:00" + }, + { + "id": "valuemapper", + "name": "valueMapper", + "category": "gizmos", + "subcategory": "other", + "author": "Jules", + "description": "Contributed\u00a0byJulian Lojek", + "rating": null, + "rating_count": 0, + "downloads": 337, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/valuemapper/", + "last_updated": "2011-09-25T05:56:18", + "scraped_at": "2026-01-25T05:37:26.369908+00:00" + }, + { + "id": "vc-twitch", + "name": "VC Twitch", + "category": "gizmos", + "subcategory": "other", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": 1.0, + "rating_count": 0, + "downloads": 719, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/vc-twitch/", + "last_updated": "2011-06-13T02:53:47", + "scraped_at": "2026-01-25T05:37:26.370038+00:00" + }, + { + "id": "viewer-render", + "name": "Viewer Render", + "category": "gizmos", + "subcategory": "other", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 297, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/viewer-render/", + "last_updated": "2019-02-07T10:07:34", + "scraped_at": "2026-01-25T05:37:26.370167+00:00" + }, + { + "id": "vp", + "name": "vp", + "category": "gizmos", + "subcategory": "other", + "author": "blempereur", + "description": "Contributed\u00a0byBertrand Lempereur", + "rating": null, + "rating_count": 0, + "downloads": 299, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/vp/", + "last_updated": "2011-07-06T05:34:44", + "scraped_at": "2026-01-25T05:37:26.370296+00:00" + }, + { + "id": "vt-stabiliuz-11-upgraded", + "name": "VT STABILIUZ 1.1 (upgraded)", + "category": "gizmos", + "subcategory": "other", + "author": "alpedia", + "description": "Contributed\u00a0byTommaso Malaisi", + "rating": null, + "rating_count": 0, + "downloads": 759, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/vt-stabiliuz-11-upgraded/", + "last_updated": "2015-12-16T02:41:15", + "scraped_at": "2026-01-25T05:37:26.370427+00:00" + }, + { + "id": "wipeit", + "name": "WipeIt", + "category": "gizmos", + "subcategory": "other", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 1132, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/wipeit/", + "last_updated": "2010-07-09T00:46:45", + "scraped_at": "2026-01-25T05:37:26.370554+00:00" + }, + { + "id": "wiper", + "name": "Wiper", + "category": "gizmos", + "subcategory": "other", + "author": "owljones", + "description": "Contributed\u00a0byJonas Almeida", + "rating": null, + "rating_count": 0, + "downloads": 769, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/wiper/", + "last_updated": "2020-09-27T15:15:53", + "scraped_at": "2026-01-25T05:37:26.370683+00:00" + }, + { + "id": "wordart-1997", + "name": "WordArt 1997", + "category": "gizmos", + "subcategory": "other", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 140, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/wordart-1997/", + "last_updated": "2019-08-01T12:13:04", + "scraped_at": "2026-01-25T05:37:26.370815+00:00" + }, + { + "id": "wrinkle_remove_from_blur", + "name": "wrinkle_remove_from_Blur", + "category": "gizmos", + "subcategory": "other", + "author": "kumar2a", + "description": "Contributed\u00a0byAshish Kumar", + "rating": null, + "rating_count": 0, + "downloads": 120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/wrinkle_remove_from_blur/", + "last_updated": "2024-05-14T12:59:29", + "scraped_at": "2026-01-25T05:37:26.370943+00:00" + }, + { + "id": "write-createdir", + "name": "Write CreateDir", + "category": "gizmos", + "subcategory": "other", + "author": "henriquepacci", + "description": "Contributed\u00a0byHenrique Pacci", + "rating": null, + "rating_count": 0, + "downloads": 57, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/write-createdir/", + "last_updated": "2020-06-18T12:55:43", + "scraped_at": "2026-01-25T05:37:26.371071+00:00" + }, + { + "id": "write_helper", + "name": "WRITE_HELPER", + "category": "gizmos", + "subcategory": "other", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 329, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/write_helper/", + "last_updated": "2024-04-01T04:12:12", + "scraped_at": "2026-01-25T05:37:26.371201+00:00" + }, + { + "id": "yoshis_gizmos", + "name": "YOSHIS_GIZMOS", + "category": "gizmos", + "subcategory": "other", + "author": "fedekendoka", + "description": "Contributed\u00a0byFederico Yoshizato", + "rating": null, + "rating_count": 0, + "downloads": 105, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/yoshis_gizmos/", + "last_updated": "2021-05-04T01:11:23", + "scraped_at": "2026-01-25T05:37:26.371331+00:00" + }, + { + "id": "z-opticals", + "name": "Z-Opticals", + "category": "gizmos", + "subcategory": "other", + "author": "niko", + "description": "Contributed\u00a0byNicolas Landajo", + "rating": 5.0, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/gizmos/other/z-opticals/", + "last_updated": "2024-10-02T15:38:24", + "scraped_at": "2026-01-25T05:37:26.371458+00:00" + }, + { + "id": "abcdropping", + "name": "abcDropping", + "category": "python", + "subcategory": "import-export", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": null, + "rating_count": 0, + "downloads": 498, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/abcdropping/", + "last_updated": "2016-01-04T01:47:11", + "scraped_at": "2026-01-25T05:37:28.132906+00:00" + }, + { + "id": "ae-corner-pin-to-nuke", + "name": "AE corner pin to Nuke", + "category": "python", + "subcategory": "import-export", + "author": "sement", + "description": "Contributed\u00a0byLudvig Friberg", + "rating": 5.0, + "rating_count": 0, + "downloads": 78, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/ae-corner-pin-to-nuke/", + "last_updated": "2024-05-29T10:53:59", + "scraped_at": "2026-01-25T05:37:28.133053+00:00" + }, + { + "id": "aecornerpin", + "name": "aeCornerPin", + "category": "python", + "subcategory": "import-export", + "author": "ieatvfxforbreakfast", + "description": "Contributed\u00a0byHarrison Ly", + "rating": null, + "rating_count": 0, + "downloads": 333, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/aecornerpin/", + "last_updated": "2014-03-29T08:33:08", + "scraped_at": "2026-01-25T05:37:28.133182+00:00" + }, + { + "id": "asciiimporter", + "name": "AsciiImporter", + "category": "python", + "subcategory": "import-export", + "author": "Minatory", + "description": "Contributed\u00a0byStepan Pazderka", + "rating": null, + "rating_count": 0, + "downloads": 135, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/asciiimporter/", + "last_updated": "2017-02-18T07:10:50", + "scraped_at": "2026-01-25T05:37:28.133308+00:00" + }, + { + "id": "assembleedit_v21", + "name": "AssembleEdit_v21", + "category": "python", + "subcategory": "import-export", + "author": "toodee", + "description": "Contributed\u00a0byDaniel Brylka", + "rating": null, + "rating_count": 0, + "downloads": 300, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/assembleedit_v21/", + "last_updated": "2011-01-21T03:48:21", + "scraped_at": "2026-01-25T05:37:28.133431+00:00" + }, + { + "id": "auto-project-settings", + "name": "Auto Project Settings", + "category": "python", + "subcategory": "import-export", + "author": "Cequinel", + "description": "Contributed\u00a0byLuciano Cequinel", + "rating": 5.0, + "rating_count": 0, + "downloads": 283, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/auto-project-settings/", + "last_updated": "2021-08-28T16:59:12", + "scraped_at": "2026-01-25T05:37:28.133557+00:00" + }, + { + "id": "autoproject_helper", + "name": "AUTOPROJECT_HELPER", + "category": "python", + "subcategory": "import-export", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 464, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/autoproject_helper/", + "last_updated": "2024-04-10T04:28:46", + "scraped_at": "2026-01-25T05:37:28.133683+00:00" + }, + { + "id": "batch-renamer", + "name": "Batch Renamer", + "category": "python", + "subcategory": "import-export", + "author": "tdlockard", + "description": "Contributed\u00a0byTyler Lockard", + "rating": null, + "rating_count": 0, + "downloads": 896, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/batch-renamer/", + "last_updated": "2016-06-08T03:30:50", + "scraped_at": "2026-01-25T05:37:28.133812+00:00" + }, + { + "id": "bi_multitileload", + "name": "bi_multiTileLoad", + "category": "python", + "subcategory": "import-export", + "author": "borisignjatovic", + "description": "Contributed\u00a0byBoris Ignjatovic", + "rating": null, + "rating_count": 0, + "downloads": 109, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/bi_multitileload/", + "last_updated": "2013-11-28T02:01:45", + "scraped_at": "2026-01-25T05:37:28.133937+00:00" + }, + { + "id": "bi_readmultgeo", + "name": "bi_readMultGeo", + "category": "python", + "subcategory": "import-export", + "author": "borisignjatovic", + "description": "Contributed\u00a0byBoris Ignjatovic", + "rating": null, + "rating_count": 0, + "downloads": 168, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/bi_readmultgeo/", + "last_updated": "2013-11-28T02:01:45", + "scraped_at": "2026-01-25T05:37:28.134059+00:00" + }, + { + "id": "c4dautocomp", + "name": "C4dAutoComp", + "category": "python", + "subcategory": "import-export", + "author": "wysee", + "description": "Contributed\u00a0byBenjamin Rohel", + "rating": null, + "rating_count": 0, + "downloads": 793, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/c4dautocomp/", + "last_updated": "2011-11-19T04:41:01", + "scraped_at": "2026-01-25T05:37:28.134182+00:00" + }, + { + "id": "capture", + "name": "capture", + "category": "python", + "subcategory": "import-export", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 219, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/capture/", + "last_updated": "2014-08-08T03:12:51", + "scraped_at": "2026-01-25T05:37:28.134303+00:00" + }, + { + "id": "clipboardpaste", + "name": "ClipboardPaste", + "category": "python", + "subcategory": "import-export", + "author": "Kapinat", + "description": "Contributed\u00a0byNatalia Raz", + "rating": null, + "rating_count": 0, + "downloads": 53, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/clipboardpaste/", + "last_updated": "2023-06-28T14:13:25", + "scraped_at": "2026-01-25T05:37:28.134425+00:00" + }, + { + "id": "collectfiles", + "name": "collectFiles", + "category": "python", + "subcategory": "import-export", + "author": "farabute", + "description": "Contributed\u00a0byMariano Antico", + "rating": null, + "rating_count": 0, + "downloads": 12297, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/collectfiles/", + "last_updated": "2011-09-22T03:51:57", + "scraped_at": "2026-01-25T05:37:28.134547+00:00" + }, + { + "id": "convert", + "name": "convert", + "category": "python", + "subcategory": "import-export", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 195, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/convert/", + "last_updated": "2016-06-25T06:49:17", + "scraped_at": "2026-01-25T05:37:28.134669+00:00" + }, + { + "id": "convertrototonuke6", + "name": "convertRotoToNuke6", + "category": "python", + "subcategory": "import-export", + "author": "rasheedgm", + "description": "Contributed\u00a0byAbdul Rasheed", + "rating": null, + "rating_count": 0, + "downloads": 81, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/convertrototonuke6/", + "last_updated": "2014-08-10T13:53:06", + "scraped_at": "2026-01-25T05:37:28.134795+00:00" + }, + { + "id": "create-file-path", + "name": "Create File Path", + "category": "python", + "subcategory": "import-export", + "author": "nara", + "description": "Contributed\u00a0byNarayani Andrade", + "rating": null, + "rating_count": 0, + "downloads": 285, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/create-file-path/", + "last_updated": "2016-01-12T01:35:21", + "scraped_at": "2026-01-25T05:37:28.134917+00:00" + }, + { + "id": "deletethumbs", + "name": "deleteThumbs", + "category": "python", + "subcategory": "import-export", + "author": "zhongfuyu", + "description": "Contributed\u00a0byzhongfu yu", + "rating": null, + "rating_count": 0, + "downloads": 53, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/deletethumbs/", + "last_updated": "2017-07-01T09:31:20", + "scraped_at": "2026-01-25T05:37:28.135039+00:00" + }, + { + "id": "export-cameratrackers-featuretracks", + "name": "Export CameraTracker's Featuretracks", + "category": "python", + "subcategory": "import-export", + "author": "henrietta", + "description": "Contributed\u00a0byHenriette Adel", + "rating": null, + "rating_count": 0, + "downloads": 145, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/export-cameratrackers-featuretracks/", + "last_updated": "2019-07-29T11:32:09", + "scraped_at": "2026-01-25T05:37:28.135160+00:00" + }, + { + "id": "f_aligntocornerpin", + "name": "F_AlignToCornerPin", + "category": "python", + "subcategory": "import-export", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/f_aligntocornerpin/", + "last_updated": "2016-03-28T10:26:45", + "scraped_at": "2026-01-25T05:37:28.135282+00:00" + }, + { + "id": "fbxtoobj", + "name": "FBXtoOBJ", + "category": "python", + "subcategory": "import-export", + "author": "lacrossj", + "description": "Contributed\u00a0byJoshua LaCross", + "rating": null, + "rating_count": 0, + "downloads": 245, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/fbxtoobj/", + "last_updated": "2011-08-12T21:30:38", + "scraped_at": "2026-01-25T05:37:28.135403+00:00" + }, + { + "id": "fcp-xml-to-nuke", + "name": "FCP XML to Nuke", + "category": "python", + "subcategory": "import-export", + "author": "jedypod", + "description": "Contributed\u00a0byJed Smith", + "rating": null, + "rating_count": 0, + "downloads": 1430, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/fcp-xml-to-nuke/", + "last_updated": "2012-08-22T04:29:00", + "scraped_at": "2026-01-25T05:37:28.135526+00:00" + }, + { + "id": "fromhoudini2nuke", + "name": "FromHoudini2Nuke", + "category": "python", + "subcategory": "import-export", + "author": "jober", + "description": "Contributed\u00a0byJan Oberhauser", + "rating": 5.0, + "rating_count": 0, + "downloads": 767, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/fromhoudini2nuke/", + "last_updated": "2010-10-22T03:36:49", + "scraped_at": "2026-01-25T05:37:28.135650+00:00" + }, + { + "id": "frommaya2nuke-incl-nuke-import", + "name": "FromMaya2Nuke incl. Nuke-Import", + "category": "python", + "subcategory": "import-export", + "author": "jober", + "description": "Contributed\u00a0byJan Oberhauser", + "rating": null, + "rating_count": 0, + "downloads": 2144, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/frommaya2nuke-incl-nuke-import/", + "last_updated": "2010-11-04T09:53:41", + "scraped_at": "2026-01-25T05:37:28.135777+00:00" + }, + { + "id": "fromnuke2maya-export-nuke-cameras", + "name": "FromNuke2Maya - Export Nuke-Cameras", + "category": "python", + "subcategory": "import-export", + "author": "jober", + "description": "Contributed\u00a0byJan Oberhauser", + "rating": null, + "rating_count": 0, + "downloads": 2256, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/fromnuke2maya-export-nuke-cameras/", + "last_updated": "2011-04-15T02:49:01", + "scraped_at": "2026-01-25T05:37:28.135900+00:00" + }, + { + "id": "fxt_sharenodes", + "name": "fxT_shareNodes", + "category": "python", + "subcategory": "import-export", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 797, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/fxt_sharenodes/", + "last_updated": "2022-01-21T00:08:02", + "scraped_at": "2026-01-25T05:37:28.136020+00:00" + }, + { + "id": "gizmodropper", + "name": "gizmoDropper", + "category": "python", + "subcategory": "import-export", + "author": "pushkarevalexandr", + "description": "Contributed\u00a0byAleksandr Pushkarev", + "rating": null, + "rating_count": 0, + "downloads": 231, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/gizmodropper/", + "last_updated": "2022-09-15T08:03:34", + "scraped_at": "2026-01-25T05:37:28.136142+00:00" + }, + { + "id": "import-focus-distance-from-arri-metadata", + "name": "Import focus distance from ARRI Metadata", + "category": "python", + "subcategory": "import-export", + "author": "shrimo", + "description": "Contributed\u00a0byVictor lavrentev", + "rating": null, + "rating_count": 0, + "downloads": 148, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/import-focus-distance-from-arri-metadata/", + "last_updated": "2018-06-12T08:08:54", + "scraped_at": "2026-01-25T05:37:28.136263+00:00" + }, + { + "id": "importboujou", + "name": "importBoujou", + "category": "python", + "subcategory": "import-export", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 562, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/importboujou/", + "last_updated": "2010-06-11T03:29:08", + "scraped_at": "2026-01-25T05:37:28.136384+00:00" + }, + { + "id": "launchplayer", + "name": "launchPlayer", + "category": "python", + "subcategory": "import-export", + "author": "yaravfx", + "description": "Contributed\u00a0byYara Du", + "rating": null, + "rating_count": 0, + "downloads": 81, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/launchplayer/", + "last_updated": "2019-06-11T09:48:20", + "scraped_at": "2026-01-25T05:37:28.136506+00:00" + }, + { + "id": "load-folder-recursiveload", + "name": "Load Folder (recursiveLoad)", + "category": "python", + "subcategory": "import-export", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 1581, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/load-folder-recursiveload/", + "last_updated": "2011-07-19T03:11:10", + "scraped_at": "2026-01-25T05:37:28.136629+00:00" + }, + { + "id": "localisethreaded", + "name": "LocaliseThreaded", + "category": "python", + "subcategory": "import-export", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 584, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/localisethreaded/", + "last_updated": "2016-01-19T02:44:13", + "scraped_at": "2026-01-25T05:37:28.136755+00:00" + }, + { + "id": "ma_scripts_builder", + "name": "MA_scripts_builder", + "category": "python", + "subcategory": "import-export", + "author": "mohamed00111", + "description": "Contributed\u00a0bymohamed abdelaziz", + "rating": 5.0, + "rating_count": 0, + "downloads": 60, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/ma_scripts_builder/", + "last_updated": "2025-10-02T11:02:15", + "scraped_at": "2026-01-25T05:37:28.136877+00:00" + }, + { + "id": "make-write-from-read", + "name": "Make Write from Read", + "category": "python", + "subcategory": "import-export", + "author": "hakan.blomdahl", + "description": "Contributed\u00a0byHakan Blomdahl", + "rating": null, + "rating_count": 0, + "downloads": 984, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/make-write-from-read/", + "last_updated": "2010-08-02T05:38:30", + "scraped_at": "2026-01-25T05:37:28.136999+00:00" + }, + { + "id": "master-switch", + "name": "Master Switch", + "category": "python", + "subcategory": "import-export", + "author": "tiniii", + "description": "Contributed\u00a0byTing-Jung Hsu", + "rating": null, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/master-switch/", + "last_updated": "2013-11-16T15:42:18", + "scraped_at": "2026-01-25T05:37:28.137120+00:00" + }, + { + "id": "mocha-ae-import", + "name": "Mocha AE Import", + "category": "python", + "subcategory": "import-export", + "author": "Mark", + "description": "Contributed\u00a0byMark Spindler", + "rating": null, + "rating_count": 0, + "downloads": 331, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/mocha-ae-import/", + "last_updated": "2012-05-02T16:27:41", + "scraped_at": "2026-01-25T05:37:28.137241+00:00" + }, + { + "id": "mocha-ae-to-nuke", + "name": "Mocha AE to Nuke", + "category": "python", + "subcategory": "import-export", + "author": "jedypod", + "description": "Contributed\u00a0byJed Smith", + "rating": null, + "rating_count": 0, + "downloads": 935, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/mocha-ae-to-nuke/", + "last_updated": "2012-05-25T03:04:41", + "scraped_at": "2026-01-25T05:37:28.137361+00:00" + }, + { + "id": "mocha-for-ae-to-nuke", + "name": "Mocha for AE to NUKE", + "category": "python", + "subcategory": "import-export", + "author": "elephantplus", + "description": "Contributed\u00a0byHiroshi Iwamoto", + "rating": null, + "rating_count": 0, + "downloads": 853, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/mocha-for-ae-to-nuke/", + "last_updated": "2013-05-08T11:08:55", + "scraped_at": "2026-01-25T05:37:28.137483+00:00" + }, + { + "id": "mt-collect-utilities", + "name": "mt Collect Utilities", + "category": "python", + "subcategory": "import-export", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": 3.0, + "rating_count": 0, + "downloads": 475, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/mt-collect-utilities/", + "last_updated": "2021-12-20T21:11:47", + "scraped_at": "2026-01-25T05:37:28.137604+00:00" + }, + { + "id": "multiread", + "name": "multiRead", + "category": "python", + "subcategory": "import-export", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 357, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/multiread/", + "last_updated": "2012-04-20T06:18:52", + "scraped_at": "2026-01-25T05:37:28.137730+00:00" + }, + { + "id": "natronimportnuke", + "name": "NatronImportNuke", + "category": "python", + "subcategory": "import-export", + "author": "rebeccalin", + "description": "Contributed\u00a0byrebecca lin", + "rating": null, + "rating_count": 0, + "downloads": 534, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/natronimportnuke/", + "last_updated": "2017-01-05T17:06:32", + "scraped_at": "2026-01-25T05:37:28.137852+00:00" + }, + { + "id": "nuke-collect", + "name": "Nuke Collect", + "category": "python", + "subcategory": "import-export", + "author": "cgbeige", + "description": "Contributed\u00a0byDAve G", + "rating": 5.0, + "rating_count": 0, + "downloads": 1584, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/nuke-collect/", + "last_updated": "2015-12-06T07:14:07", + "scraped_at": "2026-01-25T05:37:28.137974+00:00" + }, + { + "id": "nuke-to-silhouette", + "name": "Nuke to Silhouette", + "category": "python", + "subcategory": "import-export", + "author": "johnnyvfx", + "description": "Contributed\u00a0byJohnny Chan", + "rating": null, + "rating_count": 0, + "downloads": 635, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/nuke-to-silhouette/", + "last_updated": "2017-05-27T23:57:04", + "scraped_at": "2026-01-25T05:37:28.138096+00:00" + }, + { + "id": "nuke_mocha_importer_v08", + "name": "Nuke_Mocha_Importer_V08", + "category": "python", + "subcategory": "import-export", + "author": "vincentlanger", + "description": "Contributed\u00a0byVincent Langer", + "rating": null, + "rating_count": 0, + "downloads": 255, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/nuke_mocha_importer_v08/", + "last_updated": "2012-08-28T02:41:47", + "scraped_at": "2026-01-25T05:37:28.138217+00:00" + }, + { + "id": "nuke2dtracker", + "name": "nuke2Dtracker", + "category": "python", + "subcategory": "import-export", + "author": "jirka", + "description": "Contributed\u00a0byJirka Sindelar", + "rating": null, + "rating_count": 0, + "downloads": 474, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/nuke2dtracker/", + "last_updated": "2015-02-15T04:55:55", + "scraped_at": "2026-01-25T05:37:28.138337+00:00" + }, + { + "id": "nukecollect", + "name": "NukeCollect", + "category": "python", + "subcategory": "import-export", + "author": "JoHaNMcR", + "description": "Contributed\u00a0byJohan Romero", + "rating": null, + "rating_count": 0, + "downloads": 728, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/nukecollect/", + "last_updated": "2011-05-15T04:59:27", + "scraped_at": "2026-01-25T05:37:28.138458+00:00" + }, + { + "id": "nukefxsexporter", + "name": "NukeFXSExporter", + "category": "python", + "subcategory": "import-export", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 683, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/nukefxsexporter/", + "last_updated": "2013-09-17T00:17:46", + "scraped_at": "2026-01-25T05:37:28.138578+00:00" + }, + { + "id": "nuketopack", + "name": "nukeToPack", + "category": "python", + "subcategory": "import-export", + "author": "hoolong", + "description": "Contributed\u00a0byGrant Loong", + "rating": 5.0, + "rating_count": 0, + "downloads": 303, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/nuketopack/", + "last_updated": "2016-11-01T15:33:02", + "scraped_at": "2026-01-25T05:37:28.138699+00:00" + }, + { + "id": "openphotoshop-1", + "name": "openPhotoshop", + "category": "python", + "subcategory": "import-export", + "author": "quetra", + "description": "Contributed\u00a0byTomasz Tejchman", + "rating": null, + "rating_count": 0, + "downloads": 12, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/openphotoshop-1/", + "last_updated": "2015-05-26T16:07:15", + "scraped_at": "2026-01-25T05:37:28.138828+00:00" + }, + { + "id": "openphotoshop", + "name": "openPhotoshop", + "category": "python", + "subcategory": "import-export", + "author": "quetra", + "description": "Contributed\u00a0byTomasz Tejchman", + "rating": null, + "rating_count": 0, + "downloads": 365, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/openphotoshop/", + "last_updated": "2015-05-26T15:35:15", + "scraped_at": "2026-01-25T05:37:28.138985+00:00" + }, + { + "id": "package_project", + "name": "Package_Project", + "category": "python", + "subcategory": "import-export", + "author": "marcozazza", + "description": "Contributed\u00a0byMarco Leone", + "rating": null, + "rating_count": 0, + "downloads": 1439, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/package_project/", + "last_updated": "2012-04-25T11:47:11", + "scraped_at": "2026-01-25T05:37:28.139147+00:00" + }, + { + "id": "projectpackager_v10", + "name": "ProjectPackager_v10", + "category": "python", + "subcategory": "import-export", + "author": "DisposableApps", + "description": "Contributed\u00a0byDisposable Apps BCN", + "rating": null, + "rating_count": 0, + "downloads": 265, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/projectpackager_v10/", + "last_updated": "2017-03-28T09:50:51", + "scraped_at": "2026-01-25T05:37:28.139307+00:00" + }, + { + "id": "proxy-maker", + "name": "Proxy Maker", + "category": "python", + "subcategory": "import-export", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 130, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/proxy-maker/", + "last_updated": "2015-06-17T19:31:06", + "scraped_at": "2026-01-25T05:37:28.139430+00:00" + }, + { + "id": "read3d-stereoscopic", + "name": "Read3D - stereoscopic", + "category": "python", + "subcategory": "import-export", + "author": "moner", + "description": "Contributed\u00a0bylukas bil", + "rating": null, + "rating_count": 0, + "downloads": 96, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/read3d-stereoscopic/", + "last_updated": "2011-08-02T06:41:18", + "scraped_at": "2026-01-25T05:37:28.139552+00:00" + }, + { + "id": "readall-recursive-media-import-tool-for-nuke", + "name": "ReadAll - Recursive Media Import Tool for Nuke", + "category": "python", + "subcategory": "import-export", + "author": "erjonsadiku", + "description": "Contributed\u00a0byErjon Sadiku", + "rating": 5.0, + "rating_count": 0, + "downloads": 53, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/readall-recursive-media-import-tool-for-nuke/", + "last_updated": "2025-09-19T23:13:51", + "scraped_at": "2026-01-25T05:37:28.139676+00:00" + }, + { + "id": "readfromnode", + "name": "readFromNode", + "category": "python", + "subcategory": "import-export", + "author": "Dimitre91", + "description": "Contributed\u00a0byDimitre Iliev", + "rating": null, + "rating_count": 0, + "downloads": 263, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/readfromnode/", + "last_updated": "2016-12-22T07:35:43", + "scraped_at": "2026-01-25T05:37:28.139806+00:00" + }, + { + "id": "readfromwrite", + "name": "ReadFromWrite", + "category": "python", + "subcategory": "import-export", + "author": "Ripaxx", + "description": "Contributed\u00a0byRion .", + "rating": null, + "rating_count": 0, + "downloads": 395, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/readfromwrite/", + "last_updated": "2019-04-26T11:30:09", + "scraped_at": "2026-01-25T05:37:28.139930+00:00" + }, + { + "id": "readonerror", + "name": "readOnError", + "category": "python", + "subcategory": "import-export", + "author": "giorgiopitino", + "description": "Contributed\u00a0byGiorgio Pitino", + "rating": null, + "rating_count": 0, + "downloads": 85, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/readonerror/", + "last_updated": "2016-03-19T05:19:36", + "scraped_at": "2026-01-25T05:37:28.140052+00:00" + }, + { + "id": "readzeissdata", + "name": "readZEISSdata", + "category": "python", + "subcategory": "import-export", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/readzeissdata/", + "last_updated": "2019-02-14T10:42:02", + "scraped_at": "2026-01-25T05:37:28.140176+00:00" + }, + { + "id": "reload_read_ranges-normal-path", + "name": "Reload_Read_Ranges (Normal Path)", + "category": "python", + "subcategory": "import-export", + "author": "Cescemre", + "description": "Contributed\u00a0byDaniel Emre", + "rating": null, + "rating_count": 0, + "downloads": 166, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/reload_read_ranges-normal-path/", + "last_updated": "2023-06-26T20:45:29", + "scraped_at": "2026-01-25T05:37:28.140298+00:00" + }, + { + "id": "reloadnode", + "name": "ReloadNode", + "category": "python", + "subcategory": "import-export", + "author": "zhongfuyu", + "description": "Contributed\u00a0byzhongfu yu", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/reloadnode/", + "last_updated": "2017-07-16T14:50:48", + "scraped_at": "2026-01-25T05:37:28.140420+00:00" + }, + { + "id": "reloadreadranges", + "name": "reloadReadRanges", + "category": "python", + "subcategory": "import-export", + "author": "adrian.heinzel", + "description": "Contributed\u00a0byAdrian Heinzel", + "rating": null, + "rating_count": 0, + "downloads": 559, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/reloadreadranges/", + "last_updated": "2011-02-25T03:04:33", + "scraped_at": "2026-01-25T05:37:28.140541+00:00" + }, + { + "id": "rotomaya", + "name": "RotoMaya", + "category": "python", + "subcategory": "import-export", + "author": "AlPustika", + "description": "Contributed\u00a0byAleksandr Pustika", + "rating": null, + "rating_count": 0, + "downloads": 196, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/rotomaya/", + "last_updated": "2015-11-27T07:56:36", + "scraped_at": "2026-01-25T05:37:28.140666+00:00" + }, + { + "id": "s_autoread_v01", + "name": "S_AutoRead_v01", + "category": "python", + "subcategory": "import-export", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 81, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/s_autoread_v01/", + "last_updated": "2021-06-03T11:31:23", + "scraped_at": "2026-01-25T05:37:28.140798+00:00" + }, + { + "id": "s_repath", + "name": "S_Repath", + "category": "python", + "subcategory": "import-export", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 178, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/s_repath/", + "last_updated": "2021-06-02T13:39:43", + "scraped_at": "2026-01-25T05:37:28.140924+00:00" + }, + { + "id": "script-collector-for-windows", + "name": "Script Collector for Windows", + "category": "python", + "subcategory": "import-export", + "author": "matvsax", + "description": "Contributed\u00a0byMathieu Vallet", + "rating": null, + "rating_count": 0, + "downloads": 534, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/script-collector-for-windows/", + "last_updated": "2015-09-24T11:13:04", + "scraped_at": "2026-01-25T05:37:28.141047+00:00" + }, + { + "id": "send-nodes-via-email", + "name": "Send Nodes via Email", + "category": "python", + "subcategory": "import-export", + "author": "tdlockard", + "description": "Contributed\u00a0byTyler Lockard", + "rating": null, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/send-nodes-via-email/", + "last_updated": "2015-09-04T22:01:20", + "scraped_at": "2026-01-25T05:37:28.141170+00:00" + }, + { + "id": "send-to-mocha", + "name": "Send To Mocha", + "category": "python", + "subcategory": "import-export", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": 5.0, + "rating_count": 0, + "downloads": 957, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/send-to-mocha/", + "last_updated": "2012-05-18T15:30:22", + "scraped_at": "2026-01-25T05:37:28.141294+00:00" + }, + { + "id": "send_to_mocha_1", + "name": "send_to_mocha_1", + "category": "python", + "subcategory": "import-export", + "author": "rshain", + "description": "Contributed\u00a0byRoss Shain", + "rating": null, + "rating_count": 0, + "downloads": 333, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/send_to_mocha_1/", + "last_updated": "2014-11-06T01:32:43", + "scraped_at": "2026-01-25T05:37:28.141417+00:00" + }, + { + "id": "sequentialtext", + "name": "sequentialText", + "category": "python", + "subcategory": "import-export", + "author": "quister", + "description": "Contributed\u00a0byErik Winquist", + "rating": null, + "rating_count": 0, + "downloads": 135, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/sequentialtext/", + "last_updated": "2010-10-29T13:42:56", + "scraped_at": "2026-01-25T05:37:28.141541+00:00" + }, + { + "id": "set-frame-as", + "name": "Set Frame As", + "category": "python", + "subcategory": "import-export", + "author": "MinnazRehman", + "description": "Contributed\u00a0byMinnaz Rehman", + "rating": null, + "rating_count": 0, + "downloads": 17, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/set-frame-as/", + "last_updated": "2025-08-24T01:14:53", + "scraped_at": "2026-01-25T05:37:28.141666+00:00" + }, + { + "id": "shortcopy", + "name": "shortCopy", + "category": "python", + "subcategory": "import-export", + "author": "eden", + "description": "Contributed\u00a0byeden an", + "rating": null, + "rating_count": 0, + "downloads": 113, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/shortcopy/", + "last_updated": "2020-06-19T08:21:15", + "scraped_at": "2026-01-25T05:37:28.141796+00:00" + }, + { + "id": "shufflelayers", + "name": "ShuffleLayers", + "category": "python", + "subcategory": "import-export", + "author": "nachoigea", + "description": "Contributed\u00a0byNacho Igea", + "rating": null, + "rating_count": 0, + "downloads": 440, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/shufflelayers/", + "last_updated": "2021-01-02T17:17:45", + "scraped_at": "2026-01-25T05:37:28.141919+00:00" + }, + { + "id": "silhouettestrokeimporter_v1", + "name": "SilhouetteStrokeImporter_v1", + "category": "python", + "subcategory": "import-export", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 207, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/silhouettestrokeimporter_v1/", + "last_updated": "2012-04-20T06:19:24", + "scraped_at": "2026-01-25T05:37:28.142042+00:00" + }, + { + "id": "speedy-script", + "name": "Speedy Script", + "category": "python", + "subcategory": "import-export", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 126, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/speedy-script/", + "last_updated": "2026-01-10T07:21:49", + "scraped_at": "2026-01-25T05:37:28.142166+00:00" + }, + { + "id": "texprint", + "name": "texPrint", + "category": "python", + "subcategory": "import-export", + "author": "Ripaxx", + "description": "Contributed\u00a0byRion .", + "rating": null, + "rating_count": 0, + "downloads": 39, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/texprint/", + "last_updated": "2019-04-23T22:57:15", + "scraped_at": "2026-01-25T05:37:28.142289+00:00" + }, + { + "id": "write-with-read-frame-range", + "name": "Write with Read frame range", + "category": "python", + "subcategory": "import-export", + "author": "nara", + "description": "Contributed\u00a0byNarayani Andrade", + "rating": null, + "rating_count": 0, + "downloads": 145, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/write-with-read-frame-range/", + "last_updated": "2015-01-24T00:42:49", + "scraped_at": "2026-01-25T05:37:28.142411+00:00" + }, + { + "id": "writeauto_matheus", + "name": "WriteAuto_Matheus", + "category": "python", + "subcategory": "import-export", + "author": "Mad007", + "description": "Contributed\u00a0byMatheus Marques", + "rating": null, + "rating_count": 0, + "downloads": 266, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/import-export/writeauto_matheus/", + "last_updated": "2016-03-20T08:51:55", + "scraped_at": "2026-01-25T05:37:28.142536+00:00" + }, + { + "id": "all_write_node_render_at_once", + "name": "All_write_node_render_at_once", + "category": "python", + "subcategory": "render", + "author": "vyomsince1999", + "description": "Contributed\u00a0byVyom Chaturvedi", + "rating": null, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/all_write_node_render_at_once/", + "last_updated": "2025-05-06T05:58:45", + "scraped_at": "2026-01-25T05:37:29.839874+00:00" + }, + { + "id": "arnold_aovs_comp", + "name": "arnold_aovs_comp", + "category": "python", + "subcategory": "render", + "author": "agocape", + "description": "Contributed\u00a0byAbraham Gonzalez", + "rating": null, + "rating_count": 0, + "downloads": 131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/arnold_aovs_comp/", + "last_updated": "2024-10-11T07:56:49", + "scraped_at": "2026-01-25T05:37:29.840021+00:00" + }, + { + "id": "auto-save-render-script", + "name": "Auto Save Render Script", + "category": "python", + "subcategory": "render", + "author": "MinnazRehman", + "description": "Contributed\u00a0byMinnaz Rehman", + "rating": 1.0, + "rating_count": 0, + "downloads": 41, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/auto-save-render-script/", + "last_updated": "2025-08-24T01:12:58", + "scraped_at": "2026-01-25T05:37:29.840151+00:00" + }, + { + "id": "autoqtmulti-quicktime-movie-renderer", + "name": "AutoQT(multi QuickTime movie renderer)", + "category": "python", + "subcategory": "render", + "author": "mohanpugaz", + "description": "Contributed\u00a0byMohan Pugaz", + "rating": null, + "rating_count": 0, + "downloads": 406, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/autoqtmulti-quicktime-movie-renderer/", + "last_updated": "2015-05-11T02:45:06", + "scraped_at": "2026-01-25T05:37:29.840279+00:00" + }, + { + "id": "autoshutdown", + "name": "Autoshutdown", + "category": "python", + "subcategory": "render", + "author": "mohanpugaz", + "description": "Contributed\u00a0byMohan Pugaz", + "rating": null, + "rating_count": 0, + "downloads": 329, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/autoshutdown/", + "last_updated": "2015-06-07T13:03:31", + "scraped_at": "2026-01-25T05:37:29.840406+00:00" + }, + { + "id": "batch_convertor_vol_01", + "name": "batch_convertor_vol_01", + "category": "python", + "subcategory": "render", + "author": "kgaurav", + "description": "Contributed\u00a0byGaurav Jaiswal", + "rating": null, + "rating_count": 0, + "downloads": 178, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/batch_convertor_vol_01/", + "last_updated": "2018-07-06T12:27:56", + "scraped_at": "2026-01-25T05:37:29.840531+00:00" + }, + { + "id": "bgnukes", + "name": "bgNukes", + "category": "python", + "subcategory": "render", + "author": "tim.bowman", + "description": "Contributed\u00a0byTim BOWMAN", + "rating": null, + "rating_count": 0, + "downloads": 1244, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/bgnukes/", + "last_updated": "2010-09-04T05:04:42", + "scraped_at": "2026-01-25T05:37:29.840656+00:00" + }, + { + "id": "bi_phaserender", + "name": "bi_phaseRender", + "category": "python", + "subcategory": "render", + "author": "borisignjatovic", + "description": "Contributed\u00a0byBoris Ignjatovic", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/bi_phaserender/", + "last_updated": "2013-11-28T02:01:45", + "scraped_at": "2026-01-25T05:37:29.840786+00:00" + }, + { + "id": "breakdown", + "name": "breakdown", + "category": "python", + "subcategory": "render", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 1599, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/breakdown/", + "last_updated": "2014-02-21T05:26:23", + "scraped_at": "2026-01-25T05:37:29.840911+00:00" + }, + { + "id": "checkoutputpath", + "name": "CheckOutputPath", + "category": "python", + "subcategory": "render", + "author": "jansensander", + "description": "Contributed\u00a0bySander Jansen", + "rating": null, + "rating_count": 0, + "downloads": 691, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/checkoutputpath/", + "last_updated": "2011-02-25T03:04:33", + "scraped_at": "2026-01-25T05:37:29.841036+00:00" + }, + { + "id": "cmdexecute", + "name": "cmdExecute", + "category": "python", + "subcategory": "render", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 328, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/cmdexecute/", + "last_updated": "2018-03-20T09:22:24", + "scraped_at": "2026-01-25T05:37:29.841165+00:00" + }, + { + "id": "cmdlinerender", + "name": "CmdLineRender", + "category": "python", + "subcategory": "render", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 1749, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/cmdlinerender/", + "last_updated": "2013-02-25T03:13:01", + "scraped_at": "2026-01-25T05:37:29.841293+00:00" + }, + { + "id": "creat_write_frome_read_v01", + "name": "creat_write_frome_read_v01", + "category": "python", + "subcategory": "render", + "author": "nathandeva26895", + "description": "Contributed\u00a0bydeva nathan", + "rating": null, + "rating_count": 0, + "downloads": 195, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/creat_write_frome_read_v01/", + "last_updated": "2017-08-20T14:09:16", + "scraped_at": "2026-01-25T05:37:29.841419+00:00" + }, + { + "id": "create_jpg_write_node", + "name": "Create_JPG_Write_Node", + "category": "python", + "subcategory": "render", + "author": "adrian.heinzel", + "description": "Contributed\u00a0byAdrian Heinzel", + "rating": null, + "rating_count": 0, + "downloads": 300, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/create_jpg_write_node/", + "last_updated": "2010-09-10T04:48:26", + "scraped_at": "2026-01-25T05:37:29.841544+00:00" + }, + { + "id": "errortodeadline_v2", + "name": "ErrorToDeadline_V2", + "category": "python", + "subcategory": "render", + "author": "binzbnuke", + "description": "Contributed\u00a0bybin zhuang", + "rating": null, + "rating_count": 0, + "downloads": 87, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/errortodeadline_v2/", + "last_updated": "2019-07-05T16:55:08", + "scraped_at": "2026-01-25T05:37:29.841671+00:00" + }, + { + "id": "exr-merge-ztools", + "name": "Exr Merge - Ztools", + "category": "python", + "subcategory": "render", + "author": "alenrqz21", + "description": "Contributed\u00a0byJose Enriquez", + "rating": null, + "rating_count": 0, + "downloads": 843, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/exr-merge-ztools/", + "last_updated": "2015-11-29T21:46:54", + "scraped_at": "2026-01-25T05:37:29.841799+00:00" + }, + { + "id": "footageconverter", + "name": "FootageConverter", + "category": "python", + "subcategory": "render", + "author": "adrian.heinzel", + "description": "Contributed\u00a0byAdrian Heinzel", + "rating": null, + "rating_count": 0, + "downloads": 644, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/footageconverter/", + "last_updated": "2010-09-10T04:48:20", + "scraped_at": "2026-01-25T05:37:29.841925+00:00" + }, + { + "id": "gpu-onoff-turn-gpu-on-or-off-in-all-gpu-accelerated", + "name": "GPU OnOff - Turn gpu On or Off in all gpu accelerated nodes", + "category": "python", + "subcategory": "render", + "author": "kogukas", + "description": "Contributed\u00a0byKirill Pleshakov", + "rating": null, + "rating_count": 0, + "downloads": 120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/gpu-onoff-turn-gpu-on-or-off-in-all-gpu-accelerated/", + "last_updated": "2021-02-10T23:05:29", + "scraped_at": "2026-01-25T05:37:29.842051+00:00" + }, + { + "id": "im_dontrendernodes", + "name": "im_dontRenderNodes", + "category": "python", + "subcategory": "render", + "author": "Badger", + "description": "Contributed\u00a0byIgor Majdandzic", + "rating": null, + "rating_count": 0, + "downloads": 79, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/im_dontrendernodes/", + "last_updated": "2010-09-21T17:09:10", + "scraped_at": "2026-01-25T05:37:29.842177+00:00" + }, + { + "id": "km_rendering_finished", + "name": "Km_Rendering_Finished", + "category": "python", + "subcategory": "render", + "author": "webtem", + "description": "Contributed\u00a0byHossein Karamian", + "rating": null, + "rating_count": 0, + "downloads": 250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/km_rendering_finished/", + "last_updated": "2021-12-14T01:07:05", + "scraped_at": "2026-01-25T05:37:29.842304+00:00" + }, + { + "id": "laubatchrender", + "name": "LauBatchRender", + "category": "python", + "subcategory": "render", + "author": "sgtlau", + "description": "Contributed\u00a0byAlexandre Laurette", + "rating": null, + "rating_count": 0, + "downloads": 211, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/laubatchrender/", + "last_updated": "2019-05-07T07:21:35", + "scraped_at": "2026-01-25T05:37:29.842430+00:00" + }, + { + "id": "localorender", + "name": "localoRender", + "category": "python", + "subcategory": "render", + "author": "liam.c", + "description": "Contributed\u00a0byLiam Collod", + "rating": 5.0, + "rating_count": 0, + "downloads": 2, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/localorender/", + "last_updated": "2025-08-14T03:54:41", + "scraped_at": "2026-01-25T05:37:29.842556+00:00" + }, + { + "id": "multi-frames-render", + "name": "Multi frames render", + "category": "python", + "subcategory": "render", + "author": "UmeSiyah", + "description": "Contributed\u00a0bySerhat Baykal", + "rating": null, + "rating_count": 0, + "downloads": 333, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/multi-frames-render/", + "last_updated": "2017-04-01T05:42:35", + "scraped_at": "2026-01-25T05:37:29.842681+00:00" + }, + { + "id": "nuke2backburner", + "name": "Nuke2Backburner", + "category": "python", + "subcategory": "render", + "author": "thorsten", + "description": "Contributed\u00a0byThorsten Kaufmann", + "rating": null, + "rating_count": 0, + "downloads": 883, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/nuke2backburner/", + "last_updated": "2010-07-09T17:26:19", + "scraped_at": "2026-01-25T05:37:29.842810+00:00" + }, + { + "id": "proxytools", + "name": "proxyTools", + "category": "python", + "subcategory": "render", + "author": "mybikeislost", + "description": "Contributed\u00a0byBrian Willard", + "rating": null, + "rating_count": 0, + "downloads": 379, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/proxytools/", + "last_updated": "2012-02-22T05:46:54", + "scraped_at": "2026-01-25T05:37:29.842935+00:00" + }, + { + "id": "qube-job-submitter", + "name": "Qube job submitter", + "category": "python", + "subcategory": "render", + "author": "hugo", + "description": "Contributed\u00a0byHugo Leveille", + "rating": null, + "rating_count": 0, + "downloads": 237, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/qube-job-submitter/", + "last_updated": "2010-07-28T06:53:21", + "scraped_at": "2026-01-25T05:37:29.843061+00:00" + }, + { + "id": "readfromwrite", + "name": "ReadFromWrite", + "category": "python", + "subcategory": "render", + "author": "Satya05", + "description": "Contributed\u00a0bysatyajeet mali", + "rating": null, + "rating_count": 0, + "downloads": 245, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/readfromwrite/", + "last_updated": "2019-10-14T19:58:09", + "scraped_at": "2026-01-25T05:37:29.843185+00:00" + }, + { + "id": "recentrenders", + "name": "RecentRenders", + "category": "python", + "subcategory": "render", + "author": "rameshbabuvfx", + "description": "Contributed\u00a0byramesh babu", + "rating": null, + "rating_count": 0, + "downloads": 55, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/recentrenders/", + "last_updated": "2021-07-31T00:04:06", + "scraped_at": "2026-01-25T05:37:29.843308+00:00" + }, + { + "id": "remembertosave", + "name": "RememberToSave", + "category": "python", + "subcategory": "render", + "author": "malkuth", + "description": "Contributed\u00a0byCristian Predut", + "rating": null, + "rating_count": 0, + "downloads": 111, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/remembertosave/", + "last_updated": "2014-02-20T20:28:19", + "scraped_at": "2026-01-25T05:37:29.843432+00:00" + }, + { + "id": "render-and-save-script", + "name": "Render and Save Script", + "category": "python", + "subcategory": "render", + "author": "Ravichandran", + "description": "Contributed\u00a0byRavi Chandran", + "rating": null, + "rating_count": 0, + "downloads": 137, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/render-and-save-script/", + "last_updated": "2023-07-12T16:20:48", + "scraped_at": "2026-01-25T05:37:29.843556+00:00" + }, + { + "id": "render-control", + "name": "Render Control", + "category": "python", + "subcategory": "render", + "author": "giorgiopitino", + "description": "Contributed\u00a0byGiorgio Pitino", + "rating": null, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/render-control/", + "last_updated": "2021-02-01T11:46:35", + "scraped_at": "2026-01-25T05:37:29.843683+00:00" + }, + { + "id": "renderinc", + "name": "renderInc", + "category": "python", + "subcategory": "render", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 78, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/renderinc/", + "last_updated": "2014-08-19T04:05:42", + "scraped_at": "2026-01-25T05:37:29.843811+00:00" + }, + { + "id": "renderlist", + "name": "Renderlist", + "category": "python", + "subcategory": "render", + "author": "FeedMeCheese", + "description": "Contributed\u00a0byJohn Clayton", + "rating": 4.5, + "rating_count": 0, + "downloads": 425, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/renderlist/", + "last_updated": "2023-12-04T01:03:20", + "scraped_at": "2026-01-25T05:37:29.843937+00:00" + }, + { + "id": "rendermultiframe", + "name": "RenderMultiFrame", + "category": "python", + "subcategory": "render", + "author": "Kategari", + "description": "Contributed\u00a0byRan Xie", + "rating": null, + "rating_count": 0, + "downloads": 11, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/rendermultiframe/", + "last_updated": "2024-10-26T15:59:57", + "scraped_at": "2026-01-25T05:37:29.844062+00:00" + }, + { + "id": "rendernode", + "name": "RenderNode", + "category": "python", + "subcategory": "render", + "author": "ferrarif545", + "description": "Contributed\u00a0byDavid Culetti", + "rating": null, + "rating_count": 0, + "downloads": 183, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/rendernode/", + "last_updated": "2014-07-27T15:07:17", + "scraped_at": "2026-01-25T05:37:29.844188+00:00" + }, + { + "id": "renderqueue", + "name": "RenderQueue", + "category": "python", + "subcategory": "render", + "author": "JakobSteffensen", + "description": "Contributed\u00a0byJakob Steffensen", + "rating": null, + "rating_count": 0, + "downloads": 329, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/renderqueue/", + "last_updated": "2015-06-16T18:57:57", + "scraped_at": "2026-01-25T05:37:29.844313+00:00" + }, + { + "id": "renderthreads", + "name": "RenderThreads", + "category": "python", + "subcategory": "render", + "author": "timmwagener", + "description": "Contributed\u00a0byTimm Wagener", + "rating": null, + "rating_count": 0, + "downloads": 545, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/renderthreads/", + "last_updated": "2015-01-21T06:01:59", + "scraped_at": "2026-01-25T05:37:29.844438+00:00" + }, + { + "id": "royal-render-submitter", + "name": "Royal Render Submitter", + "category": "python", + "subcategory": "render", + "author": "mushu", + "description": "Contributed\u00a0byJared Glass", + "rating": null, + "rating_count": 0, + "downloads": 326, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/royal-render-submitter/", + "last_updated": "2010-12-21T14:44:22", + "scraped_at": "2026-01-25T05:37:29.844562+00:00" + }, + { + "id": "save-frame", + "name": "Save Frame", + "category": "python", + "subcategory": "render", + "author": "dubiella", + "description": "Contributed\u00a0bydiogo dubiella", + "rating": null, + "rating_count": 0, + "downloads": 483, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/save-frame/", + "last_updated": "2018-05-07T23:10:43", + "scraped_at": "2026-01-25T05:37:29.844687+00:00" + }, + { + "id": "send2ps", + "name": "send2ps", + "category": "python", + "subcategory": "render", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 233, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/send2ps/", + "last_updated": "2010-07-09T01:09:48", + "scraped_at": "2026-01-25T05:37:29.844816+00:00" + }, + { + "id": "send2qmaster", + "name": "send2Qmaster", + "category": "python", + "subcategory": "render", + "author": "ygorcwb", + "description": "Contributed\u00a0byYgor Nachornik", + "rating": null, + "rating_count": 0, + "downloads": 180, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/send2qmaster/", + "last_updated": "2010-07-16T08:51:41", + "scraped_at": "2026-01-25T05:37:29.844943+00:00" + }, + { + "id": "send2rush", + "name": "Send2Rush", + "category": "python", + "subcategory": "render", + "author": "johnc", + "description": "Contributed\u00a0byJohn Cairns", + "rating": null, + "rating_count": 0, + "downloads": 111, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/send2rush/", + "last_updated": "2011-08-13T22:54:04", + "scraped_at": "2026-01-25T05:37:29.845069+00:00" + }, + { + "id": "send2rush_v2", + "name": "Send2Rush_v2", + "category": "python", + "subcategory": "render", + "author": "milesl", + "description": "Contributed\u00a0byMiles Lauridsen", + "rating": null, + "rating_count": 0, + "downloads": 91, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/send2rush_v2/", + "last_updated": "2011-07-28T03:55:34", + "scraped_at": "2026-01-25T05:37:29.845194+00:00" + }, + { + "id": "skip-existing-renders-2", + "name": "skip existing renders", + "category": "python", + "subcategory": "render", + "author": "jph", + "description": "Contributed\u00a0byJep Hill", + "rating": null, + "rating_count": 0, + "downloads": 15, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/skip-existing-renders-2/", + "last_updated": "2011-12-29T03:50:32", + "scraped_at": "2026-01-25T05:37:29.845317+00:00" + }, + { + "id": "skip-existing-renders-1", + "name": "skip existing renders", + "category": "python", + "subcategory": "render", + "author": "DBB", + "description": "Contributed\u00a0byOsvaldo Andreaus", + "rating": null, + "rating_count": 0, + "downloads": 12, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/skip-existing-renders-1/", + "last_updated": "2018-12-21T17:55:50", + "scraped_at": "2026-01-25T05:37:29.845442+00:00" + }, + { + "id": "skip-existing-renders", + "name": "skip existing renders", + "category": "python", + "subcategory": "render", + "author": "jph", + "description": "Contributed\u00a0byJep Hill", + "rating": null, + "rating_count": 0, + "downloads": 697, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/skip-existing-renders/", + "last_updated": "2012-04-26T05:38:34", + "scraped_at": "2026-01-25T05:37:29.845565+00:00" + }, + { + "id": "snapshot", + "name": "snapShot", + "category": "python", + "subcategory": "render", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 461, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/snapshot/", + "last_updated": "2012-04-12T04:01:05", + "scraped_at": "2026-01-25T05:37:29.845687+00:00" + }, + { + "id": "stereorender", + "name": "stereoRender", + "category": "python", + "subcategory": "render", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 111, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/stereorender/", + "last_updated": "2010-10-22T03:36:49", + "scraped_at": "2026-01-25T05:37:29.845813+00:00" + }, + { + "id": "thumbnailexporter", + "name": "thumbnailExporter", + "category": "python", + "subcategory": "render", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 124, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/thumbnailexporter/", + "last_updated": "2014-05-22T02:12:30", + "scraped_at": "2026-01-25T05:37:29.845937+00:00" + }, + { + "id": "tractor-for-nuke", + "name": "Tractor for Nuke", + "category": "python", + "subcategory": "render", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 140, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/tractor-for-nuke/", + "last_updated": "2020-07-24T09:29:48", + "scraped_at": "2026-01-25T05:37:29.846060+00:00" + }, + { + "id": "write_path_automatically_mov_and_exr", + "name": "WRITE_PATH_AUTOMATICALLY_MOV_AND_EXR", + "category": "python", + "subcategory": "render", + "author": "vyomsince1999", + "description": "Contributed\u00a0byVyom Chaturvedi", + "rating": null, + "rating_count": 0, + "downloads": 40, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/write_path_automatically_mov_and_exr/", + "last_updated": "2025-05-06T06:10:34", + "scraped_at": "2026-01-25T05:37:29.846185+00:00" + }, + { + "id": "writechecker", + "name": "writeChecker", + "category": "python", + "subcategory": "render", + "author": "insomniajohn", + "description": "Contributed\u00a0byJohn Stewart", + "rating": null, + "rating_count": 0, + "downloads": 225, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/writechecker/", + "last_updated": "2010-07-28T06:53:00", + "scraped_at": "2026-01-25T05:37:29.846307+00:00" + }, + { + "id": "writelauncher", + "name": "writeLauncher", + "category": "python", + "subcategory": "render", + "author": "simorlabrasse", + "description": "Contributed\u00a0bySimon Moreau", + "rating": null, + "rating_count": 0, + "downloads": 225, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/writelauncher/", + "last_updated": "2016-01-29T00:21:39", + "scraped_at": "2026-01-25T05:37:29.846430+00:00" + }, + { + "id": "writeq", + "name": "writeQ", + "category": "python", + "subcategory": "render", + "author": "dfxoutlaw", + "description": "Contributed\u00a0byJonathan Mitchell", + "rating": null, + "rating_count": 0, + "downloads": 499, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/writeq/", + "last_updated": "2012-10-27T04:51:53", + "scraped_at": "2026-01-25T05:37:29.846551+00:00" + }, + { + "id": "ym-playrv", + "name": "Ym PlayRV", + "category": "python", + "subcategory": "render", + "author": "mat_uno", + "description": "Contributed\u00a0byYosuke Matsuno", + "rating": null, + "rating_count": 0, + "downloads": 99, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/render/ym-playrv/", + "last_updated": "2013-10-29T03:40:38", + "scraped_at": "2026-01-25T05:37:29.846674+00:00" + }, + { + "id": "audiotoframecycler", + "name": "audioToFramecycler", + "category": "python", + "subcategory": "flipbook", + "author": "adyrian", + "description": "Contributed\u00a0byAdrian Baltowski", + "rating": null, + "rating_count": 0, + "downloads": 229, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/flipbook/audiotoframecycler/", + "last_updated": "2011-04-09T03:29:03", + "scraped_at": "2026-01-25T05:37:31.478043+00:00" + }, + { + "id": "djv-flipbook-in-nuke-on-osx", + "name": "DJV flipbook in Nuke on OSX", + "category": "python", + "subcategory": "flipbook", + "author": "nicholas_carroll", + "description": "Contributed\u00a0byNick Carroll", + "rating": 5.0, + "rating_count": 0, + "downloads": 170, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/flipbook/djv-flipbook-in-nuke-on-osx/", + "last_updated": "2014-08-14T07:16:41", + "scraped_at": "2026-01-25T05:37:31.478189+00:00" + }, + { + "id": "djv-this", + "name": "DJV This", + "category": "python", + "subcategory": "flipbook", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 497, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/flipbook/djv-this/", + "last_updated": "2010-06-20T16:24:28", + "scraped_at": "2026-01-25T05:37:31.478320+00:00" + }, + { + "id": "jefecheck", + "name": "JefeCheck", + "category": "python", + "subcategory": "flipbook", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 233, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/flipbook/jefecheck/", + "last_updated": "2012-11-25T06:17:04", + "scraped_at": "2026-01-25T05:37:31.478445+00:00" + }, + { + "id": "new-rv-flipbook-script-with-stereo-support", + "name": "New RV flipbook script with stereo support.", + "category": "python", + "subcategory": "flipbook", + "author": "throb", + "description": "Contributed\u00a0byRobert Nederhorst", + "rating": null, + "rating_count": 0, + "downloads": 489, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/flipbook/new-rv-flipbook-script-with-stereo-support/", + "last_updated": "2010-08-09T16:22:00", + "scraped_at": "2026-01-25T05:37:31.478569+00:00" + }, + { + "id": "ym-fliprv", + "name": "Ym FlipRV", + "category": "python", + "subcategory": "flipbook", + "author": "mat_uno", + "description": "Contributed\u00a0byYosuke Matsuno", + "rating": null, + "rating_count": 0, + "downloads": 122, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/flipbook/ym-fliprv/", + "last_updated": "2013-10-29T03:41:24", + "scraped_at": "2026-01-25T05:37:31.478693+00:00" + }, + { + "id": "roto_totrack_", + "name": "_Roto_toTrack_", + "category": "python", + "subcategory": "misc", + "author": "marcozazza", + "description": "Contributed\u00a0byMarco Leone", + "rating": null, + "rating_count": 0, + "downloads": 1106, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/roto_totrack_/", + "last_updated": "2012-04-14T05:11:34", + "scraped_at": "2026-01-25T05:37:33.245521+00:00" + }, + { + "id": "nkc-cache-viewer", + "name": ".nkc Cache Viewer", + "category": "python", + "subcategory": "misc", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 5.0, + "rating_count": 0, + "downloads": 103, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nkc-cache-viewer/", + "last_updated": "2024-03-13T05:14:31", + "scraped_at": "2026-01-25T05:37:33.245669+00:00" + }, + { + "id": "a_autocomper", + "name": "A_autocomper", + "category": "python", + "subcategory": "misc", + "author": "alexander055", + "description": "Contributed\u00a0byAndrea Perisano", + "rating": null, + "rating_count": 0, + "downloads": 692, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/a_autocomper/", + "last_updated": "2016-08-03T03:54:26", + "scraped_at": "2026-01-25T05:37:33.245811+00:00" + }, + { + "id": "ag_showoutgoinghiddeninputs", + "name": "AG_showOutgoingHiddenInputs", + "category": "python", + "subcategory": "misc", + "author": "gaudialex19", + "description": "Contributed\u00a0byAlexandre Gaudiano", + "rating": null, + "rating_count": 0, + "downloads": 31, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/ag_showoutgoinghiddeninputs/", + "last_updated": "2023-10-17T14:39:58", + "scraped_at": "2026-01-25T05:37:33.245940+00:00" + }, + { + "id": "ag_traceback", + "name": "AG_Traceback", + "category": "python", + "subcategory": "misc", + "author": "gaudialex19", + "description": "Contributed\u00a0byAlexandre Gaudiano", + "rating": null, + "rating_count": 0, + "downloads": 17, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/ag_traceback/", + "last_updated": "2023-10-17T14:39:45", + "scraped_at": "2026-01-25T05:37:33.246065+00:00" + }, + { + "id": "ahfootcol", + "name": "ahFootCol", + "category": "python", + "subcategory": "misc", + "author": "abdhub", + "description": "Contributed\u00a0byAbdallah Huballah", + "rating": null, + "rating_count": 0, + "downloads": 749, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/ahfootcol/", + "last_updated": "2010-09-09T04:25:34", + "scraped_at": "2026-01-25T05:37:33.246189+00:00" + }, + { + "id": "align", + "name": "align", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": 3.0, + "rating_count": 0, + "downloads": 838, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/align/", + "last_updated": "2014-02-18T03:58:37", + "scraped_at": "2026-01-25T05:37:33.246316+00:00" + }, + { + "id": "anchor-viewer-locker", + "name": "Anchor Viewer Locker", + "category": "python", + "subcategory": "misc", + "author": "romb14", + "description": "Contributed\u00a0byroman flit", + "rating": null, + "rating_count": 0, + "downloads": 67, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/anchor-viewer-locker/", + "last_updated": "2023-04-10T17:17:04", + "scraped_at": "2026-01-25T05:37:33.246441+00:00" + }, + { + "id": "animated-cornerpin-to-matrix", + "name": "animated cornerpin to matrix", + "category": "python", + "subcategory": "misc", + "author": "egbert", + "description": "Contributed\u00a0byEgbert Reichel", + "rating": null, + "rating_count": 0, + "downloads": 655, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/animated-cornerpin-to-matrix/", + "last_updated": "2015-07-18T22:01:10", + "scraped_at": "2026-01-25T05:37:33.246567+00:00" + }, + { + "id": "animation-manager", + "name": "Animation Manager", + "category": "python", + "subcategory": "misc", + "author": "nachoigea", + "description": "Contributed\u00a0byNacho Igea", + "rating": null, + "rating_count": 0, + "downloads": 72, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/animation-manager/", + "last_updated": "2022-01-25T16:15:21", + "scraped_at": "2026-01-25T05:37:33.246693+00:00" + }, + { + "id": "animholder", + "name": "AnimHolder", + "category": "python", + "subcategory": "misc", + "author": "florianlorber", + "description": "Contributed\u00a0byFlorian Lorber", + "rating": null, + "rating_count": 0, + "downloads": 128, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/animholder/", + "last_updated": "2020-08-11T23:00:04", + "scraped_at": "2026-01-25T05:37:33.246833+00:00" + }, + { + "id": "aov-selector", + "name": "AOV Selector", + "category": "python", + "subcategory": "misc", + "author": "Darren", + "description": "Contributed\u00a0byDarren MacKay", + "rating": null, + "rating_count": 0, + "downloads": 550, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/aov-selector/", + "last_updated": "2017-04-04T14:34:38", + "scraped_at": "2026-01-25T05:37:33.246957+00:00" + }, + { + "id": "aovcompare", + "name": "aovCompare", + "category": "python", + "subcategory": "misc", + "author": "Conrad", + "description": "Contributed\u00a0byConrad Olson", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/aovcompare/", + "last_updated": "2020-12-12T05:14:44", + "scraped_at": "2026-01-25T05:37:33.247087+00:00" + }, + { + "id": "appendclip", + "name": "appendclip", + "category": "python", + "subcategory": "misc", + "author": "sameer", + "description": "Contributed\u00a0bysaurabh sameer", + "rating": null, + "rating_count": 0, + "downloads": 202, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/appendclip/", + "last_updated": "2010-07-29T03:40:12", + "scraped_at": "2026-01-25T05:37:33.247213+00:00" + }, + { + "id": "arri-alexa-metadata-extraction-for-nuke", + "name": "Arri Alexa Metadata extraction for Nuke", + "category": "python", + "subcategory": "misc", + "author": "Mohamed Selim", + "description": "Contributed\u00a0byMohamed Selim", + "rating": null, + "rating_count": 0, + "downloads": 924, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/arri-alexa-metadata-extraction-for-nuke/", + "last_updated": "2018-09-13T02:45:13", + "scraped_at": "2026-01-25T05:37:33.247338+00:00" + }, + { + "id": "autocomper", + "name": "autoComper", + "category": "python", + "subcategory": "misc", + "author": "jober", + "description": "Contributed\u00a0byJan Oberhauser", + "rating": null, + "rating_count": 0, + "downloads": 3708, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autocomper/", + "last_updated": "2011-09-18T00:40:27", + "scraped_at": "2026-01-25T05:37:33.247465+00:00" + }, + { + "id": "autocontactsheet", + "name": "autoContactSheet", + "category": "python", + "subcategory": "misc", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": null, + "rating_count": 0, + "downloads": 1153, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autocontactsheet/", + "last_updated": "2018-09-04T10:41:00", + "scraped_at": "2026-01-25T05:37:33.247589+00:00" + }, + { + "id": "autocrop", + "name": "autoCrop", + "category": "python", + "subcategory": "misc", + "author": "masky007", + "description": "Contributed\u00a0bykire timov", + "rating": 5.0, + "rating_count": 0, + "downloads": 420, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autocrop/", + "last_updated": "2018-06-11T07:17:48", + "scraped_at": "2026-01-25T05:37:33.247715+00:00" + }, + { + "id": "autocroptool", + "name": "AutoCropTool", + "category": "python", + "subcategory": "misc", + "author": "ocman", + "description": "Contributed\u00a0byOctavio Mancilla", + "rating": null, + "rating_count": 0, + "downloads": 286, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autocroptool/", + "last_updated": "2014-10-01T07:04:40", + "scraped_at": "2026-01-25T05:37:33.247845+00:00" + }, + { + "id": "autolife", + "name": "autolife", + "category": "python", + "subcategory": "misc", + "author": "nofxboy1234", + "description": "Contributed\u00a0byDylan Palmboom", + "rating": null, + "rating_count": 0, + "downloads": 350, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autolife/", + "last_updated": "2013-03-01T02:49:35", + "scraped_at": "2026-01-25T05:37:33.247970+00:00" + }, + { + "id": "autopivot", + "name": "autoPivot", + "category": "python", + "subcategory": "misc", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 141, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autopivot/", + "last_updated": "2013-05-18T05:01:27", + "scraped_at": "2026-01-25T05:37:33.248095+00:00" + }, + { + "id": "autosave-backup", + "name": "autosave backup", + "category": "python", + "subcategory": "misc", + "author": "sebastian", + "description": "Contributed\u00a0bySebastian Elsner", + "rating": 5.0, + "rating_count": 0, + "downloads": 1131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autosave-backup/", + "last_updated": "2010-06-16T05:47:53", + "scraped_at": "2026-01-25T05:37:33.248227+00:00" + }, + { + "id": "autosave_scripts_for_comp", + "name": "Autosave_Scripts_for_comp", + "category": "python", + "subcategory": "misc", + "author": "vyomsince1999", + "description": "Contributed\u00a0byVyom Chaturvedi", + "rating": null, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autosave_scripts_for_comp/", + "last_updated": "2025-05-06T06:02:49", + "scraped_at": "2026-01-25T05:37:33.248389+00:00" + }, + { + "id": "autoscripts", + "name": "Autoscripts", + "category": "python", + "subcategory": "misc", + "author": "a.chowdhury", + "description": "Contributed\u00a0byAlister Chowdhury", + "rating": null, + "rating_count": 0, + "downloads": 220, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/autoscripts/", + "last_updated": "2014-01-15T13:30:57", + "scraped_at": "2026-01-25T05:37:33.248553+00:00" + }, + { + "id": "bakegizmos", + "name": "bakeGizmos", + "category": "python", + "subcategory": "misc", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 435, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/bakegizmos/", + "last_updated": "2015-05-10T09:46:53", + "scraped_at": "2026-01-25T05:37:33.248679+00:00" + }, + { + "id": "bakerotoshapestotrackers", + "name": "BakeRotoshapesToTrackers", + "category": "python", + "subcategory": "misc", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 2153, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/bakerotoshapestotrackers/", + "last_updated": "2014-02-10T02:38:55", + "scraped_at": "2026-01-25T05:37:33.248812+00:00" + }, + { + "id": "beziertracked", + "name": "bezierTracked", + "category": "python", + "subcategory": "misc", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 143, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/beziertracked/", + "last_updated": "2012-08-03T02:51:40", + "scraped_at": "2026-01-25T05:37:33.248935+00:00" + }, + { + "id": "bi_selectionset", + "name": "bi_selectionSet", + "category": "python", + "subcategory": "misc", + "author": "borisignjatovic", + "description": "Contributed\u00a0byBoris Ignjatovic", + "rating": null, + "rating_count": 0, + "downloads": 61, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/bi_selectionset/", + "last_updated": "2013-11-28T02:01:45", + "scraped_at": "2026-01-25T05:37:33.249060+00:00" + }, + { + "id": "blackbox-nuke-backup-tool", + "name": "blackbox - nuke backup tool", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 291, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/blackbox-nuke-backup-tool/", + "last_updated": "2015-02-03T18:06:27", + "scraped_at": "2026-01-25T05:37:33.249183+00:00" + }, + { + "id": "browsedir", + "name": "browseDir", + "category": "python", + "subcategory": "misc", + "author": "fredrik", + "description": "Contributed\u00a0byFredrik Averpil", + "rating": null, + "rating_count": 0, + "downloads": 447, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/browsedir/", + "last_updated": "2011-11-13T03:35:32", + "scraped_at": "2026-01-25T05:37:33.249306+00:00" + }, + { + "id": "bvfx-find-path", + "name": "bvfx Find Path", + "category": "python", + "subcategory": "misc", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": 5.0, + "rating_count": 0, + "downloads": 2684, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/bvfx-find-path/", + "last_updated": "2021-09-16T01:10:40", + "scraped_at": "2026-01-25T05:37:33.249433+00:00" + }, + { + "id": "bvfx-relativize", + "name": "bvfx Relativize", + "category": "python", + "subcategory": "misc", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 232, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/bvfx-relativize/", + "last_updated": "2012-12-20T02:16:29", + "scraped_at": "2026-01-25T05:37:33.249560+00:00" + }, + { + "id": "calc-shot-time", + "name": "calc shot time", + "category": "python", + "subcategory": "misc", + "author": "The_MatriX", + "description": "Contributed\u00a0byAleh Maksimovich", + "rating": null, + "rating_count": 0, + "downloads": 100, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/calc-shot-time/", + "last_updated": "2023-01-13T10:54:17", + "scraped_at": "2026-01-25T05:37:33.249686+00:00" + }, + { + "id": "call-updated-function", + "name": "Call Updated Function", + "category": "python", + "subcategory": "misc", + "author": "andy.frickinger", + "description": "Contributed\u00a0byAndreas Frickinger", + "rating": null, + "rating_count": 0, + "downloads": 170, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/call-updated-function/", + "last_updated": "2010-06-06T05:10:38", + "scraped_at": "2026-01-25T05:37:33.249813+00:00" + }, + { + "id": "camera-projection", + "name": "Camera Projection", + "category": "python", + "subcategory": "misc", + "author": "Mad007", + "description": "Contributed\u00a0byMatheus Marques", + "rating": null, + "rating_count": 0, + "downloads": 335, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/camera-projection/", + "last_updated": "2016-04-06T06:09:27", + "scraped_at": "2026-01-25T05:37:33.249941+00:00" + }, + { + "id": "cattery_nuke13_support", + "name": "cattery_nuke13_support", + "category": "python", + "subcategory": "misc", + "author": "pushkarevalexandr", + "description": "Contributed\u00a0byAleksandr Pushkarev", + "rating": null, + "rating_count": 0, + "downloads": 1888, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/cattery_nuke13_support/", + "last_updated": "2023-02-12T02:30:01", + "scraped_at": "2026-01-25T05:37:33.250067+00:00" + }, + { + "id": "chanchanchan", + "name": "chanchanchan", + "category": "python", + "subcategory": "misc", + "author": "tvirnot", + "description": "Contributed\u00a0byTh\u00e9ophile Virnot", + "rating": null, + "rating_count": 0, + "downloads": 22, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/chanchanchan/", + "last_updated": "2025-06-19T17:41:44", + "scraped_at": "2026-01-25T05:37:33.250190+00:00" + }, + { + "id": "change-knobs", + "name": "Change Knobs", + "category": "python", + "subcategory": "misc", + "author": "rjq", + "description": "Contributed\u00a0byRyan Quinlan", + "rating": null, + "rating_count": 0, + "downloads": 280, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/change-knobs/", + "last_updated": "2013-09-08T05:08:44", + "scraped_at": "2026-01-25T05:37:33.250313+00:00" + }, + { + "id": "channels_cleaner", + "name": "channels_cleaner", + "category": "python", + "subcategory": "misc", + "author": "websterek", + "description": "Contributed\u00a0byJakub Norbi", + "rating": null, + "rating_count": 0, + "downloads": 76, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/channels_cleaner/", + "last_updated": "2016-02-02T15:32:54", + "scraped_at": "2026-01-25T05:37:33.250437+00:00" + }, + { + "id": "cliptools", + "name": "ClipTools", + "category": "python", + "subcategory": "misc", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 272, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/cliptools/", + "last_updated": "2012-04-20T06:18:52", + "scraped_at": "2026-01-25T05:37:33.250562+00:00" + }, + { + "id": "cmdlaunch", + "name": "cmdLaunch", + "category": "python", + "subcategory": "misc", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 87, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/cmdlaunch/", + "last_updated": "2019-04-22T20:45:55", + "scraped_at": "2026-01-25T05:37:33.250687+00:00" + }, + { + "id": "colorpalette", + "name": "ColorPalette", + "category": "python", + "subcategory": "misc", + "author": "milesl", + "description": "Contributed\u00a0byMiles Lauridsen", + "rating": null, + "rating_count": 0, + "downloads": 63, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/colorpalette/", + "last_updated": "2021-05-20T18:31:43", + "scraped_at": "2026-01-25T05:37:33.250829+00:00" + }, + { + "id": "combine-retimes", + "name": "Combine Retimes", + "category": "python", + "subcategory": "misc", + "author": "guialgigu", + "description": "Contributed\u00a0byGuillermo Algora", + "rating": null, + "rating_count": 0, + "downloads": 115, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/combine-retimes/", + "last_updated": "2023-12-18T23:13:07", + "scraped_at": "2026-01-25T05:37:33.250956+00:00" + }, + { + "id": "concatenate2dtransforms", + "name": "concatenate2Dtransforms", + "category": "python", + "subcategory": "misc", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 327, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/concatenate2dtransforms/", + "last_updated": "2017-03-02T04:11:16", + "scraped_at": "2026-01-25T05:37:33.251082+00:00" + }, + { + "id": "cornerpintotracker", + "name": "cornerPinToTracker", + "category": "python", + "subcategory": "misc", + "author": "BLUE FACES", + "description": "Contributed\u00a0byBLUE FACES", + "rating": null, + "rating_count": 0, + "downloads": 461, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/cornerpintotracker/", + "last_updated": "2011-06-22T17:23:33", + "scraped_at": "2026-01-25T05:37:33.251206+00:00" + }, + { + "id": "cornertopaint", + "name": "cornerToPaint", + "category": "python", + "subcategory": "misc", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/cornertopaint/", + "last_updated": "2012-08-03T02:51:29", + "scraped_at": "2026-01-25T05:37:33.251330+00:00" + }, + { + "id": "cragl-smartscripter", + "name": "cragl smartScripter", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": 5.0, + "rating_count": 0, + "downloads": 197, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/cragl-smartscripter/", + "last_updated": "2021-06-01T08:28:02", + "scraped_at": "2026-01-25T05:37:33.251456+00:00" + }, + { + "id": "custom-read-node", + "name": "Custom read node", + "category": "python", + "subcategory": "misc", + "author": "clay", + "description": "Contributed\u00a0byAndi Novianto", + "rating": null, + "rating_count": 0, + "downloads": 220, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/custom-read-node/", + "last_updated": "2015-10-12T08:30:13", + "scraped_at": "2026-01-25T05:37:33.251582+00:00" + }, + { + "id": "default-automatic-knobdefaults", + "name": "default - automatic knobDefaults", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": 5.0, + "rating_count": 0, + "downloads": 1307, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/default-automatic-knobdefaults/", + "last_updated": "2022-08-18T07:13:58", + "scraped_at": "2026-01-25T05:37:33.251707+00:00" + }, + { + "id": "delete_thumbs", + "name": "delete_Thumbs", + "category": "python", + "subcategory": "misc", + "author": "siamshukoor", + "description": "Contributed\u00a0bysiam shukoor", + "rating": null, + "rating_count": 0, + "downloads": 70, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/delete_thumbs/", + "last_updated": "2013-11-19T12:19:58", + "scraped_at": "2026-01-25T05:37:33.251845+00:00" + }, + { + "id": "dgrelativepathes", + "name": "dgRelativePathes", + "category": "python", + "subcategory": "misc", + "author": "jahamba", + "description": "Contributed\u00a0byDen Gheiko", + "rating": null, + "rating_count": 0, + "downloads": 209, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/dgrelativepathes/", + "last_updated": "2012-08-20T04:04:52", + "scraped_at": "2026-01-25T05:37:33.251968+00:00" + }, + { + "id": "disk-cache-info-panel", + "name": "Disk Cache Info Panel", + "category": "python", + "subcategory": "misc", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 434, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/disk-cache-info-panel/", + "last_updated": "2010-08-13T02:28:52", + "scraped_at": "2026-01-25T05:37:33.252091+00:00" + }, + { + "id": "e_camerashake", + "name": "E_CameraShake", + "category": "python", + "subcategory": "misc", + "author": "EladTzemach1", + "description": "Contributed\u00a0byElad Tzemach", + "rating": null, + "rating_count": 0, + "downloads": 157, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/e_camerashake/", + "last_updated": "2015-01-18T11:03:38", + "scraped_at": "2026-01-25T05:37:33.252216+00:00" + }, + { + "id": "editnodes", + "name": "editNodes", + "category": "python", + "subcategory": "misc", + "author": "sammy4k", + "description": "Contributed\u00a0bySamuel Karlsson", + "rating": null, + "rating_count": 0, + "downloads": 100, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/editnodes/", + "last_updated": "2015-04-02T00:05:10", + "scraped_at": "2026-01-25T05:37:33.252340+00:00" + }, + { + "id": "edl_conform_v01", + "name": "edl_conform_v01", + "category": "python", + "subcategory": "misc", + "author": "Lukasz Omasta", + "description": "Contributed\u00a0byLukasz Omasta", + "rating": null, + "rating_count": 0, + "downloads": 424, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/edl_conform_v01/", + "last_updated": "2011-09-03T11:31:07", + "scraped_at": "2026-01-25T05:37:33.252466+00:00" + }, + { + "id": "explore_path-1", + "name": "explore_path", + "category": "python", + "subcategory": "misc", + "author": "manojnagar", + "description": "Contributed\u00a0byManoj Nagar", + "rating": null, + "rating_count": 0, + "downloads": 182, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/explore_path-1/", + "last_updated": "2012-02-20T02:44:08", + "scraped_at": "2026-01-25T05:37:33.252590+00:00" + }, + { + "id": "explore_path", + "name": "explore_path", + "category": "python", + "subcategory": "misc", + "author": "manojnagar", + "description": "Contributed\u00a0byManoj Nagar", + "rating": null, + "rating_count": 0, + "downloads": 4, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/explore_path/", + "last_updated": "2012-02-20T02:44:04", + "scraped_at": "2026-01-25T05:37:33.252714+00:00" + }, + { + "id": "extractframe", + "name": "extractFrame", + "category": "python", + "subcategory": "misc", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 150, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/extractframe/", + "last_updated": "2013-04-17T04:01:45", + "scraped_at": "2026-01-25T05:37:33.252847+00:00" + }, + { + "id": "extractselectedshape", + "name": "extractSelectedShape", + "category": "python", + "subcategory": "misc", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 481, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/extractselectedshape/", + "last_updated": "2014-10-03T01:47:59", + "scraped_at": "2026-01-25T05:37:33.252979+00:00" + }, + { + "id": "fastexrstart", + "name": "fastExrStart", + "category": "python", + "subcategory": "misc", + "author": "jober", + "description": "Contributed\u00a0byJan Oberhauser", + "rating": null, + "rating_count": 0, + "downloads": 263, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/fastexrstart/", + "last_updated": "2010-10-08T10:04:12", + "scraped_at": "2026-01-25T05:37:33.253102+00:00" + }, + { + "id": "findpath", + "name": "findPath", + "category": "python", + "subcategory": "misc", + "author": "dubiella", + "description": "Contributed\u00a0bydiogo dubiella", + "rating": null, + "rating_count": 0, + "downloads": 406, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/findpath/", + "last_updated": "2012-10-26T02:57:27", + "scraped_at": "2026-01-25T05:37:33.253225+00:00" + }, + { + "id": "flop-and-flip", + "name": "flop and flip", + "category": "python", + "subcategory": "misc", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 133, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/flop-and-flip/", + "last_updated": "2013-04-23T03:50:37", + "scraped_at": "2026-01-25T05:37:33.253351+00:00" + }, + { + "id": "fourpointtrack", + "name": "FourPointTrack", + "category": "python", + "subcategory": "misc", + "author": "nickane", + "description": "Contributed\u00a0byNick D'Aguiar", + "rating": null, + "rating_count": 0, + "downloads": 305, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/fourpointtrack/", + "last_updated": "2010-08-02T04:18:55", + "scraped_at": "2026-01-25T05:37:33.253475+00:00" + }, + { + "id": "framehandling", + "name": "FrameHandling", + "category": "python", + "subcategory": "misc", + "author": "Cequinel", + "description": "Contributed\u00a0byLuciano Cequinel", + "rating": null, + "rating_count": 0, + "downloads": 58, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/framehandling/", + "last_updated": "2025-09-19T01:34:14", + "scraped_at": "2026-01-25T05:37:33.253600+00:00" + }, + { + "id": "framehold-with-setthisframe-button", + "name": "FrameHold with SetThisFrame Button", + "category": "python", + "subcategory": "misc", + "author": "ieatvfxforbreakfast", + "description": "Contributed\u00a0byHarrison Ly", + "rating": null, + "rating_count": 0, + "downloads": 912, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/framehold-with-setthisframe-button/", + "last_updated": "2012-05-16T05:16:27", + "scraped_at": "2026-01-25T05:37:33.253729+00:00" + }, + { + "id": "freezesplinewarp", + "name": "freezeSplineWarp", + "category": "python", + "subcategory": "misc", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 555, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/freezesplinewarp/", + "last_updated": "2023-09-14T01:50:00", + "scraped_at": "2026-01-25T05:37:33.253856+00:00" + }, + { + "id": "fxt_relinker", + "name": "fxT_relinker", + "category": "python", + "subcategory": "misc", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 1295, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/fxt_relinker/", + "last_updated": "2020-01-10T14:15:36", + "scraped_at": "2026-01-25T05:37:33.253980+00:00" + }, + { + "id": "fxt_revealinfolder", + "name": "fxT_revealInFolder", + "category": "python", + "subcategory": "misc", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 711, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/fxt_revealinfolder/", + "last_updated": "2022-06-13T01:24:55", + "scraped_at": "2026-01-25T05:37:33.254104+00:00" + }, + { + "id": "getthecornerpinasmatrix", + "name": "getTheCornerpinAsMatrix", + "category": "python", + "subcategory": "misc", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 207, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/getthecornerpinasmatrix/", + "last_updated": "2012-08-07T03:13:01", + "scraped_at": "2026-01-25T05:37:33.254227+00:00" + }, + { + "id": "gizmotogroup", + "name": "gizmoToGroup", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 184, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/gizmotogroup/", + "last_updated": "2014-02-21T04:35:50", + "scraped_at": "2026-01-25T05:37:33.254352+00:00" + }, + { + "id": "glt_reloadrange", + "name": "glt_reloadRange", + "category": "python", + "subcategory": "misc", + "author": "gltoth", + "description": "Contributed\u00a0byGabor Toth", + "rating": null, + "rating_count": 0, + "downloads": 202, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/glt_reloadrange/", + "last_updated": "2010-07-28T06:53:21", + "scraped_at": "2026-01-25T05:37:33.254479+00:00" + }, + { + "id": "goto-plus", + "name": "GoTo Plus", + "category": "python", + "subcategory": "misc", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 101, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/goto-plus/", + "last_updated": "2010-06-20T16:38:54", + "scraped_at": "2026-01-25T05:37:33.254605+00:00" + }, + { + "id": "gotodirectory", + "name": "GoToDirectory", + "category": "python", + "subcategory": "misc", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 4.0, + "rating_count": 0, + "downloads": 778, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/gotodirectory/", + "last_updated": "2025-08-18T23:06:41", + "scraped_at": "2026-01-25T05:37:33.254733+00:00" + }, + { + "id": "hex2nuke", + "name": "hex2nuke", + "category": "python", + "subcategory": "misc", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 482, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/hex2nuke/", + "last_updated": "2010-07-09T01:21:47", + "scraped_at": "2026-01-25T05:37:33.254857+00:00" + }, + { + "id": "holdframes", + "name": "holdFrames", + "category": "python", + "subcategory": "misc", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 228, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/holdframes/", + "last_updated": "2010-09-01T04:52:34", + "scraped_at": "2026-01-25T05:37:33.254981+00:00" + }, + { + "id": "ibk-stack-via-shortcut", + "name": "ibk Stack via Shortcut", + "category": "python", + "subcategory": "misc", + "author": "anselmlier", + "description": "Contributed\u00a0byAnselm Lier", + "rating": null, + "rating_count": 0, + "downloads": 134, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/ibk-stack-via-shortcut/", + "last_updated": "2020-06-19T10:50:39", + "scraped_at": "2026-01-25T05:37:33.255107+00:00" + }, + { + "id": "im_cornerpin", + "name": "im_cornerPin", + "category": "python", + "subcategory": "misc", + "author": "Badger", + "description": "Contributed\u00a0byIgor Majdandzic", + "rating": null, + "rating_count": 0, + "downloads": 163, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/im_cornerpin/", + "last_updated": "2010-09-24T07:53:30", + "scraped_at": "2026-01-25T05:37:33.255231+00:00" + }, + { + "id": "image-to-dots", + "name": "Image To Dots", + "category": "python", + "subcategory": "misc", + "author": "Dragoby", + "description": "Contributed\u00a0byJosh Robertson", + "rating": null, + "rating_count": 0, + "downloads": 313, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/image-to-dots/", + "last_updated": "2014-04-07T10:05:14", + "scraped_at": "2026-01-25T05:37:33.255354+00:00" + }, + { + "id": "incrementalsave", + "name": "IncrementalSave", + "category": "python", + "subcategory": "misc", + "author": "jansensander", + "description": "Contributed\u00a0bySander Jansen", + "rating": null, + "rating_count": 0, + "downloads": 297, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/incrementalsave/", + "last_updated": "2011-02-26T17:57:54", + "scraped_at": "2026-01-25T05:37:33.255479+00:00" + }, + { + "id": "j_attachnodestool", + "name": "J_AttachNodesTool", + "category": "python", + "subcategory": "misc", + "author": "jazlyncartaya", + "description": "Contributed\u00a0byJazlyn Cartaya", + "rating": null, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/j_attachnodestool/", + "last_updated": "2019-03-16T10:08:33", + "scraped_at": "2026-01-25T05:37:33.255605+00:00" + }, + { + "id": "j_cornerpin2dsetremovekeystool", + "name": "J_CornerPin2DSetRemoveKeysTool", + "category": "python", + "subcategory": "misc", + "author": "jazlyncartaya", + "description": "Contributed\u00a0byJazlyn Cartaya", + "rating": null, + "rating_count": 0, + "downloads": 30, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/j_cornerpin2dsetremovekeystool/", + "last_updated": "2019-03-16T13:26:00", + "scraped_at": "2026-01-25T05:37:33.255739+00:00" + }, + { + "id": "j_createlayershuffletool", + "name": "J_CreateLayerShuffleTool", + "category": "python", + "subcategory": "misc", + "author": "jazlyncartaya", + "description": "Contributed\u00a0byJazlyn Cartaya", + "rating": null, + "rating_count": 0, + "downloads": 155, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/j_createlayershuffletool/", + "last_updated": "2026-01-03T09:28:12", + "scraped_at": "2026-01-25T05:37:33.255867+00:00" + }, + { + "id": "j_createnodestool", + "name": "J_CreateNodesTool", + "category": "python", + "subcategory": "misc", + "author": "jazlyncartaya", + "description": "Contributed\u00a0byJazlyn Cartaya", + "rating": null, + "rating_count": 0, + "downloads": 26, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/j_createnodestool/", + "last_updated": "2018-09-22T15:39:55", + "scraped_at": "2026-01-25T05:37:33.255992+00:00" + }, + { + "id": "j_parentednodes", + "name": "J_ParentedNodes", + "category": "python", + "subcategory": "misc", + "author": "jazlyncartaya", + "description": "Contributed\u00a0byJazlyn Cartaya", + "rating": null, + "rating_count": 0, + "downloads": 35, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/j_parentednodes/", + "last_updated": "2019-05-27T13:28:25", + "scraped_at": "2026-01-25T05:37:33.256117+00:00" + }, + { + "id": "j_removealltransformkeysbutton", + "name": "J_RemoveAllTransformKeysButton", + "category": "python", + "subcategory": "misc", + "author": "jazlyncartaya", + "description": "Contributed\u00a0byJazlyn Cartaya", + "rating": null, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/j_removealltransformkeysbutton/", + "last_updated": "2018-09-22T15:40:14", + "scraped_at": "2026-01-25T05:37:33.256243+00:00" + }, + { + "id": "j_tracker_checkboxes", + "name": "J_Tracker_Checkboxes", + "category": "python", + "subcategory": "misc", + "author": "jazlyncartaya", + "description": "Contributed\u00a0byJazlyn Cartaya", + "rating": null, + "rating_count": 0, + "downloads": 76, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/j_tracker_checkboxes/", + "last_updated": "2026-01-03T09:41:13", + "scraped_at": "2026-01-25T05:37:33.256368+00:00" + }, + { + "id": "j_tracktorotopaint-button", + "name": "J_TrackToRotoPaint Button", + "category": "python", + "subcategory": "misc", + "author": "jazlyncartaya", + "description": "Contributed\u00a0byJazlyn Cartaya", + "rating": null, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/j_tracktorotopaint-button/", + "last_updated": "2019-03-16T13:25:54", + "scraped_at": "2026-01-25T05:37:33.256497+00:00" + }, + { + "id": "jns_backdrop", + "name": "jns_backdrop", + "category": "python", + "subcategory": "misc", + "author": "jishon", + "description": "Contributed\u00a0byjishon n shoby", + "rating": null, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/jns_backdrop/", + "last_updated": "2022-04-26T12:03:01", + "scraped_at": "2026-01-25T05:37:33.256657+00:00" + }, + { + "id": "jns_cornerpin", + "name": "jns_cornerpin", + "category": "python", + "subcategory": "misc", + "author": "jishon", + "description": "Contributed\u00a0byjishon n shoby", + "rating": null, + "rating_count": 0, + "downloads": 92, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/jns_cornerpin/", + "last_updated": "2022-04-24T21:27:47", + "scraped_at": "2026-01-25T05:37:33.256796+00:00" + }, + { + "id": "jns_tracker_to_roto", + "name": "jns_tracker_to_roto", + "category": "python", + "subcategory": "misc", + "author": "jishon", + "description": "Contributed\u00a0byjishon n shoby", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/jns_tracker_to_roto/", + "last_updated": "2022-04-26T12:02:53", + "scraped_at": "2026-01-25T05:37:33.256921+00:00" + }, + { + "id": "jre_convertcornerpin", + "name": "jre_convertCornerPin", + "category": "python", + "subcategory": "misc", + "author": "TheRetter", + "description": "Contributed\u00a0byJohannes Retter", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/jre_convertcornerpin/", + "last_updated": "2023-07-12T00:15:05", + "scraped_at": "2026-01-25T05:37:33.257047+00:00" + }, + { + "id": "jre_setreferenceframe", + "name": "jre_setReferenceFrame", + "category": "python", + "subcategory": "misc", + "author": "TheRetter", + "description": "Contributed\u00a0byJohannes Retter", + "rating": null, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/jre_setreferenceframe/", + "last_updated": "2023-07-11T09:40:12", + "scraped_at": "2026-01-25T05:37:33.257172+00:00" + }, + { + "id": "knobwrangler", + "name": "KnobWrangler", + "category": "python", + "subcategory": "misc", + "author": "tanantish", + "description": "Contributed\u00a0byAnthony Tan", + "rating": null, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/knobwrangler/", + "last_updated": "2020-01-06T12:09:24", + "scraped_at": "2026-01-25T05:37:33.257300+00:00" + }, + { + "id": "labelautobackdrop", + "name": "labelAutobackdrop", + "category": "python", + "subcategory": "misc", + "author": "Geoffroy", + "description": "Contributed\u00a0byGeoffroy Givry", + "rating": null, + "rating_count": 0, + "downloads": 431, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/labelautobackdrop/", + "last_updated": "2011-08-08T00:14:32", + "scraped_at": "2026-01-25T05:37:33.257428+00:00" + }, + { + "id": "lightfusion", + "name": "LightFusion", + "category": "python", + "subcategory": "misc", + "author": "subm16", + "description": "Contributed\u00a0byShubham Soni", + "rating": null, + "rating_count": 0, + "downloads": 68, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/lightfusion/", + "last_updated": "2024-11-06T17:40:36", + "scraped_at": "2026-01-25T05:37:33.257556+00:00" + }, + { + "id": "makedirectory", + "name": "makedirectory", + "category": "python", + "subcategory": "misc", + "author": "daruman1221", + "description": "Contributed\u00a0bykeiji nakatsuji", + "rating": null, + "rating_count": 0, + "downloads": 128, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/makedirectory/", + "last_updated": "2012-05-28T16:40:35", + "scraped_at": "2026-01-25T05:37:33.257682+00:00" + }, + { + "id": "marvelpy", + "name": "marvelpy", + "category": "python", + "subcategory": "misc", + "author": "hellozee", + "description": "Contributed\u00a0byKuntal Majumder", + "rating": null, + "rating_count": 0, + "downloads": 59, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/marvelpy/", + "last_updated": "2018-12-10T13:58:50", + "scraped_at": "2026-01-25T05:37:33.257813+00:00" + }, + { + "id": "medula", + "name": "m\u00e9dula", + "category": "python", + "subcategory": "misc", + "author": "javi2d", + "description": "Contributed\u00a0byJavier Garcia", + "rating": null, + "rating_count": 0, + "downloads": 143, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/medula/", + "last_updated": "2011-12-24T05:00:31", + "scraped_at": "2026-01-25T05:37:33.257938+00:00" + }, + { + "id": "mo_cornerpintools", + "name": "Mo_CornerpinTools", + "category": "python", + "subcategory": "misc", + "author": "mohanpugaz", + "description": "Contributed\u00a0byMohan Pugaz", + "rating": null, + "rating_count": 0, + "downloads": 196, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/mo_cornerpintools/", + "last_updated": "2017-05-08T11:29:53", + "scraped_at": "2026-01-25T05:37:33.258070+00:00" + }, + { + "id": "mshelpers", + "name": "msHelpers", + "category": "python", + "subcategory": "misc", + "author": "Mohamed Selim", + "description": "Contributed\u00a0byMohamed Selim", + "rating": null, + "rating_count": 0, + "downloads": 302, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/mshelpers/", + "last_updated": "2012-09-13T10:50:52", + "scraped_at": "2026-01-25T05:37:33.258200+00:00" + }, + { + "id": "multi-grade-knobs", + "name": "Multi Grade Knobs", + "category": "python", + "subcategory": "misc", + "author": "dshihlai", + "description": "Contributed\u00a0byShih Hwa Lai", + "rating": null, + "rating_count": 0, + "downloads": 106, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/multi-grade-knobs/", + "last_updated": "2011-08-06T01:46:34", + "scraped_at": "2026-01-25T05:37:33.258334+00:00" + }, + { + "id": "multi-knob-edit-tool", + "name": "Multi Knob Edit Tool", + "category": "python", + "subcategory": "misc", + "author": "thorsten.loeffler", + "description": "Contributed\u00a0byThorsten L\u00f6ffler", + "rating": 5.0, + "rating_count": 0, + "downloads": 606, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/multi-knob-edit-tool/", + "last_updated": "2018-07-31T04:38:28", + "scraped_at": "2026-01-25T05:37:33.258483+00:00" + }, + { + "id": "multipaste", + "name": "multipaste", + "category": "python", + "subcategory": "misc", + "author": "Cescemre", + "description": "Contributed\u00a0byDaniel Emre", + "rating": null, + "rating_count": 0, + "downloads": 71, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/multipaste/", + "last_updated": "2023-05-29T13:39:33", + "scraped_at": "2026-01-25T05:37:33.258622+00:00" + }, + { + "id": "mvreloadallpy", + "name": "mvReloadAll.py", + "category": "python", + "subcategory": "misc", + "author": "thorsten", + "description": "Contributed\u00a0byThorsten Kaufmann", + "rating": null, + "rating_count": 0, + "downloads": 235, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/mvreloadallpy/", + "last_updated": "2010-06-02T17:29:28", + "scraped_at": "2026-01-25T05:37:33.258801+00:00" + }, + { + "id": "new-reference-frame-for-transform-and-cornerpin2d", + "name": "New Reference Frame for Transform and CornerPin2D", + "category": "python", + "subcategory": "misc", + "author": "guialgigu", + "description": "Contributed\u00a0byGuillermo Algora", + "rating": 5.0, + "rating_count": 0, + "downloads": 323, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/new-reference-frame-for-transform-and-cornerpin2d/", + "last_updated": "2023-03-11T03:49:38", + "scraped_at": "2026-01-25T05:37:33.258944+00:00" + }, + { + "id": "node-graph-snow-flake-generator", + "name": "Node Graph Snow Flake Generator", + "category": "python", + "subcategory": "misc", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 26, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/node-graph-snow-flake-generator/", + "last_updated": "2025-12-15T09:43:19", + "scraped_at": "2026-01-25T05:37:33.259110+00:00" + }, + { + "id": "nodetoggler", + "name": "nodeToggler", + "category": "python", + "subcategory": "misc", + "author": "kgaurav", + "description": "Contributed\u00a0byGaurav Jaiswal", + "rating": null, + "rating_count": 0, + "downloads": 61, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nodetoggler/", + "last_updated": "2016-02-15T20:58:17", + "scraped_at": "2026-01-25T05:37:33.259258+00:00" + }, + { + "id": "normalizecurves", + "name": "NormalizeCurves", + "category": "python", + "subcategory": "misc", + "author": "hdmoser", + "description": "Contributed\u00a0byHenrique Moser", + "rating": null, + "rating_count": 0, + "downloads": 231, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/normalizecurves/", + "last_updated": "2014-05-20T04:13:08", + "scraped_at": "2026-01-25T05:37:33.259397+00:00" + }, + { + "id": "nuke-api-searcher", + "name": "Nuke API Searcher", + "category": "python", + "subcategory": "misc", + "author": "robowar", + "description": "Contributed\u00a0byPranav Pradeep", + "rating": 5.0, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nuke-api-searcher/", + "last_updated": "2020-06-30T23:01:42", + "scraped_at": "2026-01-25T05:37:33.259525+00:00" + }, + { + "id": "nuke-backup-and-recovery-toolkit", + "name": "Nuke Backup and Recovery Toolkit", + "category": "python", + "subcategory": "misc", + "author": "webtem", + "description": "Contributed\u00a0byHossein Karamian", + "rating": null, + "rating_count": 0, + "downloads": 185, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nuke-backup-and-recovery-toolkit/", + "last_updated": "2023-10-18T22:27:18", + "scraped_at": "2026-01-25T05:37:33.259653+00:00" + }, + { + "id": "nuke-folder-structure-generator", + "name": "Nuke Folder Structure Generator", + "category": "python", + "subcategory": "misc", + "author": "Dragoby", + "description": "Contributed\u00a0byJosh Robertson", + "rating": 5.0, + "rating_count": 0, + "downloads": 399, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nuke-folder-structure-generator/", + "last_updated": "2014-05-28T04:25:13", + "scraped_at": "2026-01-25T05:37:33.259799+00:00" + }, + { + "id": "nuke_bake_metadata", + "name": "nuke_bake_metadata", + "category": "python", + "subcategory": "misc", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 167, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nuke_bake_metadata/", + "last_updated": "2018-04-05T09:49:08", + "scraped_at": "2026-01-25T05:37:33.259930+00:00" + }, + { + "id": "nukeprocess", + "name": "nukeprocess", + "category": "python", + "subcategory": "misc", + "author": "flord", + "description": "Contributed\u00a0byFrancois Lord", + "rating": null, + "rating_count": 0, + "downloads": 157, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nukeprocess/", + "last_updated": "2010-11-19T02:30:10", + "scraped_at": "2026-01-25T05:37:33.260065+00:00" + }, + { + "id": "nukepydummy", + "name": "nukePyDummy", + "category": "python", + "subcategory": "misc", + "author": "sebastian", + "description": "Contributed\u00a0bySebastian Elsner", + "rating": null, + "rating_count": 0, + "downloads": 1354, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nukepydummy/", + "last_updated": "2010-06-08T13:41:25", + "scraped_at": "2026-01-25T05:37:33.260193+00:00" + }, + { + "id": "nukeserversocket", + "name": "NukeServerSocket", + "category": "python", + "subcategory": "misc", + "author": "Virgil89", + "description": "Contributed\u00a0byVirgil Sisoe", + "rating": null, + "rating_count": 0, + "downloads": 365, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nukeserversocket/", + "last_updated": "2023-11-26T04:57:19", + "scraped_at": "2026-01-25T05:37:33.260322+00:00" + }, + { + "id": "nukeshared", + "name": "NukeShared", + "category": "python", + "subcategory": "misc", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 3461, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nukeshared/", + "last_updated": "2021-03-29T06:40:23", + "scraped_at": "2026-01-25T05:37:33.260448+00:00" + }, + { + "id": "nuketris", + "name": "Nuketris", + "category": "python", + "subcategory": "misc", + "author": "pejaycee", + "description": "Contributed\u00a0byPeter Coleman", + "rating": null, + "rating_count": 0, + "downloads": 71, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/nuketris/", + "last_updated": "2020-06-08T12:20:58", + "scraped_at": "2026-01-25T05:37:33.260575+00:00" + }, + { + "id": "openexploredir", + "name": "openExploreDir", + "category": "python", + "subcategory": "misc", + "author": "Lundy", + "description": "Contributed\u00a0byLundy Hu", + "rating": 5.0, + "rating_count": 0, + "downloads": 84, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/openexploredir/", + "last_updated": "2022-10-27T22:54:22", + "scraped_at": "2026-01-25T05:37:33.260701+00:00" + }, + { + "id": "package_comp_assets", + "name": "package_comp_assets", + "category": "python", + "subcategory": "misc", + "author": "pf_world", + "description": "Contributed\u00a0byluke pf", + "rating": null, + "rating_count": 0, + "downloads": 88, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/package_comp_assets/", + "last_updated": "2015-05-19T04:56:03", + "scraped_at": "2026-01-25T05:37:33.260837+00:00" + }, + { + "id": "paintnodeopacity", + "name": "paintNodeOpacity", + "category": "python", + "subcategory": "misc", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 49, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/paintnodeopacity/", + "last_updated": "2013-09-30T06:19:15", + "scraped_at": "2026-01-25T05:37:33.260964+00:00" + }, + { + "id": "paintopacity-controller", + "name": "paintOpacity controller", + "category": "python", + "subcategory": "misc", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 88, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/paintopacity-controller/", + "last_updated": "2013-09-30T06:19:15", + "scraped_at": "2026-01-25T05:37:33.261092+00:00" + }, + { + "id": "pass-separator", + "name": "PASS SEPARATOR", + "category": "python", + "subcategory": "misc", + "author": "nukesilvio", + "description": "Contributed\u00a0bySilvio Andre dos Santos", + "rating": null, + "rating_count": 0, + "downloads": 813, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/pass-separator/", + "last_updated": "2014-03-29T08:33:15", + "scraped_at": "2026-01-25T05:37:33.261221+00:00" + }, + { + "id": "pastekeyframes", + "name": "pasteKeyframes", + "category": "python", + "subcategory": "misc", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 121, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/pastekeyframes/", + "last_updated": "2012-07-13T04:43:14", + "scraped_at": "2026-01-25T05:37:33.261348+00:00" + }, + { + "id": "pathswitcher", + "name": "PathSwitcher", + "category": "python", + "subcategory": "misc", + "author": "Bogor", + "description": "Contributed\u00a0byBogor Okukuro", + "rating": null, + "rating_count": 0, + "downloads": 43, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/pathswitcher/", + "last_updated": "2014-09-19T02:37:37", + "scraped_at": "2026-01-25T05:37:33.261476+00:00" + }, + { + "id": "pause-viewer", + "name": "Pause Viewer", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": 5.0, + "rating_count": 0, + "downloads": 203, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/pause-viewer/", + "last_updated": "2018-04-13T11:48:02", + "scraped_at": "2026-01-25T05:37:33.261604+00:00" + }, + { + "id": "ponk", + "name": "Ponk", + "category": "python", + "subcategory": "misc", + "author": "hovanyi", + "description": "Contributed\u00a0byGabor Hovanyi", + "rating": null, + "rating_count": 0, + "downloads": 309, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/ponk/", + "last_updated": "2013-09-12T16:18:15", + "scraped_at": "2026-01-25T05:37:33.261742+00:00" + }, + { + "id": "print_animated_keyframes", + "name": "Print_Animated_Keyframes", + "category": "python", + "subcategory": "misc", + "author": "jaimex127", + "description": "Contributed\u00a0byJaime Fuerte", + "rating": null, + "rating_count": 0, + "downloads": 33, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/print_animated_keyframes/", + "last_updated": "2019-12-16T13:07:35", + "scraped_at": "2026-01-25T05:37:33.261874+00:00" + }, + { + "id": "psd2", + "name": "psd2", + "category": "python", + "subcategory": "misc", + "author": "backpacker", + "description": "Contributed\u00a0byMARIANA ACUNA ACOSTA", + "rating": null, + "rating_count": 0, + "downloads": 397, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/psd2/", + "last_updated": "2014-03-07T02:32:51", + "scraped_at": "2026-01-25T05:37:33.262001+00:00" + }, + { + "id": "rangecrop_v01", + "name": "rangeCrop_v01", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 42, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/rangecrop_v01/", + "last_updated": "2015-08-01T07:22:58", + "scraped_at": "2026-01-25T05:37:33.262129+00:00" + }, + { + "id": "rangekey", + "name": "rangeKey", + "category": "python", + "subcategory": "misc", + "author": "coolchipper", + "description": "Contributed\u00a0byPranjal choudhary", + "rating": null, + "rating_count": 0, + "downloads": 41, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/rangekey/", + "last_updated": "2018-03-28T19:03:25", + "scraped_at": "2026-01-25T05:37:33.262254+00:00" + }, + { + "id": "read_tools", + "name": "read_tools", + "category": "python", + "subcategory": "misc", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 320, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/read_tools/", + "last_updated": "2018-03-21T21:18:07", + "scraped_at": "2026-01-25T05:37:33.262380+00:00" + }, + { + "id": "readfromwrite", + "name": "readFromWrite", + "category": "python", + "subcategory": "misc", + "author": "fredrik", + "description": "Contributed\u00a0byFredrik Averpil", + "rating": null, + "rating_count": 0, + "downloads": 2105, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/readfromwrite/", + "last_updated": "2016-06-08T14:12:56", + "scraped_at": "2026-01-25T05:37:33.262506+00:00" + }, + { + "id": "readlist", + "name": "ReadList", + "category": "python", + "subcategory": "misc", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 172, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/readlist/", + "last_updated": "2012-10-03T04:39:25", + "scraped_at": "2026-01-25T05:37:33.262634+00:00" + }, + { + "id": "remove", + "name": "remove", + "category": "python", + "subcategory": "misc", + "author": "\u96f7\u9706\u9177\u9177", + "description": "Contributed\u00a0bybang meng", + "rating": null, + "rating_count": 0, + "downloads": 14, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/remove/", + "last_updated": "2020-01-08T08:26:16", + "scraped_at": "2026-01-25T05:37:33.262768+00:00" + }, + { + "id": "rename-nodes", + "name": "Rename Nodes", + "category": "python", + "subcategory": "misc", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 297, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/rename-nodes/", + "last_updated": "2010-06-20T16:55:15", + "scraped_at": "2026-01-25T05:37:33.262896+00:00" + }, + { + "id": "re-readall_script", + "name": "Re-ReadAll_script", + "category": "python", + "subcategory": "misc", + "author": "VGuerreiro", + "description": "Contributed\u00a0byVitor Guerreiro", + "rating": null, + "rating_count": 0, + "downloads": 120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/re-readall_script/", + "last_updated": "2013-01-27T09:10:25", + "scraped_at": "2026-01-25T05:37:33.263023+00:00" + }, + { + "id": "retransform", + "name": "ReTransform", + "category": "python", + "subcategory": "misc", + "author": "DanielH", + "description": "Contributed\u00a0byDaniel Hartlehnert", + "rating": null, + "rating_count": 0, + "downloads": 95, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/retransform/", + "last_updated": "2017-09-28T19:45:04", + "scraped_at": "2026-01-25T05:37:33.263148+00:00" + }, + { + "id": "reveal-in-explorer-script", + "name": "reveal in explorer script", + "category": "python", + "subcategory": "misc", + "author": "sameer", + "description": "Contributed\u00a0bysaurabh sameer", + "rating": null, + "rating_count": 0, + "downloads": 329, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/reveal-in-explorer-script/", + "last_updated": "2010-07-27T23:53:59", + "scraped_at": "2026-01-25T05:37:33.263273+00:00" + }, + { + "id": "reveal-in-finder", + "name": "Reveal in Finder", + "category": "python", + "subcategory": "misc", + "author": "lacrossj", + "description": "Contributed\u00a0byJoshua LaCross", + "rating": null, + "rating_count": 0, + "downloads": 204, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/reveal-in-finder/", + "last_updated": "2011-05-05T02:56:13", + "scraped_at": "2026-01-25T05:37:33.263400+00:00" + }, + { + "id": "revealinexplorer", + "name": "revealinexplorer", + "category": "python", + "subcategory": "misc", + "author": "sameer", + "description": "Contributed\u00a0bysaurabh sameer", + "rating": null, + "rating_count": 0, + "downloads": 156, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/revealinexplorer/", + "last_updated": "2010-07-28T06:53:21", + "scraped_at": "2026-01-25T05:37:33.263525+00:00" + }, + { + "id": "revert-script", + "name": "Revert Script", + "category": "python", + "subcategory": "misc", + "author": "ieatvfxforbreakfast", + "description": "Contributed\u00a0byHarrison Ly", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/revert-script/", + "last_updated": "2014-02-13T03:17:11", + "scraped_at": "2026-01-25T05:37:33.263652+00:00" + }, + { + "id": "rgb_split_helper", + "name": "RGB_SPLIT_Helper", + "category": "python", + "subcategory": "misc", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 101, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/rgb_split_helper/", + "last_updated": "2024-04-19T07:09:45", + "scraped_at": "2026-01-25T05:37:33.263785+00:00" + }, + { + "id": "rotopainttosplinewarp", + "name": "RotopaintToSplineWarp", + "category": "python", + "subcategory": "misc", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 448, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/rotopainttosplinewarp/", + "last_updated": "2014-01-01T20:32:22", + "scraped_at": "2026-01-25T05:37:33.263912+00:00" + }, + { + "id": "runrunrun-nuke-game", + "name": "runrunrun - nuke game", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 117, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/runrunrun-nuke-game/", + "last_updated": "2014-06-04T03:43:31", + "scraped_at": "2026-01-25T05:37:33.264038+00:00" + }, + { + "id": "saveimage", + "name": "saveImage", + "category": "python", + "subcategory": "misc", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 460, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/saveimage/", + "last_updated": "2016-04-02T01:55:23", + "scraped_at": "2026-01-25T05:37:33.264167+00:00" + }, + { + "id": "scriptcleanup", + "name": "scriptCleanup", + "category": "python", + "subcategory": "misc", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 534, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/scriptcleanup/", + "last_updated": "2019-01-02T21:27:58", + "scraped_at": "2026-01-25T05:37:33.264343+00:00" + }, + { + "id": "scriptknob-pycharm-bridge", + "name": "Scriptknob Pycharm Bridge", + "category": "python", + "subcategory": "misc", + "author": "cglukas", + "description": "Contributed\u00a0byLukas Wieg", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/scriptknob-pycharm-bridge/", + "last_updated": "2022-08-02T09:06:50", + "scraped_at": "2026-01-25T05:37:33.264525+00:00" + }, + { + "id": "selectviewernode", + "name": "SelectViewerNode", + "category": "python", + "subcategory": "misc", + "author": "tomer.ep1@gmail.com", + "description": "Contributed\u00a0byTomer Epshtein", + "rating": null, + "rating_count": 0, + "downloads": 29, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/selectviewernode/", + "last_updated": "2017-10-17T22:27:24", + "scraped_at": "2026-01-25T05:37:33.264666+00:00" + }, + { + "id": "set-label", + "name": "Set Label", + "category": "python", + "subcategory": "misc", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 423, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/set-label/", + "last_updated": "2010-06-16T05:49:42", + "scraped_at": "2026-01-25T05:37:33.264808+00:00" + }, + { + "id": "set-project", + "name": "Set Project", + "category": "python", + "subcategory": "misc", + "author": "Lundy", + "description": "Contributed\u00a0byLundy Hu", + "rating": 5.0, + "rating_count": 0, + "downloads": 72, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/set-project/", + "last_updated": "2024-06-10T22:21:07", + "scraped_at": "2026-01-25T05:37:33.264941+00:00" + }, + { + "id": "set-project-settings-from-read-node", + "name": "Set project settings from read node", + "category": "python", + "subcategory": "misc", + "author": "fuzzymango", + "description": "Contributed\u00a0byIsaac Spiegel", + "rating": null, + "rating_count": 0, + "downloads": 497, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/set-project-settings-from-read-node/", + "last_updated": "2020-03-25T12:43:35", + "scraped_at": "2026-01-25T05:37:33.265070+00:00" + }, + { + "id": "setprojdir", + "name": "setProjDir", + "category": "python", + "subcategory": "misc", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 568, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/setprojdir/", + "last_updated": "2018-03-25T21:14:54", + "scraped_at": "2026-01-25T05:37:33.265198+00:00" + }, + { + "id": "setprojectframerange", + "name": "setProjectFrameRange", + "category": "python", + "subcategory": "misc", + "author": "rsgca", + "description": "Contributed\u00a0byRichard Greenwood", + "rating": null, + "rating_count": 0, + "downloads": 182, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/setprojectframerange/", + "last_updated": "2013-11-29T01:48:22", + "scraped_at": "2026-01-25T05:37:33.265327+00:00" + }, + { + "id": "shapetrack-linker", + "name": "ShapeTrack Linker", + "category": "python", + "subcategory": "misc", + "author": "nfrancisj", + "description": "Contributed\u00a0byNicholas Joseph", + "rating": null, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/shapetrack-linker/", + "last_updated": "2019-03-18T19:36:45", + "scraped_at": "2026-01-25T05:37:33.265456+00:00" + }, + { + "id": "shufflealpha", + "name": "shuffleAlpha", + "category": "python", + "subcategory": "misc", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 190, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/shufflealpha/", + "last_updated": "2013-01-29T02:48:25", + "scraped_at": "2026-01-25T05:37:33.265586+00:00" + }, + { + "id": "sk_pathfinder_v01", + "name": "SK_pathFinder_v01", + "category": "python", + "subcategory": "misc", + "author": "esc4pe85", + "description": "Contributed\u00a0bySalvatore Carvelli", + "rating": null, + "rating_count": 0, + "downloads": 140, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/sk_pathfinder_v01/", + "last_updated": "2014-11-09T05:38:05", + "scraped_at": "2026-01-25T05:37:33.265717+00:00" + }, + { + "id": "sk_projectiongrabber", + "name": "SK_projectionGrabber", + "category": "python", + "subcategory": "misc", + "author": "esc4pe85", + "description": "Contributed\u00a0bySalvatore Carvelli", + "rating": null, + "rating_count": 0, + "downloads": 87, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/sk_projectiongrabber/", + "last_updated": "2014-11-04T15:43:15", + "scraped_at": "2026-01-25T05:37:33.265856+00:00" + }, + { + "id": "smart-motionblur-switch-off-on", + "name": "Smart motionblur switch 'OFF/ON'", + "category": "python", + "subcategory": "misc", + "author": "masky007", + "description": "Contributed\u00a0bykire timov", + "rating": null, + "rating_count": 0, + "downloads": 868, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/smart-motionblur-switch-off-on/", + "last_updated": "2016-11-18T07:15:12", + "scraped_at": "2026-01-25T05:37:33.265985+00:00" + }, + { + "id": "splinewarpcontroller", + "name": "splinewarpcontroller", + "category": "python", + "subcategory": "misc", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/splinewarpcontroller/", + "last_updated": "2022-07-02T15:53:47", + "scraped_at": "2026-01-25T05:37:33.266117+00:00" + }, + { + "id": "split-layers", + "name": "Split Layers", + "category": "python", + "subcategory": "misc", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 1709, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/split-layers/", + "last_updated": "2010-06-20T16:47:42", + "scraped_at": "2026-01-25T05:37:33.266248+00:00" + }, + { + "id": "ss_before_knob_changed", + "name": "ss_before_knob_changed", + "category": "python", + "subcategory": "misc", + "author": "stormstudios", + "description": "Contributed\u00a0byRagnar Brynjulfsson", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/ss_before_knob_changed/", + "last_updated": "2015-11-25T14:35:29", + "scraped_at": "2026-01-25T05:37:33.266378+00:00" + }, + { + "id": "stereosetup", + "name": "StereoSetup", + "category": "python", + "subcategory": "misc", + "author": "sameer", + "description": "Contributed\u00a0bysaurabh sameer", + "rating": null, + "rating_count": 0, + "downloads": 178, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/stereosetup/", + "last_updated": "2010-08-27T03:16:04", + "scraped_at": "2026-01-25T05:37:33.266512+00:00" + }, + { + "id": "superautocrop", + "name": "superAutoCrop", + "category": "python", + "subcategory": "misc", + "author": "Cequinel", + "description": "Contributed\u00a0byLuciano Cequinel", + "rating": null, + "rating_count": 0, + "downloads": 127, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/superautocrop/", + "last_updated": "2021-08-28T16:57:44", + "scraped_at": "2026-01-25T05:37:33.266646+00:00" + }, + { + "id": "testflight", + "name": "TestFlight", + "category": "python", + "subcategory": "misc", + "author": "tianlunjiang", + "description": "Contributed\u00a0byTianlun Jiang", + "rating": null, + "rating_count": 0, + "downloads": 59, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/testflight/", + "last_updated": "2020-06-23T05:44:05", + "scraped_at": "2026-01-25T05:37:33.266782+00:00" + }, + { + "id": "the-matte-engine", + "name": "The Matte Engine", + "category": "python", + "subcategory": "misc", + "author": "mohanpugaz", + "description": "Contributed\u00a0byMohan Pugaz", + "rating": null, + "rating_count": 0, + "downloads": 124, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/the-matte-engine/", + "last_updated": "2015-05-13T04:18:00", + "scraped_at": "2026-01-25T05:37:33.266912+00:00" + }, + { + "id": "time_keeper", + "name": "Time_Keeper", + "category": "python", + "subcategory": "misc", + "author": "nickonstad", + "description": "Contributed\u00a0byNicholas Onstad", + "rating": null, + "rating_count": 0, + "downloads": 53, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/time_keeper/", + "last_updated": "2023-03-06T00:48:03", + "scraped_at": "2026-01-25T05:37:33.267043+00:00" + }, + { + "id": "todolist-1", + "name": "TodoList", + "category": "python", + "subcategory": "misc", + "author": "sarus", + "description": "Contributed\u00a0byAle\u0161 Ushakou", + "rating": 5.0, + "rating_count": 0, + "downloads": 34, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/todolist-1/", + "last_updated": "2025-08-14T00:54:38", + "scraped_at": "2026-01-25T05:37:33.267177+00:00" + }, + { + "id": "todolist", + "name": "toDoList", + "category": "python", + "subcategory": "misc", + "author": "Geoffroy", + "description": "Contributed\u00a0byGeoffroy Givry", + "rating": null, + "rating_count": 0, + "downloads": 203, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/todolist/", + "last_updated": "2011-08-06T01:46:28", + "scraped_at": "2026-01-25T05:37:33.267307+00:00" + }, + { + "id": "toggle-tracker4-trs-values", + "name": "Toggle Tracker4 TRS Values", + "category": "python", + "subcategory": "misc", + "author": "henrietta", + "description": "Contributed\u00a0byHenriette Adel", + "rating": null, + "rating_count": 0, + "downloads": 207, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/toggle-tracker4-trs-values/", + "last_updated": "2019-08-07T11:15:49", + "scraped_at": "2026-01-25T05:37:33.267440+00:00" + }, + { + "id": "track-to-pins", + "name": "Track to Pins", + "category": "python", + "subcategory": "misc", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": 5.0, + "rating_count": 0, + "downloads": 184, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/track-to-pins/", + "last_updated": "2021-06-03T04:54:59", + "scraped_at": "2026-01-25T05:37:33.267570+00:00" + }, + { + "id": "track-to-roto-link", + "name": "Track to Roto link", + "category": "python", + "subcategory": "misc", + "author": "DeusAleeex", + "description": "Contributed\u00a0byAlex Frost", + "rating": null, + "rating_count": 0, + "downloads": 62, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/track-to-roto-link/", + "last_updated": "2024-02-06T13:01:41", + "scraped_at": "2026-01-25T05:37:33.267703+00:00" + }, + { + "id": "tracktoroto", + "name": "TrackToRoto", + "category": "python", + "subcategory": "misc", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 369, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/tracktoroto/", + "last_updated": "2015-03-24T21:33:07", + "scraped_at": "2026-01-25T05:37:33.267839+00:00" + }, + { + "id": "transformrotationcurveeulerfilter", + "name": "transformRotationCurveEulerFilter", + "category": "python", + "subcategory": "misc", + "author": "MichaelKarp", + "description": "Contributed\u00a0byMichael Karp", + "rating": null, + "rating_count": 0, + "downloads": 194, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/transformrotationcurveeulerfilter/", + "last_updated": "2020-08-10T11:33:10", + "scraped_at": "2026-01-25T05:37:33.267970+00:00" + }, + { + "id": "universal_gizmo_installer", + "name": "Universal_Gizmo_Installer", + "category": "python", + "subcategory": "misc", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 220, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/universal_gizmo_installer/", + "last_updated": "2025-05-29T17:12:51", + "scraped_at": "2026-01-25T05:37:33.268101+00:00" + }, + { + "id": "valuepanel", + "name": "valuePanel", + "category": "python", + "subcategory": "misc", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 179, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/valuepanel/", + "last_updated": "2013-04-23T12:21:12", + "scraped_at": "2026-01-25T05:37:33.268229+00:00" + }, + { + "id": "viewer-input-locks", + "name": "Viewer Input Locks", + "category": "python", + "subcategory": "misc", + "author": "kbueno", + "description": "Contributed\u00a0byGolan Bend", + "rating": null, + "rating_count": 0, + "downloads": 122, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/viewer-input-locks/", + "last_updated": "2023-04-06T22:53:54", + "scraped_at": "2026-01-25T05:37:33.268357+00:00" + }, + { + "id": "wavepanel", + "name": "wavePanel", + "category": "python", + "subcategory": "misc", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 339, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/wavepanel/", + "last_updated": "2013-05-20T03:45:10", + "scraped_at": "2026-01-25T05:37:33.268487+00:00" + }, + { + "id": "winexploredir", + "name": "winExploreDir", + "category": "python", + "subcategory": "misc", + "author": "Varun", + "description": "Contributed\u00a0byVarun Hadkar", + "rating": null, + "rating_count": 0, + "downloads": 114, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/winexploredir/", + "last_updated": "2012-08-15T03:10:35", + "scraped_at": "2026-01-25T05:37:33.268616+00:00" + }, + { + "id": "wrapitup", + "name": "WrapItUp", + "category": "python", + "subcategory": "misc", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 4910, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/wrapitup/", + "last_updated": "2025-08-18T23:24:20", + "scraped_at": "2026-01-25T05:37:33.268751+00:00" + }, + { + "id": "write-and-notify", + "name": "Write and Notify", + "category": "python", + "subcategory": "misc", + "author": "ssava", + "description": "Contributed\u00a0byLevente Vass", + "rating": null, + "rating_count": 0, + "downloads": 128, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/write-and-notify/", + "last_updated": "2023-07-29T19:57:20", + "scraped_at": "2026-01-25T05:37:33.268878+00:00" + }, + { + "id": "wukong", + "name": "WUKONG", + "category": "python", + "subcategory": "misc", + "author": "mrejen@1990", + "description": "Contributed\u00a0byzuo yizhen", + "rating": null, + "rating_count": 0, + "downloads": 639, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/wukong/", + "last_updated": "2014-07-27T06:21:37", + "scraped_at": "2026-01-25T05:37:33.269005+00:00" + }, + { + "id": "wukong-20", + "name": "WUKONG 2.0", + "category": "python", + "subcategory": "misc", + "author": "mrejen@1990", + "description": "Contributed\u00a0byzuo yizhen", + "rating": null, + "rating_count": 0, + "downloads": 96, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/misc/wukong-20/", + "last_updated": "2017-03-31T09:15:19", + "scraped_at": "2026-01-25T05:37:33.269131+00:00" + }, + { + "id": "animatedsnap3d", + "name": "animatedSnap3D", + "category": "python", + "subcategory": "3d", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": 4.75, + "rating_count": 0, + "downloads": 4688, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/animatedsnap3d/", + "last_updated": "2012-04-09T03:18:36", + "scraped_at": "2026-01-25T05:37:34.922669+00:00" + }, + { + "id": "axis_my", + "name": "Axis_My", + "category": "python", + "subcategory": "3d", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/axis_my/", + "last_updated": "2011-08-25T02:15:42", + "scraped_at": "2026-01-25T05:37:34.922816+00:00" + }, + { + "id": "camera-scene-scanlinerender", + "name": "Camera, Scene & ScanlineRender", + "category": "python", + "subcategory": "3d", + "author": "matt_l", + "description": "Contributed\u00a0byMatt Leonard", + "rating": null, + "rating_count": 0, + "downloads": 753, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/camera-scene-scanlinerender/", + "last_updated": "2010-07-14T05:38:37", + "scraped_at": "2026-01-25T05:37:34.922943+00:00" + }, + { + "id": "camerabake", + "name": "CameraBake", + "category": "python", + "subcategory": "3d", + "author": "jaimex127", + "description": "Contributed\u00a0byJaime Fuerte", + "rating": 5.0, + "rating_count": 0, + "downloads": 1278, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/camerabake/", + "last_updated": "2024-01-09T00:28:19", + "scraped_at": "2026-01-25T05:37:34.923069+00:00" + }, + { + "id": "card-to-tracker", + "name": "Card to Tracker", + "category": "python", + "subcategory": "3d", + "author": "asmith1776", + "description": "Contributed\u00a0byadam smith", + "rating": null, + "rating_count": 0, + "downloads": 217, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/card-to-tracker/", + "last_updated": "2022-12-04T17:32:56", + "scraped_at": "2026-01-25T05:37:34.923193+00:00" + }, + { + "id": "cardinfrustum", + "name": "CardInFrustum", + "category": "python", + "subcategory": "3d", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 582, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/cardinfrustum/", + "last_updated": "2022-10-11T04:59:24", + "scraped_at": "2026-01-25T05:37:34.923317+00:00" + }, + { + "id": "cardsfromcampath", + "name": "cardsFromCamPath", + "category": "python", + "subcategory": "3d", + "author": "vincentlanger", + "description": "Contributed\u00a0byVincent Langer", + "rating": null, + "rating_count": 0, + "downloads": 317, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/cardsfromcampath/", + "last_updated": "2016-11-13T23:01:43", + "scraped_at": "2026-01-25T05:37:34.923440+00:00" + }, + { + "id": "center-pivot-3d", + "name": "Center Pivot 3D", + "category": "python", + "subcategory": "3d", + "author": "just2fly", + "description": "Contributed\u00a0byFrederic Freund", + "rating": null, + "rating_count": 0, + "downloads": 614, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/center-pivot-3d/", + "last_updated": "2014-08-12T14:07:15", + "scraped_at": "2026-01-25T05:37:34.923561+00:00" + }, + { + "id": "copycamforproj", + "name": "CopyCamForProj", + "category": "python", + "subcategory": "3d", + "author": "marcozazza", + "description": "Contributed\u00a0byMarco Leone", + "rating": null, + "rating_count": 0, + "downloads": 547, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/copycamforproj/", + "last_updated": "2012-03-04T09:37:59", + "scraped_at": "2026-01-25T05:37:34.923682+00:00" + }, + { + "id": "cubicprojection", + "name": "cubicProjection", + "category": "python", + "subcategory": "3d", + "author": "molgamus", + "description": "Contributed\u00a0byElias Ericsson Rydberg", + "rating": null, + "rating_count": 0, + "downloads": 698, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/cubicprojection/", + "last_updated": "2012-02-28T02:14:40", + "scraped_at": "2026-01-25T05:37:34.923807+00:00" + }, + { + "id": "cubictiles", + "name": "cubicTiles", + "category": "python", + "subcategory": "3d", + "author": "molgamus", + "description": "Contributed\u00a0byElias Ericsson Rydberg", + "rating": null, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/cubictiles/", + "last_updated": "2012-02-28T02:14:54", + "scraped_at": "2026-01-25T05:37:34.923929+00:00" + }, + { + "id": "cyclo", + "name": "Cyclo", + "category": "python", + "subcategory": "3d", + "author": "makis", + "description": "Contributed\u00a0byMakis Stergiou", + "rating": null, + "rating_count": 0, + "downloads": 738, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/cyclo/", + "last_updated": "2012-03-11T10:09:37", + "scraped_at": "2026-01-25T05:37:34.924057+00:00" + }, + { + "id": "duplicategeometry", + "name": "DuplicateGeometry", + "category": "python", + "subcategory": "3d", + "author": "adrian.heinzel", + "description": "Contributed\u00a0byAdrian Heinzel", + "rating": null, + "rating_count": 0, + "downloads": 195, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/duplicategeometry/", + "last_updated": "2010-09-10T04:48:06", + "scraped_at": "2026-01-25T05:37:34.924179+00:00" + }, + { + "id": "imageplanehelper", + "name": "imagePlaneHelper", + "category": "python", + "subcategory": "3d", + "author": "simorlabrasse", + "description": "Contributed\u00a0bySimon Moreau", + "rating": null, + "rating_count": 0, + "downloads": 173, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/imageplanehelper/", + "last_updated": "2015-12-06T07:13:32", + "scraped_at": "2026-01-25T05:37:34.924301+00:00" + }, + { + "id": "importfbxcamera", + "name": "importFbxCamera", + "category": "python", + "subcategory": "3d", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 255, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/importfbxcamera/", + "last_updated": "2012-07-03T02:22:11", + "scraped_at": "2026-01-25T05:37:34.924423+00:00" + }, + { + "id": "localaxis", + "name": "localAxis", + "category": "python", + "subcategory": "3d", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 242, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/localaxis/", + "last_updated": "2012-10-01T08:02:53", + "scraped_at": "2026-01-25T05:37:34.924544+00:00" + }, + { + "id": "locatorscaleinmaya", + "name": "locatorScaleinMaya", + "category": "python", + "subcategory": "3d", + "author": "hasche", + "description": "Contributed\u00a0byEberhard Hasche", + "rating": null, + "rating_count": 0, + "downloads": 57, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/locatorscaleinmaya/", + "last_updated": "2013-05-11T18:50:59", + "scraped_at": "2026-01-25T05:37:34.924665+00:00" + }, + { + "id": "locometry", + "name": "Locometry", + "category": "python", + "subcategory": "3d", + "author": "kanza", + "description": "Contributed\u00a0byKim Ranzani", + "rating": null, + "rating_count": 0, + "downloads": 832, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/locometry/", + "last_updated": "2022-03-10T04:59:29", + "scraped_at": "2026-01-25T05:37:34.924791+00:00" + }, + { + "id": "nuke_card_machine", + "name": "nuke_card_machine", + "category": "python", + "subcategory": "3d", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 234, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/nuke_card_machine/", + "last_updated": "2020-02-03T12:09:50", + "scraped_at": "2026-01-25T05:37:34.924914+00:00" + }, + { + "id": "projection_3d", + "name": "Projection_3D", + "category": "python", + "subcategory": "3d", + "author": "rekapallisatish", + "description": "Contributed\u00a0bysatish rekapalli", + "rating": null, + "rating_count": 0, + "downloads": 63, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/projection_3d/", + "last_updated": "2020-10-05T14:18:27", + "scraped_at": "2026-01-25T05:37:34.925036+00:00" + }, + { + "id": "projectioncam", + "name": "projectionCam", + "category": "python", + "subcategory": "3d", + "author": "insomniajohn", + "description": "Contributed\u00a0byJohn Stewart", + "rating": null, + "rating_count": 0, + "downloads": 783, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/projectioncam/", + "last_updated": "2011-05-05T02:56:12", + "scraped_at": "2026-01-25T05:37:34.925157+00:00" + }, + { + "id": "retime-camera", + "name": "Retime Camera", + "category": "python", + "subcategory": "3d", + "author": "mjustison", + "description": "Contributed\u00a0byMark Justison", + "rating": null, + "rating_count": 0, + "downloads": 1303, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/retime-camera/", + "last_updated": "2016-06-01T10:55:16", + "scraped_at": "2026-01-25T05:37:34.925278+00:00" + }, + { + "id": "rotomaya", + "name": "RotoMaya", + "category": "python", + "subcategory": "3d", + "author": "AlPustika", + "description": "Contributed\u00a0byAleksandr Pustika", + "rating": null, + "rating_count": 0, + "downloads": 73, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/rotomaya/", + "last_updated": "2019-04-26T11:30:34", + "scraped_at": "2026-01-25T05:37:34.925399+00:00" + }, + { + "id": "schangepivot", + "name": "sChangePivot", + "category": "python", + "subcategory": "3d", + "author": "sarus", + "description": "Contributed\u00a0byAle\u0161 Ushakou", + "rating": null, + "rating_count": 0, + "downloads": 130, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/schangepivot/", + "last_updated": "2022-05-31T15:35:25", + "scraped_at": "2026-01-25T05:37:34.925520+00:00" + }, + { + "id": "sourcegeofolder", + "name": "SourceGeoFolder", + "category": "python", + "subcategory": "3d", + "author": "lucienfostier", + "description": "Contributed\u00a0bylucien Fostier", + "rating": null, + "rating_count": 0, + "downloads": 255, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/sourcegeofolder/", + "last_updated": "2010-08-21T04:57:07", + "scraped_at": "2026-01-25T05:37:34.925641+00:00" + }, + { + "id": "ura-universal-render-adjuster-ura", + "name": "U.R.A. - (Universal Render Adjuster) (URA)", + "category": "python", + "subcategory": "3d", + "author": "Phil Prates", + "description": "Contributed\u00a0byPhil Prates", + "rating": 4.2, + "rating_count": 0, + "downloads": 597, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/3d/ura-universal-render-adjuster-ura/", + "last_updated": "2025-12-16T11:48:58", + "scraped_at": "2026-01-25T05:37:34.925765+00:00" + }, + { + "id": "010_keyframe", + "name": "010_KeyFrame", + "category": "python", + "subcategory": "nodegraph", + "author": "hossam.galal", + "description": "Contributed\u00a0byhossam galal", + "rating": 5.0, + "rating_count": 0, + "downloads": 61, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/010_keyframe/", + "last_updated": "2024-11-13T12:41:10", + "scraped_at": "2026-01-25T05:37:36.739004+00:00" + }, + { + "id": "add-mask", + "name": "Add Mask", + "category": "python", + "subcategory": "nodegraph", + "author": "forerunner17", + "description": "Contributed\u00a0byEmilio Sarabia", + "rating": null, + "rating_count": 0, + "downloads": 55, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/add-mask/", + "last_updated": "2024-07-24T20:31:46", + "scraped_at": "2026-01-25T05:37:36.739155+00:00" + }, + { + "id": "advanced_merge", + "name": "Advanced_Merge", + "category": "python", + "subcategory": "nodegraph", + "author": "robowar", + "description": "Contributed\u00a0byPranav Pradeep", + "rating": null, + "rating_count": 0, + "downloads": 255, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/advanced_merge/", + "last_updated": "2020-10-28T18:03:31", + "scraped_at": "2026-01-25T05:37:36.739290+00:00" + }, + { + "id": "align-node-in-main-line", + "name": "Align node in main line", + "category": "python", + "subcategory": "nodegraph", + "author": "JohnnyLee", + "description": "Contributed\u00a0byLee Yong Jun", + "rating": null, + "rating_count": 0, + "downloads": 7, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/align-node-in-main-line/", + "last_updated": "2026-01-15T07:36:04", + "scraped_at": "2026-01-25T05:37:36.739423+00:00" + }, + { + "id": "aligndots", + "name": "AlignDots", + "category": "python", + "subcategory": "nodegraph", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 1533, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/aligndots/", + "last_updated": "2021-04-13T07:53:42", + "scraped_at": "2026-01-25T05:37:36.739553+00:00" + }, + { + "id": "alignnodes", + "name": "alignNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": 5.0, + "rating_count": 0, + "downloads": 3758, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/alignnodes/", + "last_updated": "2021-04-29T08:07:41", + "scraped_at": "2026-01-25T05:37:36.739682+00:00" + }, + { + "id": "arrangenodes", + "name": "arrangeNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "daverobinsongfx", + "description": "Contributed\u00a0byDavid Robinson", + "rating": null, + "rating_count": 0, + "downloads": 282, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/arrangenodes/", + "last_updated": "2015-08-17T22:49:07", + "scraped_at": "2026-01-25T05:37:36.739817+00:00" + }, + { + "id": "attributetransfer-knobcopycat", + "name": "AttributeTransfer / KnobCopyCat", + "category": "python", + "subcategory": "nodegraph", + "author": "nfrancisj", + "description": "Contributed\u00a0byNicholas Joseph", + "rating": null, + "rating_count": 0, + "downloads": 246, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/attributetransfer-knobcopycat/", + "last_updated": "2021-05-26T09:10:11", + "scraped_at": "2026-01-25T05:37:36.739946+00:00" + }, + { + "id": "autobackdrop-replacement-1", + "name": "autoBackdrop replacement", + "category": "python", + "subcategory": "nodegraph", + "author": "Chim", + "description": "Contributed\u00a0byTimur Khodzhaev", + "rating": null, + "rating_count": 0, + "downloads": 1071, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/autobackdrop-replacement-1/", + "last_updated": "2015-08-24T10:59:53", + "scraped_at": "2026-01-25T05:37:36.740073+00:00" + }, + { + "id": "autobackdrop-replacement", + "name": "autoBackdrop replacement", + "category": "python", + "subcategory": "nodegraph", + "author": "Chim", + "description": "Contributed\u00a0byTimur Khodzhaev", + "rating": null, + "rating_count": 0, + "downloads": 18, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/autobackdrop-replacement/", + "last_updated": "2015-08-19T16:08:40", + "scraped_at": "2026-01-25T05:37:36.740199+00:00" + }, + { + "id": "autobackdrop-with-tuning", + "name": "autoBackdrop with tuning", + "category": "python", + "subcategory": "nodegraph", + "author": "ieatvfxforbreakfast", + "description": "Contributed\u00a0byHarrison Ly", + "rating": null, + "rating_count": 0, + "downloads": 576, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/autobackdrop-with-tuning/", + "last_updated": "2013-05-13T03:44:52", + "scraped_at": "2026-01-25T05:37:36.740327+00:00" + }, + { + "id": "autobackdropbw", + "name": "autoBackdropBW", + "category": "python", + "subcategory": "nodegraph", + "author": "coconutnico", + "description": "Contributed\u00a0byNicolas Leu", + "rating": null, + "rating_count": 0, + "downloads": 168, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/autobackdropbw/", + "last_updated": "2016-03-15T05:58:44", + "scraped_at": "2026-01-25T05:37:36.740454+00:00" + }, + { + "id": "autopinning", + "name": "autoPinning", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 202, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/autopinning/", + "last_updated": "2014-07-31T03:26:33", + "scraped_at": "2026-01-25T05:37:36.740581+00:00" + }, + { + "id": "autopivot", + "name": "autoPivot", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 170, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/autopivot/", + "last_updated": "2014-07-31T03:27:02", + "scraped_at": "2026-01-25T05:37:36.740708+00:00" + }, + { + "id": "autorotonode", + "name": "AutoRotoNode", + "category": "python", + "subcategory": "nodegraph", + "author": "RedFijian1", + "description": "Contributed\u00a0byElijah Murphy", + "rating": null, + "rating_count": 0, + "downloads": 45, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/autorotonode/", + "last_updated": "2024-02-06T12:59:05", + "scraped_at": "2026-01-25T05:37:36.740842+00:00" + }, + { + "id": "autowrite", + "name": "AutoWrite", + "category": "python", + "subcategory": "nodegraph", + "author": "tim.bowman", + "description": "Contributed\u00a0byTim BOWMAN", + "rating": null, + "rating_count": 0, + "downloads": 2145, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/autowrite/", + "last_updated": "2010-11-25T03:45:41", + "scraped_at": "2026-01-25T05:37:36.740970+00:00" + }, + { + "id": "backdrop-contents", + "name": "Backdrop Contents", + "category": "python", + "subcategory": "nodegraph", + "author": "nathan.rusch", + "description": "Contributed\u00a0byNathan Rusch", + "rating": null, + "rating_count": 0, + "downloads": 367, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/backdrop-contents/", + "last_updated": "2010-07-27T23:53:59", + "scraped_at": "2026-01-25T05:37:36.741117+00:00" + }, + { + "id": "backdrop_hub", + "name": "backdrop_hub", + "category": "python", + "subcategory": "nodegraph", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 445, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/backdrop_hub/", + "last_updated": "2021-07-20T01:15:42", + "scraped_at": "2026-01-25T05:37:36.741301+00:00" + }, + { + "id": "backdrophelper", + "name": "BackdropHelper", + "category": "python", + "subcategory": "nodegraph", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": 5.0, + "rating_count": 0, + "downloads": 1530, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/backdrophelper/", + "last_updated": "2025-05-26T03:07:42", + "scraped_at": "2026-01-25T05:37:36.741500+00:00" + }, + { + "id": "backdropmanager", + "name": "BackdropManager", + "category": "python", + "subcategory": "nodegraph", + "author": "SMaiolo", + "description": "Contributed\u00a0bySamantha Maiolo", + "rating": null, + "rating_count": 0, + "downloads": 196, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/backdropmanager/", + "last_updated": "2023-06-06T14:19:10", + "scraped_at": "2026-01-25T05:37:36.741695+00:00" + }, + { + "id": "backdroptools", + "name": "backdropTools", + "category": "python", + "subcategory": "nodegraph", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 1008, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/backdroptools/", + "last_updated": "2012-04-30T14:09:52", + "scraped_at": "2026-01-25T05:37:36.741900+00:00" + }, + { + "id": "bake-expressions", + "name": "Bake Expressions", + "category": "python", + "subcategory": "nodegraph", + "author": "nathan.rusch", + "description": "Contributed\u00a0byNathan Rusch", + "rating": null, + "rating_count": 0, + "downloads": 1127, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/bake-expressions/", + "last_updated": "2013-01-28T11:54:18", + "scraped_at": "2026-01-25T05:37:36.742078+00:00" + }, + { + "id": "bookmarker", + "name": "bookmarker", + "category": "python", + "subcategory": "nodegraph", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 238, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/bookmarker/", + "last_updated": "2011-02-25T03:04:33", + "scraped_at": "2026-01-25T05:37:36.742272+00:00" + }, + { + "id": "breakdown-layers", + "name": "Breakdown Layers", + "category": "python", + "subcategory": "nodegraph", + "author": "kogukas", + "description": "Contributed\u00a0byKirill Pleshakov", + "rating": 1.0, + "rating_count": 0, + "downloads": 406, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/breakdown-layers/", + "last_updated": "2021-02-10T23:06:14", + "scraped_at": "2026-01-25T05:37:36.742465+00:00" + }, + { + "id": "breakdown-pro", + "name": "Breakdown Pro", + "category": "python", + "subcategory": "nodegraph", + "author": "Nitinkashyap", + "description": "Contributed\u00a0byNitin Kashyap", + "rating": 5.0, + "rating_count": 0, + "downloads": 21, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/breakdown-pro/", + "last_updated": "2026-01-15T02:56:28", + "scraped_at": "2026-01-25T05:37:36.742620+00:00" + }, + { + "id": "c_multiknob", + "name": "C_MultiKnob", + "category": "python", + "subcategory": "nodegraph", + "author": "Charles Angus", + "description": "Contributed\u00a0byCharles Taylor", + "rating": null, + "rating_count": 0, + "downloads": 111, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/c_multiknob/", + "last_updated": "2019-06-10T09:46:30", + "scraped_at": "2026-01-25T05:37:36.742759+00:00" + }, + { + "id": "checkerboardnodes", + "name": "checkerboardNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 108, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/checkerboardnodes/", + "last_updated": "2012-05-18T02:46:24", + "scraped_at": "2026-01-25T05:37:36.742889+00:00" + }, + { + "id": "clean-offset", + "name": "clean offset", + "category": "python", + "subcategory": "nodegraph", + "author": "siddu1432", + "description": "Contributed\u00a0bysiddu vadla", + "rating": 5.0, + "rating_count": 0, + "downloads": 99, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/clean-offset/", + "last_updated": "2019-11-25T10:44:40", + "scraped_at": "2026-01-25T05:37:36.743019+00:00" + }, + { + "id": "cleanscript", + "name": "CleanScript", + "category": "python", + "subcategory": "nodegraph", + "author": "diripirate", + "description": "Contributed\u00a0byDario Siero", + "rating": null, + "rating_count": 0, + "downloads": 457, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/cleanscript/", + "last_updated": "2023-08-01T21:10:27", + "scraped_at": "2026-01-25T05:37:36.743147+00:00" + }, + { + "id": "color-node-on-frame", + "name": "Color Node on Frame", + "category": "python", + "subcategory": "nodegraph", + "author": "johnnyvfx", + "description": "Contributed\u00a0byJohnny Chan", + "rating": null, + "rating_count": 0, + "downloads": 332, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/color-node-on-frame/", + "last_updated": "2017-05-27T23:59:58", + "scraped_at": "2026-01-25T05:37:36.743278+00:00" + }, + { + "id": "color-panel", + "name": "Color Panel", + "category": "python", + "subcategory": "nodegraph", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": 5.0, + "rating_count": 0, + "downloads": 564, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/color-panel/", + "last_updated": "2025-11-07T23:17:43", + "scraped_at": "2026-01-25T05:37:36.743407+00:00" + }, + { + "id": "colorspacetransform", + "name": "ColorSpaceTransform", + "category": "python", + "subcategory": "nodegraph", + "author": "erjonsadiku", + "description": "Contributed\u00a0byErjon Sadiku", + "rating": null, + "rating_count": 0, + "downloads": 95, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/colorspacetransform/", + "last_updated": "2025-09-19T05:30:44", + "scraped_at": "2026-01-25T05:37:36.743534+00:00" + }, + { + "id": "compcat", + "name": "compCat", + "category": "python", + "subcategory": "nodegraph", + "author": "leew", + "description": "Contributed\u00a0byLee Watson", + "rating": 4.75, + "rating_count": 0, + "downloads": 50, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/compcat/", + "last_updated": "2025-08-14T01:03:27", + "scraped_at": "2026-01-25T05:37:36.743665+00:00" + }, + { + "id": "connect", + "name": "connect", + "category": "python", + "subcategory": "nodegraph", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 137, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/connect/", + "last_updated": "2017-03-31T09:02:55", + "scraped_at": "2026-01-25T05:37:36.743798+00:00" + }, + { + "id": "connectcamera", + "name": "connectCamera", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 57, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/connectcamera/", + "last_updated": "2019-02-27T10:55:27", + "scraped_at": "2026-01-25T05:37:36.743929+00:00" + }, + { + "id": "connectdot", + "name": "ConnectDot", + "category": "python", + "subcategory": "nodegraph", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": 5.0, + "rating_count": 0, + "downloads": 234, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/connectdot/", + "last_updated": "2022-02-28T19:44:23", + "scraped_at": "2026-01-25T05:37:36.744059+00:00" + }, + { + "id": "connectmultiplemask", + "name": "connectMultipleMask", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 122, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/connectmultiplemask/", + "last_updated": "2014-02-27T02:07:39", + "scraped_at": "2026-01-25T05:37:36.744191+00:00" + }, + { + "id": "controlmultiplevalues", + "name": "ControlMultipleValues", + "category": "python", + "subcategory": "nodegraph", + "author": "trakonia", + "description": "Contributed\u00a0byHuseyin Cay", + "rating": null, + "rating_count": 0, + "downloads": 102, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/controlmultiplevalues/", + "last_updated": "2015-04-07T14:39:02", + "scraped_at": "2026-01-25T05:37:36.744322+00:00" + }, + { + "id": "convertgizmostogroups", + "name": "convertGizmosToGroups", + "category": "python", + "subcategory": "nodegraph", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 1214, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/convertgizmostogroups/", + "last_updated": "2011-10-15T07:33:22", + "scraped_at": "2026-01-25T05:37:36.744455+00:00" + }, + { + "id": "copy-with-links-copy-nodes-with-links-to", + "name": "Copy With Links - copy nodes with links to all knobs", + "category": "python", + "subcategory": "nodegraph", + "author": "kogukas", + "description": "Contributed\u00a0byKirill Pleshakov", + "rating": null, + "rating_count": 0, + "downloads": 156, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/copy-with-links-copy-nodes-with-links-to/", + "last_updated": "2021-02-10T23:04:59", + "scraped_at": "2026-01-25T05:37:36.744583+00:00" + }, + { + "id": "copy_special", + "name": "Copy_Special", + "category": "python", + "subcategory": "nodegraph", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 93, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/copy_special/", + "last_updated": "2018-08-07T07:01:58", + "scraped_at": "2026-01-25T05:37:36.744714+00:00" + }, + { + "id": "copyconnected", + "name": "copyConnected", + "category": "python", + "subcategory": "nodegraph", + "author": "dioslove", + "description": "Contributed\u00a0byErnest Dios", + "rating": null, + "rating_count": 0, + "downloads": 183, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/copyconnected/", + "last_updated": "2018-08-27T20:13:37", + "scraped_at": "2026-01-25T05:37:36.744848+00:00" + }, + { + "id": "cornerpintotracker", + "name": "CornerPinToTracker", + "category": "python", + "subcategory": "nodegraph", + "author": "nah.andrad", + "description": "Contributed\u00a0bynara andrade", + "rating": null, + "rating_count": 0, + "downloads": 221, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/cornerpintotracker/", + "last_updated": "2014-11-14T01:53:07", + "scraped_at": "2026-01-25T05:37:36.744977+00:00" + }, + { + "id": "cubicprojection", + "name": "cubicprojection", + "category": "python", + "subcategory": "nodegraph", + "author": "chenxiaobao", + "description": "Contributed\u00a0byXIAObao CHAN", + "rating": null, + "rating_count": 0, + "downloads": 224, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/cubicprojection/", + "last_updated": "2012-09-10T02:30:53", + "scraped_at": "2026-01-25T05:37:36.745106+00:00" + }, + { + "id": "cy-backdrop", + "name": "CY Backdrop", + "category": "python", + "subcategory": "nodegraph", + "author": "Karma49", + "description": "Contributed\u00a0byCarlos Yau", + "rating": null, + "rating_count": 0, + "downloads": 219, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/cy-backdrop/", + "last_updated": "2024-06-16T03:17:10", + "scraped_at": "2026-01-25T05:37:36.745230+00:00" + }, + { + "id": "cycleoperations", + "name": "CycleOperations", + "category": "python", + "subcategory": "nodegraph", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 371, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/cycleoperations/", + "last_updated": "2020-06-28T10:30:09", + "scraped_at": "2026-01-25T05:37:36.745357+00:00" + }, + { + "id": "ddot", + "name": "dDot", + "category": "python", + "subcategory": "nodegraph", + "author": "daniel.bartha", + "description": "Contributed\u00a0byDaniel Bartha", + "rating": null, + "rating_count": 0, + "downloads": 536, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/ddot/", + "last_updated": "2018-02-02T20:24:04", + "scraped_at": "2026-01-25T05:37:36.745482+00:00" + }, + { + "id": "deploycrops", + "name": "deployCrops", + "category": "python", + "subcategory": "nodegraph", + "author": "coolchipper", + "description": "Contributed\u00a0byPranjal choudhary", + "rating": null, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/deploycrops/", + "last_updated": "2018-08-21T04:27:58", + "scraped_at": "2026-01-25T05:37:36.745610+00:00" + }, + { + "id": "disconnect_wiggle", + "name": "disconnect_wiggle", + "category": "python", + "subcategory": "nodegraph", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": null, + "rating_count": 0, + "downloads": 569, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/disconnect_wiggle/", + "last_updated": "2015-05-26T15:49:29", + "scraped_at": "2026-01-25T05:37:36.745747+00:00" + }, + { + "id": "dotconnect", + "name": "DotConnect", + "category": "python", + "subcategory": "nodegraph", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 463, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/dotconnect/", + "last_updated": "2025-02-26T14:05:31", + "scraped_at": "2026-01-25T05:37:36.745909+00:00" + }, + { + "id": "dots", + "name": "Dots", + "category": "python", + "subcategory": "nodegraph", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": 4.857142857142857, + "rating_count": 0, + "downloads": 3204, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/dots/", + "last_updated": "2024-03-04T09:44:19", + "scraped_at": "2026-01-25T05:37:36.746040+00:00" + }, + { + "id": "dropit-like-in-flame", + "name": "dropIt - like in flame", + "category": "python", + "subcategory": "nodegraph", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/dropit-like-in-flame/", + "last_updated": "2014-08-29T18:16:41", + "scraped_at": "2026-01-25T05:37:36.746169+00:00" + }, + { + "id": "duplicate-read-destroyer", + "name": "Duplicate Read Destroyer", + "category": "python", + "subcategory": "nodegraph", + "author": "nathan.rusch", + "description": "Contributed\u00a0byNathan Rusch", + "rating": null, + "rating_count": 0, + "downloads": 374, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/duplicate-read-destroyer/", + "last_updated": "2011-08-24T12:34:50", + "scraped_at": "2026-01-25T05:37:36.746295+00:00" + }, + { + "id": "duplicate-with-inputs", + "name": "duplicate with inputs", + "category": "python", + "subcategory": "nodegraph", + "author": "comp_V01", + "description": "Contributed\u00a0byMarcel Pichert", + "rating": null, + "rating_count": 0, + "downloads": 376, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/duplicate-with-inputs/", + "last_updated": "2018-09-18T11:56:57", + "scraped_at": "2026-01-25T05:37:36.746423+00:00" + }, + { + "id": "dynamic-backdrop-with-scaling-and-finalization", + "name": "Dynamic Backdrop with Scaling and Finalization", + "category": "python", + "subcategory": "nodegraph", + "author": "yogi_211181", + "description": "Contributed\u00a0byyogesh Nalawade", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/dynamic-backdrop-with-scaling-and-finalization/", + "last_updated": "2024-12-29T12:54:47", + "scraped_at": "2026-01-25T05:37:36.746553+00:00" + }, + { + "id": "e_nodeselector", + "name": "E_NodeSelector", + "category": "python", + "subcategory": "nodegraph", + "author": "EladTzemach1", + "description": "Contributed\u00a0byElad Tzemach", + "rating": null, + "rating_count": 0, + "downloads": 76, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/e_nodeselector/", + "last_updated": "2015-01-26T05:41:04", + "scraped_at": "2026-01-25T05:37:36.746730+00:00" + }, + { + "id": "emalignnodes", + "name": "emAlignNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "eva.mateo", + "description": "Contributed\u00a0byEva Mateo", + "rating": 4.0, + "rating_count": 0, + "downloads": 115, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/emalignnodes/", + "last_updated": "2024-04-15T18:24:59", + "scraped_at": "2026-01-25T05:37:36.746924+00:00" + }, + { + "id": "enable-tracker-trs", + "name": "Enable Tracker TRS", + "category": "python", + "subcategory": "nodegraph", + "author": "nah.andrad", + "description": "Contributed\u00a0bynara andrade", + "rating": null, + "rating_count": 0, + "downloads": 225, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/enable-tracker-trs/", + "last_updated": "2014-11-25T01:49:28", + "scraped_at": "2026-01-25T05:37:36.747108+00:00" + }, + { + "id": "enable-trackers-trs", + "name": "Enable Tracker's TRS", + "category": "python", + "subcategory": "nodegraph", + "author": "nara", + "description": "Contributed\u00a0byNarayani Andrade", + "rating": null, + "rating_count": 0, + "downloads": 247, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/enable-trackers-trs/", + "last_updated": "2016-01-12T01:35:56", + "scraped_at": "2026-01-25T05:37:36.747292+00:00" + }, + { + "id": "enabledisable", + "name": "EnableDisable", + "category": "python", + "subcategory": "nodegraph", + "author": "coolchipper", + "description": "Contributed\u00a0byPranjal choudhary", + "rating": null, + "rating_count": 0, + "downloads": 90, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/enabledisable/", + "last_updated": "2017-06-03T09:31:09", + "scraped_at": "2026-01-25T05:37:36.747486+00:00" + }, + { + "id": "extract-psd-layer", + "name": "Extract PSD Layer", + "category": "python", + "subcategory": "nodegraph", + "author": "ekion", + "description": "Contributed\u00a0bysteve morel", + "rating": null, + "rating_count": 0, + "downloads": 905, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/extract-psd-layer/", + "last_updated": "2011-03-31T03:17:32", + "scraped_at": "2026-01-25T05:37:36.747630+00:00" + }, + { + "id": "extractalpha", + "name": "extractAlpha", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 65, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/extractalpha/", + "last_updated": "2014-03-29T08:33:13", + "scraped_at": "2026-01-25T05:37:36.747769+00:00" + }, + { + "id": "extractlayers", + "name": "ExtractLayers", + "category": "python", + "subcategory": "nodegraph", + "author": "Kapinat", + "description": "Contributed\u00a0byNatalia Raz", + "rating": null, + "rating_count": 0, + "downloads": 89, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/extractlayers/", + "last_updated": "2023-06-26T20:53:29", + "scraped_at": "2026-01-25T05:37:36.747898+00:00" + }, + { + "id": "f_backdrop", + "name": "F_Backdrop", + "category": "python", + "subcategory": "nodegraph", + "author": "franklin", + "description": "Contributed\u00a0byFRANKLIN TOUSSAINT", + "rating": null, + "rating_count": 0, + "downloads": 698, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/f_backdrop/", + "last_updated": "2021-10-05T21:34:14", + "scraped_at": "2026-01-25T05:37:36.748026+00:00" + }, + { + "id": "flag-hidden-input", + "name": "Flag Hidden Input", + "category": "python", + "subcategory": "nodegraph", + "author": "psor", + "description": "Contributed\u00a0byLoic REMY", + "rating": null, + "rating_count": 0, + "downloads": 29, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/flag-hidden-input/", + "last_updated": "2021-11-03T11:52:38", + "scraped_at": "2026-01-25T05:37:36.748157+00:00" + }, + { + "id": "flameconnect", + "name": "flameConnect", + "category": "python", + "subcategory": "nodegraph", + "author": "jaden", + "description": "Contributed\u00a0byjaden star", + "rating": null, + "rating_count": 0, + "downloads": 470, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/flameconnect/", + "last_updated": "2010-11-20T04:32:00", + "scraped_at": "2026-01-25T05:37:36.748285+00:00" + }, + { + "id": "foreach", + "name": "forEach", + "category": "python", + "subcategory": "nodegraph", + "author": "creatogether", + "description": "Contributed\u00a0byDan Borufka", + "rating": null, + "rating_count": 0, + "downloads": 184, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/foreach/", + "last_updated": "2011-11-13T03:38:00", + "scraped_at": "2026-01-25T05:37:36.748414+00:00" + }, + { + "id": "fxt_cloneviaexpressions", + "name": "fxT_cloneViaExpressions", + "category": "python", + "subcategory": "nodegraph", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 339, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/fxt_cloneviaexpressions/", + "last_updated": "2022-02-28T12:51:11", + "scraped_at": "2026-01-25T05:37:36.748542+00:00" + }, + { + "id": "gizmotogroup", + "name": "GizmoToGroup", + "category": "python", + "subcategory": "nodegraph", + "author": "JoeyKakbek", + "description": "Contributed\u00a0bydaniel van der Kaaden", + "rating": null, + "rating_count": 0, + "downloads": 243, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/gizmotogroup/", + "last_updated": "2020-06-26T18:10:37", + "scraped_at": "2026-01-25T05:37:36.748675+00:00" + }, + { + "id": "grayautobackdrop", + "name": "GrayAutoBackdrop", + "category": "python", + "subcategory": "nodegraph", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 448, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/grayautobackdrop/", + "last_updated": "2023-05-19T22:54:43", + "scraped_at": "2026-01-25T05:37:36.748810+00:00" + }, + { + "id": "hg_help-pack", + "name": "HG_Help-pack", + "category": "python", + "subcategory": "nodegraph", + "author": "hossam.galal", + "description": "Contributed\u00a0byhossam galal", + "rating": null, + "rating_count": 0, + "downloads": 17, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/hg_help-pack/", + "last_updated": "2024-11-25T08:58:12", + "scraped_at": "2026-01-25T05:37:36.748941+00:00" + }, + { + "id": "ibkcreate", + "name": "ibkCreate", + "category": "python", + "subcategory": "nodegraph", + "author": "Tom McCarthy", + "description": "Contributed\u00a0byTom McCarthy", + "rating": null, + "rating_count": 0, + "downloads": 214, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/ibkcreate/", + "last_updated": "2013-05-03T13:15:33", + "scraped_at": "2026-01-25T05:37:36.749077+00:00" + }, + { + "id": "inputprocess", + "name": "inputProcess", + "category": "python", + "subcategory": "nodegraph", + "author": "Ripaxx", + "description": "Contributed\u00a0byRion .", + "rating": null, + "rating_count": 0, + "downloads": 31, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/inputprocess/", + "last_updated": "2019-04-12T05:53:00", + "scraped_at": "2026-01-25T05:37:36.749207+00:00" + }, + { + "id": "invertdisable", + "name": "invertDisable", + "category": "python", + "subcategory": "nodegraph", + "author": "pushkarevalexandr", + "description": "Contributed\u00a0byAleksandr Pushkarev", + "rating": null, + "rating_count": 0, + "downloads": 18, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/invertdisable/", + "last_updated": "2022-10-14T16:46:19", + "scraped_at": "2026-01-25T05:37:36.749337+00:00" + }, + { + "id": "jfx_nodescaler", + "name": "JFX_nodeScaler", + "category": "python", + "subcategory": "nodegraph", + "author": "JustinGD", + "description": "Contributed\u00a0byJustin GD", + "rating": null, + "rating_count": 0, + "downloads": 207, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/jfx_nodescaler/", + "last_updated": "2015-02-01T00:43:18", + "scraped_at": "2026-01-25T05:37:36.749470+00:00" + }, + { + "id": "jfx_plugit", + "name": "JFX_plugIt", + "category": "python", + "subcategory": "nodegraph", + "author": "JustinGD", + "description": "Contributed\u00a0byJustin GD", + "rating": null, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/jfx_plugit/", + "last_updated": "2015-02-13T22:58:37", + "scraped_at": "2026-01-25T05:37:36.749599+00:00" + }, + { + "id": "jns-tools", + "name": "JNS Tools", + "category": "python", + "subcategory": "nodegraph", + "author": "jishon", + "description": "Contributed\u00a0byjishon n shoby", + "rating": null, + "rating_count": 0, + "downloads": 147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/jns-tools/", + "last_updated": "2022-10-17T21:18:53", + "scraped_at": "2026-01-25T05:37:36.749734+00:00" + }, + { + "id": "jp_filepathcollector", + "name": "JP_filepathCollector", + "category": "python", + "subcategory": "nodegraph", + "author": "joaquinpick", + "description": "Contributed\u00a0byJoaquin Pickelny", + "rating": null, + "rating_count": 0, + "downloads": 30, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/jp_filepathcollector/", + "last_updated": "2023-07-26T16:23:31", + "scraped_at": "2026-01-25T05:37:36.749863+00:00" + }, + { + "id": "jp_knobvalueeditor", + "name": "JP_knobValueEditor", + "category": "python", + "subcategory": "nodegraph", + "author": "joaquinpick", + "description": "Contributed\u00a0byJoaquin Pickelny", + "rating": null, + "rating_count": 0, + "downloads": 35, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/jp_knobvalueeditor/", + "last_updated": "2023-07-26T16:25:44", + "scraped_at": "2026-01-25T05:37:36.749995+00:00" + }, + { + "id": "jp_scriptoffloader", + "name": "JP_scriptOffloader", + "category": "python", + "subcategory": "nodegraph", + "author": "joaquinpick", + "description": "Contributed\u00a0byJoaquin Pickelny", + "rating": null, + "rating_count": 0, + "downloads": 114, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/jp_scriptoffloader/", + "last_updated": "2023-11-12T07:36:12", + "scraped_at": "2026-01-25T05:37:36.750124+00:00" + }, + { + "id": "jp_truealign", + "name": "JP_trueAlign", + "category": "python", + "subcategory": "nodegraph", + "author": "joaquinpick", + "description": "Contributed\u00a0byJoaquin Pickelny", + "rating": null, + "rating_count": 0, + "downloads": 107, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/jp_truealign/", + "last_updated": "2022-11-26T15:13:57", + "scraped_at": "2026-01-25T05:37:36.750253+00:00" + }, + { + "id": "kiss-functionality-like-in-autodesk-flame", + "name": "kiss (functionality like in autodesk flame and smoke)", + "category": "python", + "subcategory": "nodegraph", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 711, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/kiss-functionality-like-in-autodesk-flame/", + "last_updated": "2020-08-03T12:42:26", + "scraped_at": "2026-01-25T05:37:36.750383+00:00" + }, + { + "id": "kj_tracker_to_pins", + "name": "KJ_Tracker_to_Pins", + "category": "python", + "subcategory": "nodegraph", + "author": "kaedenjames", + "description": "Contributed\u00a0byKaeden James", + "rating": 5.0, + "rating_count": 0, + "downloads": 646, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/kj_tracker_to_pins/", + "last_updated": "2018-04-06T12:48:12", + "scraped_at": "2026-01-25T05:37:36.750515+00:00" + }, + { + "id": "km-nodegraph-easy-navigate", + "name": "Km NodeGraph Easy Navigate", + "category": "python", + "subcategory": "nodegraph", + "author": "webtem", + "description": "Contributed\u00a0byHossein Karamian", + "rating": null, + "rating_count": 0, + "downloads": 224, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/km-nodegraph-easy-navigate/", + "last_updated": "2023-07-31T09:21:26", + "scraped_at": "2026-01-25T05:37:36.750649+00:00" + }, + { + "id": "knobhijacker", + "name": "KnobHijacker", + "category": "python", + "subcategory": "nodegraph", + "author": "filsus", + "description": "Contributed\u00a0byFilip Suska", + "rating": null, + "rating_count": 0, + "downloads": 58, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/knobhijacker/", + "last_updated": "2024-08-19T19:33:41", + "scraped_at": "2026-01-25T05:37:36.750786+00:00" + }, + { + "id": "ku_labler", + "name": "ku_labler", + "category": "python", + "subcategory": "nodegraph", + "author": "tianlunjiang", + "description": "Contributed\u00a0byTianlun Jiang", + "rating": null, + "rating_count": 0, + "downloads": 86, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/ku_labler/", + "last_updated": "2020-03-02T11:29:12", + "scraped_at": "2026-01-25T05:37:36.750916+00:00" + }, + { + "id": "label-tracker-exports", + "name": "Label Tracker Exports", + "category": "python", + "subcategory": "nodegraph", + "author": "nfrancisj", + "description": "Contributed\u00a0byNicholas Joseph", + "rating": 5.0, + "rating_count": 0, + "downloads": 70, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/label-tracker-exports/", + "last_updated": "2021-05-26T11:50:03", + "scraped_at": "2026-01-25T05:37:36.751048+00:00" + }, + { + "id": "labelcraft-the-node-operator", + "name": "LabelCraft - The node operator", + "category": "python", + "subcategory": "nodegraph", + "author": "Cequinel", + "description": "Contributed\u00a0byLuciano Cequinel", + "rating": 5.0, + "rating_count": 0, + "downloads": 11, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/labelcraft-the-node-operator/", + "last_updated": "2026-01-12T11:30:09", + "scraped_at": "2026-01-25T05:37:36.751182+00:00" + }, + { + "id": "labeldots", + "name": "labelDots", + "category": "python", + "subcategory": "nodegraph", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 176, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/labeldots/", + "last_updated": "2012-10-09T16:14:28", + "scraped_at": "2026-01-25T05:37:36.751316+00:00" + }, + { + "id": "labelmaker", + "name": "Labelmaker", + "category": "python", + "subcategory": "nodegraph", + "author": "Charles Angus", + "description": "Contributed\u00a0byCharles Taylor", + "rating": null, + "rating_count": 0, + "downloads": 99, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/labelmaker/", + "last_updated": "2020-11-23T20:27:52", + "scraped_at": "2026-01-25T05:37:36.751447+00:00" + }, + { + "id": "lifetimeroto", + "name": "lifetimeRoto", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 319, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/lifetimeroto/", + "last_updated": "2016-04-03T07:12:01", + "scraped_at": "2026-01-25T05:37:36.751579+00:00" + }, + { + "id": "locknode", + "name": "lockNode", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 699, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/locknode/", + "last_updated": "2020-05-21T05:29:24", + "scraped_at": "2026-01-25T05:37:36.751709+00:00" + }, + { + "id": "lockviewer", + "name": "LockViewer", + "category": "python", + "subcategory": "nodegraph", + "author": "ewok", + "description": "Contributed\u00a0byMarc Mantei", + "rating": null, + "rating_count": 0, + "downloads": 525, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/lockviewer/", + "last_updated": "2012-03-01T02:00:54", + "scraped_at": "2026-01-25T05:37:36.751846+00:00" + }, + { + "id": "markers", + "name": "Markers", + "category": "python", + "subcategory": "nodegraph", + "author": "nickonstad", + "description": "Contributed\u00a0byNicholas Onstad", + "rating": null, + "rating_count": 0, + "downloads": 118, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/markers/", + "last_updated": "2023-12-06T23:49:17", + "scraped_at": "2026-01-25T05:37:36.751978+00:00" + }, + { + "id": "massive-panel", + "name": "Massive Panel", + "category": "python", + "subcategory": "nodegraph", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": 5.0, + "rating_count": 0, + "downloads": 1042, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/massive-panel/", + "last_updated": "2025-09-11T21:01:07", + "scraped_at": "2026-01-25T05:37:36.752110+00:00" + }, + { + "id": "merge-operations-commands", + "name": "Merge Operations Commands", + "category": "python", + "subcategory": "nodegraph", + "author": "JorgeHI", + "description": "Contributed\u00a0byJorge HI", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/merge-operations-commands/", + "last_updated": "2022-12-07T08:59:57", + "scraped_at": "2026-01-25T05:37:36.752241+00:00" + }, + { + "id": "merge_transforms_v2", + "name": "merge_transforms_v2", + "category": "python", + "subcategory": "nodegraph", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": null, + "rating_count": 0, + "downloads": 1722, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/merge_transforms_v2/", + "last_updated": "2021-03-28T21:41:15", + "scraped_at": "2026-01-25T05:37:36.752372+00:00" + }, + { + "id": "mergeconnect", + "name": "MergeConnect", + "category": "python", + "subcategory": "nodegraph", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 199, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/mergeconnect/", + "last_updated": "2021-04-13T08:35:20", + "scraped_at": "2026-01-25T05:37:36.752499+00:00" + }, + { + "id": "mirrornodes", + "name": "mirrorNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 804, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/mirrornodes/", + "last_updated": "2021-03-23T15:10:54", + "scraped_at": "2026-01-25T05:37:36.752629+00:00" + }, + { + "id": "missing-frame-detect", + "name": "Missing Frame Detect", + "category": "python", + "subcategory": "nodegraph", + "author": "JohnnyLee", + "description": "Contributed\u00a0byLee Yong Jun", + "rating": null, + "rating_count": 0, + "downloads": 7, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/missing-frame-detect/", + "last_updated": "2026-01-15T07:32:37", + "scraped_at": "2026-01-25T05:37:36.752763+00:00" + }, + { + "id": "mm_backdrop", + "name": "MM_Backdrop", + "category": "python", + "subcategory": "nodegraph", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": null, + "rating_count": 0, + "downloads": 269, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/mm_backdrop/", + "last_updated": "2024-04-07T03:49:20", + "scraped_at": "2026-01-25T05:37:36.752894+00:00" + }, + { + "id": "morerealistic-personal-pipeline-v10beta", + "name": "MoreRealistic Personal Pipeline v1.0(Beta)", + "category": "python", + "subcategory": "nodegraph", + "author": "BarryWang", + "description": "Contributed\u00a0byBarry Wang", + "rating": 5.0, + "rating_count": 0, + "downloads": 102, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/morerealistic-personal-pipeline-v10beta/", + "last_updated": "2023-02-06T14:29:08", + "scraped_at": "2026-01-25T05:37:36.753027+00:00" + }, + { + "id": "movenodes", + "name": "MoveNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "ewok", + "description": "Contributed\u00a0byMarc Mantei", + "rating": null, + "rating_count": 0, + "downloads": 238, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/movenodes/", + "last_updated": "2012-04-03T16:04:21", + "scraped_at": "2026-01-25T05:37:36.753160+00:00" + }, + { + "id": "multichannelsplit_v03", + "name": "MultiChannelSplit_v03", + "category": "python", + "subcategory": "nodegraph", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": 5.0, + "rating_count": 0, + "downloads": 1990, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/multichannelsplit_v03/", + "last_updated": "2014-11-27T02:21:52", + "scraped_at": "2026-01-25T05:37:36.753294+00:00" + }, + { + "id": "multiedit", + "name": "multiEdit", + "category": "python", + "subcategory": "nodegraph", + "author": "DrAbusen", + "description": "Contributed\u00a0byDavid Harter", + "rating": null, + "rating_count": 0, + "downloads": 508, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/multiedit/", + "last_updated": "2010-12-27T12:44:35", + "scraped_at": "2026-01-25T05:37:36.753470+00:00" + }, + { + "id": "multimerge", + "name": "multiMerge", + "category": "python", + "subcategory": "nodegraph", + "author": "insomniajohn", + "description": "Contributed\u00a0byJohn Stewart", + "rating": null, + "rating_count": 0, + "downloads": 295, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/multimerge/", + "last_updated": "2010-07-28T06:53:15", + "scraped_at": "2026-01-25T05:37:36.753630+00:00" + }, + { + "id": "navnodes", + "name": "NavNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 111, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/navnodes/", + "last_updated": "2012-06-29T02:55:42", + "scraped_at": "2026-01-25T05:37:36.753769+00:00" + }, + { + "id": "nelsig_connecttodot", + "name": "nelsig_connectToDot", + "category": "python", + "subcategory": "nodegraph", + "author": "nelsig", + "description": "Contributed\u00a0bynicolas elsig", + "rating": null, + "rating_count": 0, + "downloads": 40, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nelsig_connecttodot/", + "last_updated": "2020-05-09T14:40:50", + "scraped_at": "2026-01-25T05:37:36.753902+00:00" + }, + { + "id": "node-selector", + "name": "Node Selector", + "category": "python", + "subcategory": "nodegraph", + "author": "chun77129", + "description": "Contributed\u00a0byzijun zhang", + "rating": 5.0, + "rating_count": 0, + "downloads": 18, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/node-selector/", + "last_updated": "2025-12-15T16:58:11", + "scraped_at": "2026-01-25T05:37:36.754036+00:00" + }, + { + "id": "nodes-operator-spread-sheet-for-nuke-beta", + "name": "Node(s) Operator (Spread Sheet) for Nuke, BETA", + "category": "python", + "subcategory": "nodegraph", + "author": "faithcure", + "description": "Contributed\u00a0byfatih \u00fcnal", + "rating": null, + "rating_count": 0, + "downloads": 70, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nodes-operator-spread-sheet-for-nuke-beta/", + "last_updated": "2023-03-01T22:56:30", + "scraped_at": "2026-01-25T05:37:36.754170+00:00" + }, + { + "id": "nodesnapshot", + "name": "nodeSnapshot", + "category": "python", + "subcategory": "nodegraph", + "author": "pete.oconnell", + "description": "Contributed\u00a0byPete O'Connell", + "rating": null, + "rating_count": 0, + "downloads": 247, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nodesnapshot/", + "last_updated": "2013-05-15T06:26:03", + "scraped_at": "2026-01-25T05:37:36.754301+00:00" + }, + { + "id": "nshakeclone", + "name": "nShakeClone", + "category": "python", + "subcategory": "nodegraph", + "author": "JesseSpielman", + "description": "Contributed\u00a0byJesse Spielman", + "rating": null, + "rating_count": 0, + "downloads": 477, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nshakeclone/", + "last_updated": "2011-03-11T01:40:48", + "scraped_at": "2026-01-25T05:37:36.754430+00:00" + }, + { + "id": "nuke-grab-tool", + "name": "Nuke Grab Tool", + "category": "python", + "subcategory": "nodegraph", + "author": "themolx", + "description": "Contributed\u00a0byMartin Tomek", + "rating": 4.0, + "rating_count": 0, + "downloads": 40, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nuke-grab-tool/", + "last_updated": "2024-10-27T21:19:28", + "scraped_at": "2026-01-25T05:37:36.754561+00:00" + }, + { + "id": "nuke-studio-comp-cleaner", + "name": "Nuke Studio Comp Cleaner", + "category": "python", + "subcategory": "nodegraph", + "author": "fynnay", + "description": "Contributed\u00a0byFynn Laue", + "rating": null, + "rating_count": 0, + "downloads": 120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nuke-studio-comp-cleaner/", + "last_updated": "2016-07-30T19:35:03", + "scraped_at": "2026-01-25T05:37:36.754692+00:00" + }, + { + "id": "nuke_knob_changer", + "name": "Nuke_Knob_Changer", + "category": "python", + "subcategory": "nodegraph", + "author": "Dragoby", + "description": "Contributed\u00a0byJosh Robertson", + "rating": null, + "rating_count": 0, + "downloads": 249, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nuke_knob_changer/", + "last_updated": "2014-10-29T04:34:33", + "scraped_at": "2026-01-25T05:37:36.754825+00:00" + }, + { + "id": "nuke_node_linker", + "name": "nuke_node_linker", + "category": "python", + "subcategory": "nodegraph", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 51, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nuke_node_linker/", + "last_updated": "2019-05-06T08:13:15", + "scraped_at": "2026-01-25T05:37:36.754957+00:00" + }, + { + "id": "nuke_nodegraph_utils", + "name": "nuke_nodegraph_utils", + "category": "python", + "subcategory": "nodegraph", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": 5.0, + "rating_count": 0, + "downloads": 1225, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nuke_nodegraph_utils/", + "last_updated": "2022-06-06T11:34:41", + "scraped_at": "2026-01-25T05:37:36.755092+00:00" + }, + { + "id": "nuke_smart_nodes", + "name": "nuke_smart_nodes", + "category": "python", + "subcategory": "nodegraph", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 144, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/nuke_smart_nodes/", + "last_updated": "2020-01-06T06:08:03", + "scraped_at": "2026-01-25T05:37:36.755228+00:00" + }, + { + "id": "offbranch", + "name": "Offbranch", + "category": "python", + "subcategory": "nodegraph", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 211, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/offbranch/", + "last_updated": "2021-04-13T08:34:38", + "scraped_at": "2026-01-25T05:37:36.755363+00:00" + }, + { + "id": "opennclose", + "name": "openNclose", + "category": "python", + "subcategory": "nodegraph", + "author": "larswemmje", + "description": "Contributed\u00a0byLars Wemmje", + "rating": null, + "rating_count": 0, + "downloads": 309, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/opennclose/", + "last_updated": "2018-07-09T19:50:18", + "scraped_at": "2026-01-25T05:37:36.755496+00:00" + }, + { + "id": "oz_backdrop", + "name": "Oz_Backdrop", + "category": "python", + "subcategory": "nodegraph", + "author": "DBB", + "description": "Contributed\u00a0byOsvaldo Andreaus", + "rating": null, + "rating_count": 0, + "downloads": 281, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/oz_backdrop/", + "last_updated": "2023-05-31T11:21:21", + "scraped_at": "2026-01-25T05:37:36.755632+00:00" + }, + { + "id": "pass-separator", + "name": "Pass Separator", + "category": "python", + "subcategory": "nodegraph", + "author": "Luan_KOLB", + "description": "Contributed\u00a0byLuan KOLB", + "rating": 5.0, + "rating_count": 0, + "downloads": 38, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/pass-separator/", + "last_updated": "2025-12-18T22:54:12", + "scraped_at": "2026-01-25T05:37:36.755771+00:00" + }, + { + "id": "paste-for-all-nodes", + "name": "Paste for all nodes", + "category": "python", + "subcategory": "nodegraph", + "author": "a_riabkov", + "description": "Contributed\u00a0byAnton Riabkov", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/paste-for-all-nodes/", + "last_updated": "2023-01-18T11:11:56", + "scraped_at": "2026-01-25T05:37:36.755903+00:00" + }, + { + "id": "pasteforeachnode", + "name": "PasteForEachNode", + "category": "python", + "subcategory": "nodegraph", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 128, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/pasteforeachnode/", + "last_updated": "2019-02-21T16:47:20", + "scraped_at": "2026-01-25T05:37:36.756037+00:00" + }, + { + "id": "pastenote", + "name": "pasteNote", + "category": "python", + "subcategory": "nodegraph", + "author": "pbhat99", + "description": "Contributed\u00a0byPrasannakumar T Bhat", + "rating": null, + "rating_count": 0, + "downloads": 41, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/pastenote/", + "last_updated": "2019-01-24T15:19:38", + "scraped_at": "2026-01-25T05:37:36.756169+00:00" + }, + { + "id": "pastetoselected", + "name": "pasteToSelected", + "category": "python", + "subcategory": "nodegraph", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 1007, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/pastetoselected/", + "last_updated": "2012-02-20T02:44:08", + "scraped_at": "2026-01-25T05:37:36.756302+00:00" + }, + { + "id": "pastetransformation", + "name": "pasteTransformation", + "category": "python", + "subcategory": "nodegraph", + "author": "last_green", + "description": "Contributed\u00a0byVitaly Musatov", + "rating": null, + "rating_count": 0, + "downloads": 410, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/pastetransformation/", + "last_updated": "2024-01-22T13:37:10", + "scraped_at": "2026-01-25T05:37:36.756434+00:00" + }, + { + "id": "path-switch", + "name": "Path Switch", + "category": "python", + "subcategory": "nodegraph", + "author": "dubiella", + "description": "Contributed\u00a0bydiogo dubiella", + "rating": null, + "rating_count": 0, + "downloads": 298, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/path-switch/", + "last_updated": "2012-09-20T03:44:06", + "scraped_at": "2026-01-25T05:37:36.756567+00:00" + }, + { + "id": "postage-stamp-kit", + "name": "Postage Stamp kit", + "category": "python", + "subcategory": "nodegraph", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": 5.0, + "rating_count": 0, + "downloads": 477, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/postage-stamp-kit/", + "last_updated": "2015-04-30T18:19:29", + "scraped_at": "2026-01-25T05:37:36.756702+00:00" + }, + { + "id": "postage-stamptoggler", + "name": "Postage StampToggler", + "category": "python", + "subcategory": "nodegraph", + "author": "mohanpugaz", + "description": "Contributed\u00a0byMohan Pugaz", + "rating": null, + "rating_count": 0, + "downloads": 50, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/postage-stamptoggler/", + "last_updated": "2015-05-20T04:38:23", + "scraped_at": "2026-01-25T05:37:36.756837+00:00" + }, + { + "id": "postagestamp-copy-paste-fix", + "name": "PostageStamp Copy/Paste Fix", + "category": "python", + "subcategory": "nodegraph", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 558, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/postagestamp-copy-paste-fix/", + "last_updated": "2013-03-27T06:13:46", + "scraped_at": "2026-01-25T05:37:36.756969+00:00" + }, + { + "id": "postagestamp-from-node", + "name": "PostageStamp from Node", + "category": "python", + "subcategory": "nodegraph", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 314, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/postagestamp-from-node/", + "last_updated": "2011-08-25T22:51:23", + "scraped_at": "2026-01-25T05:37:36.757100+00:00" + }, + { + "id": "postagestampswitcher", + "name": "PostageStampSwitcher", + "category": "python", + "subcategory": "nodegraph", + "author": "jjohncorbett", + "description": "Contributed\u00a0byJohn Corbett", + "rating": null, + "rating_count": 0, + "downloads": 61, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/postagestampswitcher/", + "last_updated": "2015-02-14T04:45:24", + "scraped_at": "2026-01-25T05:37:36.757234+00:00" + }, + { + "id": "precomp-versiontolatest", + "name": "Precomp VersionToLatest", + "category": "python", + "subcategory": "nodegraph", + "author": "mattrichardson", + "description": "Contributed\u00a0byMatt Richardson", + "rating": null, + "rating_count": 0, + "downloads": 67, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/precomp-versiontolatest/", + "last_updated": "2014-06-26T02:49:37", + "scraped_at": "2026-01-25T05:37:36.757369+00:00" + }, + { + "id": "presetbackdrop", + "name": "presetBackdrop", + "category": "python", + "subcategory": "nodegraph", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 2856, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/presetbackdrop/", + "last_updated": "2011-08-24T12:34:50", + "scraped_at": "2026-01-25T05:37:36.757502+00:00" + }, + { + "id": "printknobs", + "name": "printKnobs", + "category": "python", + "subcategory": "nodegraph", + "author": "fredrik", + "description": "Contributed\u00a0byFredrik Averpil", + "rating": null, + "rating_count": 0, + "downloads": 131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/printknobs/", + "last_updated": "2011-12-23T05:03:36", + "scraped_at": "2026-01-25T05:37:36.757633+00:00" + }, + { + "id": "productivity_scripts_hub", + "name": "productivity_scripts_hub", + "category": "python", + "subcategory": "nodegraph", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 916, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/productivity_scripts_hub/", + "last_updated": "2023-10-09T20:45:38", + "scraped_at": "2026-01-25T05:37:36.757770+00:00" + }, + { + "id": "proexr_nuke_comp_builder", + "name": "ProEXR_Nuke_Comp_Builder", + "category": "python", + "subcategory": "nodegraph", + "author": "fnordware", + "description": "Contributed\u00a0byBrendan Bolles", + "rating": null, + "rating_count": 0, + "downloads": 347, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/proexr_nuke_comp_builder/", + "last_updated": "2012-05-02T02:35:36", + "scraped_at": "2026-01-25T05:37:36.757904+00:00" + }, + { + "id": "propertiestoggle", + "name": "propertiesToggle", + "category": "python", + "subcategory": "nodegraph", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 108, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/propertiestoggle/", + "last_updated": "2019-05-05T23:01:35", + "scraped_at": "2026-01-25T05:37:36.758037+00:00" + }, + { + "id": "psd_breakout", + "name": "PSD_BREAKOUT", + "category": "python", + "subcategory": "nodegraph", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": null, + "rating_count": 0, + "downloads": 294, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/psd_breakout/", + "last_updated": "2024-09-27T12:06:29", + "scraped_at": "2026-01-25T05:37:36.758173+00:00" + }, + { + "id": "push_nodes", + "name": "push_nodes", + "category": "python", + "subcategory": "nodegraph", + "author": "filmkorn", + "description": "Contributed\u00a0byMitja M\u00fcller-Jend", + "rating": null, + "rating_count": 0, + "downloads": 142, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/push_nodes/", + "last_updated": "2019-07-20T21:50:43", + "scraped_at": "2026-01-25T05:37:36.758322+00:00" + }, + { + "id": "quick-node-variable-assignment", + "name": "Quick node variable assignment", + "category": "python", + "subcategory": "nodegraph", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 104, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/quick-node-variable-assignment/", + "last_updated": "2010-08-13T02:28:52", + "scraped_at": "2026-01-25T05:37:36.758527+00:00" + }, + { + "id": "quickview", + "name": "QuickView", + "category": "python", + "subcategory": "nodegraph", + "author": "blempereur", + "description": "Contributed\u00a0byBertrand Lempereur", + "rating": null, + "rating_count": 0, + "downloads": 71, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/quickview/", + "last_updated": "2011-07-09T11:48:00", + "scraped_at": "2026-01-25T05:37:36.758739+00:00" + }, + { + "id": "read-from-write", + "name": "Read From Write", + "category": "python", + "subcategory": "nodegraph", + "author": "marek.bires", + "description": "Contributed\u00a0byMarek Bires", + "rating": null, + "rating_count": 0, + "downloads": 41, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/read-from-write/", + "last_updated": "2025-10-30T19:59:26", + "scraped_at": "2026-01-25T05:37:36.758942+00:00" + }, + { + "id": "readmyscript", + "name": "readMyScript", + "category": "python", + "subcategory": "nodegraph", + "author": "yota00", + "description": "Contributed\u00a0byromain Bouvard", + "rating": null, + "rating_count": 0, + "downloads": 70, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/readmyscript/", + "last_updated": "2014-11-14T05:15:25", + "scraped_at": "2026-01-25T05:37:36.759125+00:00" + }, + { + "id": "reload-all-reload-able-nodes", + "name": "Reload All Reload-able nodes", + "category": "python", + "subcategory": "nodegraph", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 940, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/reload-all-reload-able-nodes/", + "last_updated": "2010-08-13T02:28:52", + "scraped_at": "2026-01-25T05:37:36.759328+00:00" + }, + { + "id": "relocatedot", + "name": "relocateDot", + "category": "python", + "subcategory": "nodegraph", + "author": "nachoigea", + "description": "Contributed\u00a0byNacho Igea", + "rating": null, + "rating_count": 0, + "downloads": 31, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/relocatedot/", + "last_updated": "2021-04-21T06:51:00", + "scraped_at": "2026-01-25T05:37:36.759525+00:00" + }, + { + "id": "remove-selected-layers", + "name": "Remove Selected Layers", + "category": "python", + "subcategory": "nodegraph", + "author": "Mostafa Khaled", + "description": "Contributed\u00a0byMostafa Khaled", + "rating": null, + "rating_count": 0, + "downloads": 75, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/remove-selected-layers/", + "last_updated": "2023-07-14T16:17:53", + "scraped_at": "2026-01-25T05:37:36.759691+00:00" + }, + { + "id": "renamenodespanel", + "name": "RenameNodesPanel", + "category": "python", + "subcategory": "nodegraph", + "author": "elephantplus", + "description": "Contributed\u00a0byHiroshi Iwamoto", + "rating": null, + "rating_count": 0, + "downloads": 146, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/renamenodespanel/", + "last_updated": "2011-08-11T00:20:13", + "scraped_at": "2026-01-25T05:37:36.759838+00:00" + }, + { + "id": "reorderbackdrops", + "name": "reorderBackDrops", + "category": "python", + "subcategory": "nodegraph", + "author": "lozo", + "description": "Contributed\u00a0bylozo 3d", + "rating": null, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/reorderbackdrops/", + "last_updated": "2013-02-01T02:22:28", + "scraped_at": "2026-01-25T05:37:36.759975+00:00" + }, + { + "id": "replace-trackers", + "name": "Replace Trackers", + "category": "python", + "subcategory": "nodegraph", + "author": "svena", + "description": "Contributed\u00a0bySven Ahlstrom", + "rating": null, + "rating_count": 0, + "downloads": 50, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/replace-trackers/", + "last_updated": "2018-12-17T19:58:43", + "scraped_at": "2026-01-25T05:37:36.760108+00:00" + }, + { + "id": "replacechecker", + "name": "replaceChecker", + "category": "python", + "subcategory": "nodegraph", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/replacechecker/", + "last_updated": "2010-06-16T05:57:47", + "scraped_at": "2026-01-25T05:37:36.760243+00:00" + }, + { + "id": "replacenodes", + "name": "replaceNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 409, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/replacenodes/", + "last_updated": "2010-12-21T09:50:26", + "scraped_at": "2026-01-25T05:37:36.760379+00:00" + }, + { + "id": "roto-to-rotopaint", + "name": "Roto to Rotopaint", + "category": "python", + "subcategory": "nodegraph", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 155, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/roto-to-rotopaint/", + "last_updated": "2025-11-07T23:30:01", + "scraped_at": "2026-01-25T05:37:36.760512+00:00" + }, + { + "id": "rvdropping", + "name": "rvDropping", + "category": "python", + "subcategory": "nodegraph", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 230, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/rvdropping/", + "last_updated": "2012-04-11T05:50:52", + "scraped_at": "2026-01-25T05:37:36.760644+00:00" + }, + { + "id": "sbn-align-read-nodes", + "name": "sbn Align Read Nodes", + "category": "python", + "subcategory": "nodegraph", + "author": "Sebastian Faber", + "description": "Contributed\u00a0bySebastian Faber", + "rating": null, + "rating_count": 0, + "downloads": 330, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/sbn-align-read-nodes/", + "last_updated": "2020-04-27T02:43:19", + "scraped_at": "2026-01-25T05:37:36.760776+00:00" + }, + { + "id": "scale-selected-nodes-script", + "name": "Scale Selected Nodes Script", + "category": "python", + "subcategory": "nodegraph", + "author": "yogi_211181", + "description": "Contributed\u00a0byyogesh Nalawade", + "rating": null, + "rating_count": 0, + "downloads": 32, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/scale-selected-nodes-script/", + "last_updated": "2024-12-29T12:54:19", + "scraped_at": "2026-01-25T05:37:36.760908+00:00" + }, + { + "id": "scalecornerpin", + "name": "scaleCornerpin", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 52, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/scalecornerpin/", + "last_updated": "2016-06-21T03:46:35", + "scraped_at": "2026-01-25T05:37:36.761036+00:00" + }, + { + "id": "scalenodes", + "name": "scaleNodes", + "category": "python", + "subcategory": "nodegraph", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 698, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/scalenodes/", + "last_updated": "2012-02-07T11:16:46", + "scraped_at": "2026-01-25T05:37:36.761166+00:00" + }, + { + "id": "scissor-tool", + "name": "Scissor Tool", + "category": "python", + "subcategory": "nodegraph", + "author": "jorritSchulte", + "description": "Contributed\u00a0byJorrit Schulte", + "rating": 4.5, + "rating_count": 0, + "downloads": 54, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/scissor-tool/", + "last_updated": "2026-01-15T09:33:41", + "scraped_at": "2026-01-25T05:37:36.761298+00:00" + }, + { + "id": "selected-boundingboxes-to-b", + "name": "Selected BoundingBoxes to B!", + "category": "python", + "subcategory": "nodegraph", + "author": "JoeyKakbek", + "description": "Contributed\u00a0bydaniel van der Kaaden", + "rating": null, + "rating_count": 0, + "downloads": 22, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/selected-boundingboxes-to-b/", + "last_updated": "2020-06-26T18:10:47", + "scraped_at": "2026-01-25T05:37:36.761429+00:00" + }, + { + "id": "selectupdown", + "name": "selectUpDown", + "category": "python", + "subcategory": "nodegraph", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 303, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/selectupdown/", + "last_updated": "2012-04-26T04:18:53", + "scraped_at": "2026-01-25T05:37:36.761561+00:00" + }, + { + "id": "set-bbox-to-b-side", + "name": "Set BBox to 'B' side", + "category": "python", + "subcategory": "nodegraph", + "author": "ieatvfxforbreakfast", + "description": "Contributed\u00a0byHarrison Ly", + "rating": null, + "rating_count": 0, + "downloads": 216, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/set-bbox-to-b-side/", + "last_updated": "2012-06-12T03:18:30", + "scraped_at": "2026-01-25T05:37:36.761691+00:00" + }, + { + "id": "setproject", + "name": "SetProject", + "category": "python", + "subcategory": "nodegraph", + "author": "nara", + "description": "Contributed\u00a0byNarayani Andrade", + "rating": null, + "rating_count": 0, + "downloads": 166, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/setproject/", + "last_updated": "2016-02-11T07:48:10", + "scraped_at": "2026-01-25T05:37:36.761825+00:00" + }, + { + "id": "setrotolifetimeall", + "name": "SetRotoLifetimeAll", + "category": "python", + "subcategory": "nodegraph", + "author": "ewok", + "description": "Contributed\u00a0byMarc Mantei", + "rating": null, + "rating_count": 0, + "downloads": 324, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/setrotolifetimeall/", + "last_updated": "2012-03-14T04:07:53", + "scraped_at": "2026-01-25T05:37:36.761957+00:00" + }, + { + "id": "setvalue", + "name": "setValue", + "category": "python", + "subcategory": "nodegraph", + "author": "fredrik", + "description": "Contributed\u00a0byFredrik Averpil", + "rating": null, + "rating_count": 0, + "downloads": 192, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/setvalue/", + "last_updated": "2011-12-23T05:01:33", + "scraped_at": "2026-01-25T05:37:36.762089+00:00" + }, + { + "id": "shotgundropper", + "name": "ShotGunDropper", + "category": "python", + "subcategory": "nodegraph", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 1293, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/shotgundropper/", + "last_updated": "2019-08-13T13:18:56", + "scraped_at": "2026-01-25T05:37:36.762221+00:00" + }, + { + "id": "showmetadata", + "name": "showmetadata", + "category": "python", + "subcategory": "nodegraph", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/showmetadata/", + "last_updated": "2010-07-13T22:11:21", + "scraped_at": "2026-01-25T05:37:36.762351+00:00" + }, + { + "id": "showpigstk", + "name": "showPigsTK", + "category": "python", + "subcategory": "nodegraph", + "author": "Chim", + "description": "Contributed\u00a0byTimur Khodzhaev", + "rating": null, + "rating_count": 0, + "downloads": 134, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/showpigstk/", + "last_updated": "2015-09-23T12:10:56", + "scraped_at": "2026-01-25T05:37:36.762482+00:00" + }, + { + "id": "shuffle-auto-label", + "name": "Shuffle Auto Label", + "category": "python", + "subcategory": "nodegraph", + "author": "kogukas", + "description": "Contributed\u00a0byKirill Pleshakov", + "rating": null, + "rating_count": 0, + "downloads": 138, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/shuffle-auto-label/", + "last_updated": "2021-02-09T13:25:39", + "scraped_at": "2026-01-25T05:37:36.762611+00:00" + }, + { + "id": "shuffle-switcher", + "name": "Shuffle switcher", + "category": "python", + "subcategory": "nodegraph", + "author": "a_riabkov", + "description": "Contributed\u00a0byAnton Riabkov", + "rating": null, + "rating_count": 0, + "downloads": 200, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/shuffle-switcher/", + "last_updated": "2023-04-23T22:46:35", + "scraped_at": "2026-01-25T05:37:36.762751+00:00" + }, + { + "id": "shuffle_auto", + "name": "shuffle_auto", + "category": "python", + "subcategory": "nodegraph", + "author": "duckydave", + "description": "Contributed\u00a0byDavid Francois", + "rating": 5.0, + "rating_count": 0, + "downloads": 40, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/shuffle_auto/", + "last_updated": "2024-12-06T12:59:21", + "scraped_at": "2026-01-25T05:37:36.762881+00:00" + }, + { + "id": "shufflechannels", + "name": "shuffleChannels", + "category": "python", + "subcategory": "nodegraph", + "author": "paurocher", + "description": "Contributed\u00a0byPau Rocher", + "rating": null, + "rating_count": 0, + "downloads": 656, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/shufflechannels/", + "last_updated": "2012-10-13T07:20:01", + "scraped_at": "2026-01-25T05:37:36.763012+00:00" + }, + { + "id": "shufflechannels-python-3-update", + "name": "shuffleChannels Python 3 update", + "category": "python", + "subcategory": "nodegraph", + "author": "jjohncorbett", + "description": "Contributed\u00a0byJohn Corbett", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/shufflechannels-python-3-update/", + "last_updated": "2022-04-26T12:02:10", + "scraped_at": "2026-01-25T05:37:36.763143+00:00" + }, + { + "id": "shufflecyclelayers", + "name": "ShuffleCycleLayers", + "category": "python", + "subcategory": "nodegraph", + "author": "CreativeLyons", + "description": "Contributed\u00a0byTony Lyons", + "rating": null, + "rating_count": 0, + "downloads": 194, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/shufflecyclelayers/", + "last_updated": "2021-05-19T09:34:42", + "scraped_at": "2026-01-25T05:37:36.763274+00:00" + }, + { + "id": "shufflefromviewer", + "name": "shuffleFromViewer", + "category": "python", + "subcategory": "nodegraph", + "author": "Conrad", + "description": "Contributed\u00a0byConrad Olson", + "rating": null, + "rating_count": 0, + "downloads": 185, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/shufflefromviewer/", + "last_updated": "2020-12-15T11:17:59", + "scraped_at": "2026-01-25T05:37:36.763408+00:00" + }, + { + "id": "smartmerge", + "name": "smartMerge", + "category": "python", + "subcategory": "nodegraph", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 184, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/smartmerge/", + "last_updated": "2020-11-15T05:52:10", + "scraped_at": "2026-01-25T05:37:36.763543+00:00" + }, + { + "id": "smartshuffle", + "name": "SmartShuffle", + "category": "python", + "subcategory": "nodegraph", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": null, + "rating_count": 0, + "downloads": 259, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/smartshuffle/", + "last_updated": "2015-08-21T21:33:36", + "scraped_at": "2026-01-25T05:37:36.763678+00:00" + }, + { + "id": "smarttransform", + "name": "smartTransform", + "category": "python", + "subcategory": "nodegraph", + "author": "lamakaha", + "description": "Contributed\u00a0byAlexey Kuchinski", + "rating": 5.0, + "rating_count": 0, + "downloads": 77, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/smarttransform/", + "last_updated": "2015-08-20T16:45:05", + "scraped_at": "2026-01-25T05:37:36.763814+00:00" + }, + { + "id": "splitchannels", + "name": "splitChannels", + "category": "python", + "subcategory": "nodegraph", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 287, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/splitchannels/", + "last_updated": "2010-07-09T01:13:56", + "scraped_at": "2026-01-25T05:37:36.763943+00:00" + }, + { + "id": "splitlayers", + "name": "splitLayers", + "category": "python", + "subcategory": "nodegraph", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 263, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/splitlayers/", + "last_updated": "2010-07-09T01:16:52", + "scraped_at": "2026-01-25T05:37:36.764077+00:00" + }, + { + "id": "sticky_backdrop", + "name": "sticky_backdrop", + "category": "python", + "subcategory": "nodegraph", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 50, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/sticky_backdrop/", + "last_updated": "2022-06-03T14:49:46", + "scraped_at": "2026-01-25T05:37:36.764206+00:00" + }, + { + "id": "stickynotecolor", + "name": "StickyNoteColor", + "category": "python", + "subcategory": "nodegraph", + "author": "jacobnolan", + "description": "Contributed\u00a0byJacob Nolan", + "rating": null, + "rating_count": 0, + "downloads": 57, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/stickynotecolor/", + "last_updated": "2016-12-28T23:06:43", + "scraped_at": "2026-01-25T05:37:36.764338+00:00" + }, + { + "id": "superswap", + "name": "superSwap", + "category": "python", + "subcategory": "nodegraph", + "author": "Chim", + "description": "Contributed\u00a0byTimur Khodzhaev", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/superswap/", + "last_updated": "2015-09-23T11:23:07", + "scraped_at": "2026-01-25T05:37:36.764470+00:00" + }, + { + "id": "swapoutnode", + "name": "swapOutNode", + "category": "python", + "subcategory": "nodegraph", + "author": "nathan.rusch", + "description": "Contributed\u00a0byNathan Rusch", + "rating": null, + "rating_count": 0, + "downloads": 232, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/swapoutnode/", + "last_updated": "2012-02-06T03:41:40", + "scraped_at": "2026-01-25T05:37:36.764602+00:00" + }, + { + "id": "sync-knob-value", + "name": "Sync knob value", + "category": "python", + "subcategory": "nodegraph", + "author": "hslth", + "description": "Contributed\u00a0byTae Hyung Lee", + "rating": null, + "rating_count": 0, + "downloads": 149, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/sync-knob-value/", + "last_updated": "2016-01-21T09:53:45", + "scraped_at": "2026-01-25T05:37:36.764736+00:00" + }, + { + "id": "t_autodot", + "name": "T_autoDot", + "category": "python", + "subcategory": "nodegraph", + "author": "tiniii", + "description": "Contributed\u00a0byTing-Jung Hsu", + "rating": null, + "rating_count": 0, + "downloads": 204, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/t_autodot/", + "last_updated": "2019-10-21T05:53:10", + "scraped_at": "2026-01-25T05:37:36.764865+00:00" + }, + { + "id": "thumbnailer", + "name": "thumbnailer", + "category": "python", + "subcategory": "nodegraph", + "author": "jbills", + "description": "Contributed\u00a0byJ Bills", + "rating": null, + "rating_count": 0, + "downloads": 303, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/thumbnailer/", + "last_updated": "2012-01-20T10:08:53", + "scraped_at": "2026-01-25T05:37:36.764994+00:00" + }, + { + "id": "toggle_merge", + "name": "Toggle_Merge", + "category": "python", + "subcategory": "nodegraph", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 7, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/toggle_merge/", + "last_updated": "2021-05-01T16:50:27", + "scraped_at": "2026-01-25T05:37:36.765122+00:00" + }, + { + "id": "toggle_merge-1", + "name": "Toggle_Merge", + "category": "python", + "subcategory": "nodegraph", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 110, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/toggle_merge-1/", + "last_updated": "2021-05-26T01:35:59", + "scraped_at": "2026-01-25T05:37:36.765246+00:00" + }, + { + "id": "trackconnect", + "name": "TrackConnect", + "category": "python", + "subcategory": "nodegraph", + "author": "mjustison", + "description": "Contributed\u00a0byMark Justison", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/trackconnect/", + "last_updated": "2016-04-29T00:23:51", + "scraped_at": "2026-01-25T05:37:36.765371+00:00" + }, + { + "id": "tracker-to-roto-1", + "name": "Tracker to Roto", + "category": "python", + "subcategory": "nodegraph", + "author": "DeusAleeex", + "description": "Contributed\u00a0byAlex Frost", + "rating": null, + "rating_count": 0, + "downloads": 92, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/tracker-to-roto-1/", + "last_updated": "2024-02-14T05:34:07", + "scraped_at": "2026-01-25T05:37:36.765498+00:00" + }, + { + "id": "tracker-to-roto", + "name": "Tracker To Roto", + "category": "python", + "subcategory": "nodegraph", + "author": "nara", + "description": "Contributed\u00a0byNarayani Andrade", + "rating": null, + "rating_count": 0, + "downloads": 13, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/tracker-to-roto/", + "last_updated": "2016-01-12T01:36:16", + "scraped_at": "2026-01-25T05:37:36.765624+00:00" + }, + { + "id": "tracker-to-roto-2", + "name": "Tracker To Roto", + "category": "python", + "subcategory": "nodegraph", + "author": "nah.andrad", + "description": "Contributed\u00a0bynara andrade", + "rating": null, + "rating_count": 0, + "downloads": 444, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/tracker-to-roto-2/", + "last_updated": "2016-02-11T05:52:13", + "scraped_at": "2026-01-25T05:37:36.765757+00:00" + }, + { + "id": "tracker-to-roto-rotopaint", + "name": "Tracker to Roto/Rotopaint", + "category": "python", + "subcategory": "nodegraph", + "author": "asmith1776", + "description": "Contributed\u00a0byadam smith", + "rating": null, + "rating_count": 0, + "downloads": 150, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/tracker-to-roto-rotopaint/", + "last_updated": "2022-12-04T17:33:13", + "scraped_at": "2026-01-25T05:37:36.765884+00:00" + }, + { + "id": "trackroto", + "name": "trackRoto", + "category": "python", + "subcategory": "nodegraph", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 191, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/trackroto/", + "last_updated": "2017-05-12T10:20:31", + "scraped_at": "2026-01-25T05:37:36.766013+00:00" + }, + { + "id": "transformnodestools", + "name": "TransformNodesTools", + "category": "python", + "subcategory": "nodegraph", + "author": "vincentlanger", + "description": "Contributed\u00a0byVincent Langer", + "rating": null, + "rating_count": 0, + "downloads": 162, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/transformnodestools/", + "last_updated": "2013-11-05T02:15:10", + "scraped_at": "2026-01-25T05:37:36.766137+00:00" + }, + { + "id": "turbonode", + "name": "TurboNode", + "category": "python", + "subcategory": "nodegraph", + "author": "mattroe", + "description": "Contributed\u00a0byMatt Roe", + "rating": null, + "rating_count": 0, + "downloads": 94, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/turbonode/", + "last_updated": "2020-03-04T22:08:16", + "scraped_at": "2026-01-25T05:37:36.766265+00:00" + }, + { + "id": "universal_colorpanel", + "name": "Universal_ColorPanel", + "category": "python", + "subcategory": "nodegraph", + "author": "Nitinkashyap", + "description": "Contributed\u00a0byNitin Kashyap", + "rating": null, + "rating_count": 0, + "downloads": 4, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/universal_colorpanel/", + "last_updated": "2026-01-15T06:42:58", + "scraped_at": "2026-01-25T05:37:36.766394+00:00" + }, + { + "id": "version-to-latest", + "name": "Version To Latest", + "category": "python", + "subcategory": "nodegraph", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 475, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/version-to-latest/", + "last_updated": "2012-03-22T07:33:29", + "scraped_at": "2026-01-25T05:37:36.766522+00:00" + }, + { + "id": "viewer-freezer", + "name": "Viewer Freezer", + "category": "python", + "subcategory": "nodegraph", + "author": "MitchellK", + "description": "Contributed\u00a0byMitchell Kehn", + "rating": null, + "rating_count": 0, + "downloads": 70, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/viewer-freezer/", + "last_updated": "2019-12-20T10:51:59", + "scraped_at": "2026-01-25T05:37:36.766648+00:00" + }, + { + "id": "vp-lord-of-nodes", + "name": "VP Lord of Nodes", + "category": "python", + "subcategory": "nodegraph", + "author": "NyanNyanGringo", + "description": "Contributed\u00a0byVladislav Parfentev", + "rating": null, + "rating_count": 0, + "downloads": 130, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/vp-lord-of-nodes/", + "last_updated": "2023-06-09T21:09:35", + "scraped_at": "2026-01-25T05:37:36.766779+00:00" + }, + { + "id": "vp-my-little-helpers", + "name": "VP My Little Helpers", + "category": "python", + "subcategory": "nodegraph", + "author": "NyanNyanGringo", + "description": "Contributed\u00a0byVladislav Parfentev", + "rating": null, + "rating_count": 0, + "downloads": 97, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/vp-my-little-helpers/", + "last_updated": "2026-01-11T01:37:02", + "scraped_at": "2026-01-25T05:37:36.766905+00:00" + }, + { + "id": "vp_w_hotbox_scripts", + "name": "VP_W_hotbox_Scripts", + "category": "python", + "subcategory": "nodegraph", + "author": "NyanNyanGringo", + "description": "Contributed\u00a0byVladislav Parfentev", + "rating": null, + "rating_count": 0, + "downloads": 493, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/vp_w_hotbox_scripts/", + "last_updated": "2023-05-20T01:15:00", + "scraped_at": "2026-01-25T05:37:36.767033+00:00" + }, + { + "id": "w_backdropper", + "name": "W_backdropper", + "category": "python", + "subcategory": "nodegraph", + "author": "WouterGilsing", + "description": "Contributed\u00a0byWouter Gilsing", + "rating": 5.0, + "rating_count": 0, + "downloads": 301, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/w_backdropper/", + "last_updated": "2018-02-07T12:30:09", + "scraped_at": "2026-01-25T05:37:36.767163+00:00" + }, + { + "id": "w_scaletree", + "name": "W_scaleTree", + "category": "python", + "subcategory": "nodegraph", + "author": "WouterGilsing", + "description": "Contributed\u00a0byWouter Gilsing", + "rating": 5.0, + "rating_count": 0, + "downloads": 2166, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/w_scaletree/", + "last_updated": "2018-03-07T21:01:02", + "scraped_at": "2026-01-25T05:37:36.767291+00:00" + }, + { + "id": "w_smartalign", + "name": "W_smartAlign", + "category": "python", + "subcategory": "nodegraph", + "author": "WouterGilsing", + "description": "Contributed\u00a0byWouter Gilsing", + "rating": 5.0, + "rating_count": 0, + "downloads": 2174, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/w_smartalign/", + "last_updated": "2016-05-27T08:32:17", + "scraped_at": "2026-01-25T05:37:36.767416+00:00" + }, + { + "id": "ym_alignnodes-node-align-tool", + "name": "Ym_alignNodes -node align tool-", + "category": "python", + "subcategory": "nodegraph", + "author": "mat_uno", + "description": "Contributed\u00a0byYosuke Matsuno", + "rating": null, + "rating_count": 0, + "downloads": 639, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/nodegraph/ym_alignnodes-node-align-tool/", + "last_updated": "2011-03-11T01:40:48", + "scraped_at": "2026-01-25T05:37:36.767540+00:00" + }, + { + "id": "aesnapshot", + "name": "aeSnapShot", + "category": "python", + "subcategory": "ui", + "author": "aitor10995", + "description": "Contributed\u00a0byAitor Echeveste", + "rating": null, + "rating_count": 0, + "downloads": 570, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/aesnapshot/", + "last_updated": "2021-08-02T22:26:37", + "scraped_at": "2026-01-25T05:37:38.500776+00:00" + }, + { + "id": "animation-maker", + "name": "Animation Maker", + "category": "python", + "subcategory": "ui", + "author": "David Emeny", + "description": "Contributed\u00a0byDavid Emeny", + "rating": 4.6, + "rating_count": 0, + "downloads": 3433, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/animation-maker/", + "last_updated": "2025-09-28T00:30:58", + "scraped_at": "2026-01-25T05:37:38.500922+00:00" + }, + { + "id": "ap_autocopy", + "name": "AP_Autocopy", + "category": "python", + "subcategory": "ui", + "author": "alexander055", + "description": "Contributed\u00a0byAndrea Perisano", + "rating": null, + "rating_count": 0, + "downloads": 113, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/ap_autocopy/", + "last_updated": "2019-01-08T03:08:09", + "scraped_at": "2026-01-25T05:37:38.501050+00:00" + }, + { + "id": "auto-creation-of-menu-items-for-gizmos-menupy", + "name": "AUTO CREATION OF MENU ITEMS FOR GIZMOS. (MENU.PY)", + "category": "python", + "subcategory": "ui", + "author": "Johnson322", + "description": "Contributed\u00a0byJustin Johnson", + "rating": null, + "rating_count": 0, + "downloads": 3067, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/auto-creation-of-menu-items-for-gizmos-menupy/", + "last_updated": "2011-02-09T02:00:05", + "scraped_at": "2026-01-25T05:37:38.501177+00:00" + }, + { + "id": "autocrop_mb", + "name": "autoCrop_MB", + "category": "python", + "subcategory": "ui", + "author": "mrjack81", + "description": "Contributed\u00a0byJack Hughes", + "rating": null, + "rating_count": 0, + "downloads": 645, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/autocrop_mb/", + "last_updated": "2019-03-16T07:27:50", + "scraped_at": "2026-01-25T05:37:38.501301+00:00" + }, + { + "id": "backdrop-manager", + "name": "Backdrop Manager", + "category": "python", + "subcategory": "ui", + "author": "attackid", + "description": "Contributed\u00a0byMichael De Caria", + "rating": null, + "rating_count": 0, + "downloads": 464, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/backdrop-manager/", + "last_updated": "2014-10-11T07:26:34", + "scraped_at": "2026-01-25T05:37:38.501424+00:00" + }, + { + "id": "backdrop-palette", + "name": "Backdrop Palette", + "category": "python", + "subcategory": "ui", + "author": "mbort", + "description": "Contributed\u00a0byMarcelo F. Bortolini", + "rating": null, + "rating_count": 0, + "downloads": 920, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/backdrop-palette/", + "last_updated": "2018-02-13T23:38:46", + "scraped_at": "2026-01-25T05:37:38.501547+00:00" + }, + { + "id": "batchrender", + "name": "BatchRender", + "category": "python", + "subcategory": "ui", + "author": "1XingHuan", + "description": "Contributed\u00a0byhuan xing", + "rating": null, + "rating_count": 0, + "downloads": 1013, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/batchrender/", + "last_updated": "2018-07-09T15:30:55", + "scraped_at": "2026-01-25T05:37:38.501672+00:00" + }, + { + "id": "bi_nodepresets", + "name": "bi_nodePresets", + "category": "python", + "subcategory": "ui", + "author": "borisignjatovic", + "description": "Contributed\u00a0byBoris Ignjatovic", + "rating": null, + "rating_count": 0, + "downloads": 129, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/bi_nodepresets/", + "last_updated": "2014-02-19T02:02:39", + "scraped_at": "2026-01-25T05:37:38.501799+00:00" + }, + { + "id": "bufferreport", + "name": "BufferReport", + "category": "python", + "subcategory": "ui", + "author": "filmkorn", + "description": "Contributed\u00a0byMitja M\u00fcller-Jend", + "rating": null, + "rating_count": 0, + "downloads": 347, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/bufferreport/", + "last_updated": "2019-07-25T08:16:04", + "scraped_at": "2026-01-25T05:37:38.501923+00:00" + }, + { + "id": "changeknob-panel", + "name": "ChangeKnob Panel", + "category": "python", + "subcategory": "ui", + "author": "Yx and Dot", + "description": "Contributed\u00a0byY x", + "rating": null, + "rating_count": 0, + "downloads": 32, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/changeknob-panel/", + "last_updated": "2025-05-09T00:41:13", + "scraped_at": "2026-01-25T05:37:38.502049+00:00" + }, + { + "id": "channel-hotbox", + "name": "Channel Hotbox", + "category": "python", + "subcategory": "ui", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": 5.0, + "rating_count": 0, + "downloads": 3163, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/channel-hotbox/", + "last_updated": "2021-10-12T08:54:04", + "scraped_at": "2026-01-25T05:37:38.502174+00:00" + }, + { + "id": "closeallproperties", + "name": "CloseAllProperties", + "category": "python", + "subcategory": "ui", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 342, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/closeallproperties/", + "last_updated": "2019-05-01T07:33:01", + "scraped_at": "2026-01-25T05:37:38.502299+00:00" + }, + { + "id": "compcat", + "name": "CompCat", + "category": "python", + "subcategory": "ui", + "author": "Mervin", + "description": "Contributed\u00a0byMervin van Brakel", + "rating": null, + "rating_count": 0, + "downloads": 73, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/compcat/", + "last_updated": "2023-05-07T14:38:56", + "scraped_at": "2026-01-25T05:37:38.502423+00:00" + }, + { + "id": "connect_dots", + "name": "connect_dots", + "category": "python", + "subcategory": "ui", + "author": "spoon48", + "description": "Contributed\u00a0byLukas L\u00f6ffler", + "rating": 5.0, + "rating_count": 0, + "downloads": 202, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/connect_dots/", + "last_updated": "2023-12-21T09:29:07", + "scraped_at": "2026-01-25T05:37:38.502545+00:00" + }, + { + "id": "custom-radial-node", + "name": "Custom Radial node", + "category": "python", + "subcategory": "ui", + "author": "clay", + "description": "Contributed\u00a0byAndi Novianto", + "rating": null, + "rating_count": 0, + "downloads": 223, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/custom-radial-node/", + "last_updated": "2015-10-07T10:25:01", + "scraped_at": "2026-01-25T05:37:38.502668+00:00" + }, + { + "id": "cycle_vlut", + "name": "cycle_vlut", + "category": "python", + "subcategory": "ui", + "author": "bend", + "description": "Contributed\u00a0byBen Dickson", + "rating": null, + "rating_count": 0, + "downloads": 95, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/cycle_vlut/", + "last_updated": "2011-07-20T03:37:30", + "scraped_at": "2026-01-25T05:37:38.502794+00:00" + }, + { + "id": "disable-middle-click-zoom-out", + "name": "Disable middle click zoom out", + "category": "python", + "subcategory": "ui", + "author": "ytrox", + "description": "Contributed\u00a0byyuri carrara", + "rating": null, + "rating_count": 0, + "downloads": 423, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/disable-middle-click-zoom-out/", + "last_updated": "2020-10-10T21:01:19", + "scraped_at": "2026-01-25T05:37:38.502917+00:00" + }, + { + "id": "disable_mmb_zoom", + "name": "disable_mmb_zoom", + "category": "python", + "subcategory": "ui", + "author": "bobman", + "description": "Contributed\u00a0byAdam Bob Kelway", + "rating": 5.0, + "rating_count": 0, + "downloads": 3, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/disable_mmb_zoom/", + "last_updated": "2026-01-23T13:01:10", + "scraped_at": "2026-01-25T05:37:38.503039+00:00" + }, + { + "id": "dl_aces_setup", + "name": "DL_ACES_Setup", + "category": "python", + "subcategory": "ui", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": null, + "rating_count": 0, + "downloads": 124, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/dl_aces_setup/", + "last_updated": "2022-03-18T12:49:10", + "scraped_at": "2026-01-25T05:37:38.503163+00:00" + }, + { + "id": "dl_setkeyknobs", + "name": "DL_SetKeyKnobs", + "category": "python", + "subcategory": "ui", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": null, + "rating_count": 0, + "downloads": 40, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/dl_setkeyknobs/", + "last_updated": "2022-03-18T12:48:59", + "scraped_at": "2026-01-25T05:37:38.503287+00:00" + }, + { + "id": "element-browserulaavi", + "name": "Element browser(Ulaavi)", + "category": "python", + "subcategory": "ui", + "author": "Arunbabus", + "description": "Contributed\u00a0byArun Babu", + "rating": null, + "rating_count": 0, + "downloads": 1192, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/element-browserulaavi/", + "last_updated": "2022-03-22T04:04:20", + "scraped_at": "2026-01-25T05:37:38.503412+00:00" + }, + { + "id": "errorreport", + "name": "errorReport", + "category": "python", + "subcategory": "ui", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 292, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/errorreport/", + "last_updated": "2014-05-20T04:14:34", + "scraped_at": "2026-01-25T05:37:38.503536+00:00" + }, + { + "id": "export_dependencies_n", + "name": "export_dependencies_n", + "category": "python", + "subcategory": "ui", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 59, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/export_dependencies_n/", + "last_updated": "2023-03-21T17:59:01", + "scraped_at": "2026-01-25T05:37:38.503660+00:00" + }, + { + "id": "exprprompt", + "name": "ExprPrompt", + "category": "python", + "subcategory": "ui", + "author": "tianlunjiang", + "description": "Contributed\u00a0byTianlun Jiang", + "rating": 5.0, + "rating_count": 0, + "downloads": 119, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/exprprompt/", + "last_updated": "2020-05-12T12:45:45", + "scraped_at": "2026-01-25T05:37:38.503788+00:00" + }, + { + "id": "extendedhotkeys", + "name": "ExtendedHotkeys", + "category": "python", + "subcategory": "ui", + "author": "Ahuge", + "description": "Contributed\u00a0byAlex Hughes", + "rating": null, + "rating_count": 0, + "downloads": 75, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/extendedhotkeys/", + "last_updated": "2021-06-03T04:56:52", + "scraped_at": "2026-01-25T05:37:38.503915+00:00" + }, + { + "id": "ez-dollar-gui", + "name": "Ez Dollar GUI", + "category": "python", + "subcategory": "ui", + "author": "nfrancisj", + "description": "Contributed\u00a0byNicholas Joseph", + "rating": null, + "rating_count": 0, + "downloads": 52, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/ez-dollar-gui/", + "last_updated": "2021-06-12T10:30:33", + "scraped_at": "2026-01-25T05:37:38.504037+00:00" + }, + { + "id": "flame-viewer", + "name": "Flame Viewer", + "category": "python", + "subcategory": "ui", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": null, + "rating_count": 0, + "downloads": 103, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/flame-viewer/", + "last_updated": "2015-04-12T00:00:50", + "scraped_at": "2026-01-25T05:37:38.504159+00:00" + }, + { + "id": "fov-panel", + "name": "FOV Panel", + "category": "python", + "subcategory": "ui", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 1320, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/fov-panel/", + "last_updated": "2011-10-19T07:32:34", + "scraped_at": "2026-01-25T05:37:38.504282+00:00" + }, + { + "id": "frameserverstatus", + "name": "frameServerStatus", + "category": "python", + "subcategory": "ui", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 118, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/frameserverstatus/", + "last_updated": "2019-05-06T08:12:29", + "scraped_at": "2026-01-25T05:37:38.504404+00:00" + }, + { + "id": "frm_seankalra", + "name": "FRM_SeanKalra", + "category": "python", + "subcategory": "ui", + "author": "seankalra", + "description": "Contributed\u00a0bySean Kalra", + "rating": null, + "rating_count": 0, + "downloads": 67, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/frm_seankalra/", + "last_updated": "2015-05-19T04:56:35", + "scraped_at": "2026-01-25T05:37:38.504527+00:00" + }, + { + "id": "h_nuke", + "name": "h_nuke", + "category": "python", + "subcategory": "ui", + "author": "Ripaxx", + "description": "Contributed\u00a0byRion .", + "rating": null, + "rating_count": 0, + "downloads": 108, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/h_nuke/", + "last_updated": "2019-04-08T07:40:47", + "scraped_at": "2026-01-25T05:37:38.504648+00:00" + }, + { + "id": "hg_play-readnode-external", + "name": "HG_play readnode external", + "category": "python", + "subcategory": "ui", + "author": "hossam.galal", + "description": "Contributed\u00a0byhossam galal", + "rating": null, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/hg_play-readnode-external/", + "last_updated": "2023-09-03T21:12:13", + "scraped_at": "2026-01-25T05:37:38.504775+00:00" + }, + { + "id": "iconpanel", + "name": "IconPanel", + "category": "python", + "subcategory": "ui", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 594, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/iconpanel/", + "last_updated": "2011-05-24T09:40:59", + "scraped_at": "2026-01-25T05:37:38.504899+00:00" + }, + { + "id": "jfx_utils", + "name": "JFX_utils", + "category": "python", + "subcategory": "ui", + "author": "JustinGD", + "description": "Contributed\u00a0byJustin GD", + "rating": null, + "rating_count": 0, + "downloads": 81, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/jfx_utils/", + "last_updated": "2015-02-01T00:44:03", + "scraped_at": "2026-01-25T05:37:38.505023+00:00" + }, + { + "id": "kawaii-mode-4-nuke", + "name": "Kawaii Mode 4 Nuke", + "category": "python", + "subcategory": "ui", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 5.0, + "rating_count": 0, + "downloads": 277, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/kawaii-mode-4-nuke/", + "last_updated": "2023-07-18T09:23:40", + "scraped_at": "2026-01-25T05:37:38.505145+00:00" + }, + { + "id": "keepsome", + "name": "KeepSome", + "category": "python", + "subcategory": "ui", + "author": "3mp7y", + "description": "Contributed\u00a0byromain biermann", + "rating": null, + "rating_count": 0, + "downloads": 150, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/keepsome/", + "last_updated": "2022-06-06T23:15:02", + "scraped_at": "2026-01-25T05:37:38.505268+00:00" + }, + { + "id": "knobscripter", + "name": "KnobScripter", + "category": "python", + "subcategory": "ui", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 3856, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/knobscripter/", + "last_updated": "2024-01-16T01:44:28", + "scraped_at": "2026-01-25T05:37:38.505392+00:00" + }, + { + "id": "label-connector", + "name": "Label Connector", + "category": "python", + "subcategory": "ui", + "author": "lukasschwabe", + "description": "Contributed\u00a0byLukas Schwabe", + "rating": null, + "rating_count": 0, + "downloads": 436, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/label-connector/", + "last_updated": "2025-02-11T07:59:48", + "scraped_at": "2026-01-25T05:37:38.505515+00:00" + }, + { + "id": "labelthisknob", + "name": "labelThisKnob", + "category": "python", + "subcategory": "ui", + "author": "pushkarevalexandr", + "description": "Contributed\u00a0byAleksandr Pushkarev", + "rating": null, + "rating_count": 0, + "downloads": 101, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/labelthisknob/", + "last_updated": "2023-01-23T12:39:33", + "scraped_at": "2026-01-25T05:37:38.505638+00:00" + }, + { + "id": "layershuffler", + "name": "LayerShuffler", + "category": "python", + "subcategory": "ui", + "author": "Kalogane", + "description": "Contributed\u00a0byKaloyan Ganev", + "rating": null, + "rating_count": 0, + "downloads": 1311, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/layershuffler/", + "last_updated": "2018-06-27T10:26:21", + "scraped_at": "2026-01-25T05:37:38.505763+00:00" + }, + { + "id": "leave-selected-false", + "name": "Leave Selected False", + "category": "python", + "subcategory": "ui", + "author": "WhiteTotoro", + "description": "Contributed\u00a0byAlexandr Marchenko", + "rating": null, + "rating_count": 0, + "downloads": 101, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/leave-selected-false/", + "last_updated": "2023-01-25T04:11:13", + "scraped_at": "2026-01-25T05:37:38.505886+00:00" + }, + { + "id": "lock_viewer_pipes", + "name": "lock_viewer_pipes", + "category": "python", + "subcategory": "ui", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 249, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/lock_viewer_pipes/", + "last_updated": "2017-09-18T18:42:11", + "scraped_at": "2026-01-25T05:37:38.506008+00:00" + }, + { + "id": "mergebox", + "name": "mergeBox", + "category": "python", + "subcategory": "ui", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 280, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/mergebox/", + "last_updated": "2017-08-12T22:55:10", + "scraped_at": "2026-01-25T05:37:38.506130+00:00" + }, + { + "id": "mtool-frame-tag", + "name": "MTool Frame Tag", + "category": "python", + "subcategory": "ui", + "author": "mohsin", + "description": "Contributed\u00a0byMohsin kazi", + "rating": null, + "rating_count": 0, + "downloads": 60, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/mtool-frame-tag/", + "last_updated": "2018-01-20T14:03:04", + "scraped_at": "2026-01-25T05:37:38.506252+00:00" + }, + { + "id": "nktools", + "name": "NKtools", + "category": "python", + "subcategory": "ui", + "author": "nkpa", + "description": "Contributed\u00a0byNanao Kawaoka", + "rating": null, + "rating_count": 0, + "downloads": 53, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/nktools/", + "last_updated": "2020-12-08T01:55:25", + "scraped_at": "2026-01-25T05:37:38.506375+00:00" + }, + { + "id": "node-color-cycler", + "name": "Node Color Cycler", + "category": "python", + "subcategory": "ui", + "author": "MinnazRehman", + "description": "Contributed\u00a0byMinnaz Rehman", + "rating": null, + "rating_count": 0, + "downloads": 14, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/node-color-cycler/", + "last_updated": "2025-08-19T05:49:24", + "scraped_at": "2026-01-25T05:37:38.506497+00:00" + }, + { + "id": "nodetable", + "name": "NodeTable", + "category": "python", + "subcategory": "ui", + "author": "filmkorn", + "description": "Contributed\u00a0byMitja M\u00fcller-Jend", + "rating": null, + "rating_count": 0, + "downloads": 1024, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/nodetable/", + "last_updated": "2022-04-28T16:40:14", + "scraped_at": "2026-01-25T05:37:38.506621+00:00" + }, + { + "id": "nth_hotbox", + "name": "nth_Hotbox", + "category": "python", + "subcategory": "ui", + "author": "nachoigea", + "description": "Contributed\u00a0byNacho Igea", + "rating": null, + "rating_count": 0, + "downloads": 143, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/nth_hotbox/", + "last_updated": "2021-06-15T10:13:23", + "scraped_at": "2026-01-25T05:37:38.506747+00:00" + }, + { + "id": "nuke_color_harmony", + "name": "nuke_color_harmony", + "category": "python", + "subcategory": "ui", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/nuke_color_harmony/", + "last_updated": "2023-03-05T22:34:00", + "scraped_at": "2026-01-25T05:37:38.506870+00:00" + }, + { + "id": "nuke_ldpk_menucreator", + "name": "Nuke_LDPK_MenuCreator", + "category": "python", + "subcategory": "ui", + "author": "pushkarevalexandr", + "description": "Contributed\u00a0byAleksandr Pushkarev", + "rating": null, + "rating_count": 0, + "downloads": 107, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/nuke_ldpk_menucreator/", + "last_updated": "2024-12-14T13:28:55", + "scraped_at": "2026-01-25T05:37:38.506992+00:00" + }, + { + "id": "nukefilebrowser", + "name": "NukeFileBrowser", + "category": "python", + "subcategory": "ui", + "author": "rameshbabuvfx", + "description": "Contributed\u00a0byramesh babu", + "rating": null, + "rating_count": 0, + "downloads": 451, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/nukefilebrowser/", + "last_updated": "2021-06-17T01:54:59", + "scraped_at": "2026-01-25T05:37:38.507116+00:00" + }, + { + "id": "nukepluginmanager", + "name": "NukePluginManager", + "category": "python", + "subcategory": "ui", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": 5.0, + "rating_count": 0, + "downloads": 297, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/nukepluginmanager/", + "last_updated": "2014-05-28T04:25:05", + "scraped_at": "2026-01-25T05:37:38.507239+00:00" + }, + { + "id": "nukereminder", + "name": "NukeReminder", + "category": "python", + "subcategory": "ui", + "author": "indianfilmsupply", + "description": "Contributed\u00a0byramesh kanna", + "rating": null, + "rating_count": 0, + "downloads": 95, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/nukereminder/", + "last_updated": "2021-05-31T19:01:14", + "scraped_at": "2026-01-25T05:37:38.507363+00:00" + }, + { + "id": "openbasenode", + "name": "openBaseNode", + "category": "python", + "subcategory": "ui", + "author": "last_green", + "description": "Contributed\u00a0byVitaly Musatov", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/openbasenode/", + "last_updated": "2016-07-16T18:31:49", + "scraped_at": "2026-01-25T05:37:38.507487+00:00" + }, + { + "id": "paintflip", + "name": "Paintflip", + "category": "python", + "subcategory": "ui", + "author": "asmith1776", + "description": "Contributed\u00a0byadam smith", + "rating": null, + "rating_count": 0, + "downloads": 49, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/paintflip/", + "last_updated": "2022-12-04T17:33:21", + "scraped_at": "2026-01-25T05:37:38.507609+00:00" + }, + { + "id": "paste-hidden", + "name": "Paste Hidden", + "category": "python", + "subcategory": "ui", + "author": "Charles Angus", + "description": "Contributed\u00a0byCharles Taylor", + "rating": null, + "rating_count": 0, + "downloads": 35, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/paste-hidden/", + "last_updated": "2024-02-06T12:58:03", + "scraped_at": "2026-01-25T05:37:38.507739+00:00" + }, + { + "id": "pipelinecore_nuke_tools_installer", + "name": "PipelineCore_nuke_tools_installer", + "category": "python", + "subcategory": "ui", + "author": "Nitinkashyap", + "description": "Contributed\u00a0byNitin Kashyap", + "rating": null, + "rating_count": 0, + "downloads": 7, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/pipelinecore_nuke_tools_installer/", + "last_updated": "2026-01-15T06:14:03", + "scraped_at": "2026-01-25T05:37:38.507861+00:00" + }, + { + "id": "profile-inspector", + "name": "Profile Inspector", + "category": "python", + "subcategory": "ui", + "author": "Virgil89", + "description": "Contributed\u00a0byVirgil Sisoe", + "rating": null, + "rating_count": 0, + "downloads": 120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/profile-inspector/", + "last_updated": "2022-04-18T09:26:07", + "scraped_at": "2026-01-25T05:37:38.507984+00:00" + }, + { + "id": "project-browser", + "name": "Project Browser", + "category": "python", + "subcategory": "ui", + "author": "clrck", + "description": "Contributed\u00a0byKostiantyn Kokariev", + "rating": null, + "rating_count": 0, + "downloads": 116, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/project-browser/", + "last_updated": "2024-08-08T04:49:45", + "scraped_at": "2026-01-25T05:37:38.508106+00:00" + }, + { + "id": "pyqt-with-non-modal-widgets", + "name": "PyQt with non-modal widgets", + "category": "python", + "subcategory": "ui", + "author": "mfickett", + "description": "Contributed\u00a0byMark Fickett", + "rating": null, + "rating_count": 0, + "downloads": 335, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/pyqt-with-non-modal-widgets/", + "last_updated": "2010-07-14T07:15:26", + "scraped_at": "2026-01-25T05:37:38.508230+00:00" + }, + { + "id": "quickcreate-for-nuke", + "name": "QuickCreate for Nuke", + "category": "python", + "subcategory": "ui", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 738, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/quickcreate-for-nuke/", + "last_updated": "2017-06-23T06:59:55", + "scraped_at": "2026-01-25T05:37:38.508357+00:00" + }, + { + "id": "quickscript", + "name": "QuickScript", + "category": "python", + "subcategory": "ui", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": null, + "rating_count": 0, + "downloads": 133, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/quickscript/", + "last_updated": "2023-06-15T09:07:52", + "scraped_at": "2026-01-25T05:37:38.508482+00:00" + }, + { + "id": "quickshortcuteditor", + "name": "QuickShortcutEditor", + "category": "python", + "subcategory": "ui", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 296, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/quickshortcuteditor/", + "last_updated": "2019-02-07T01:08:53", + "scraped_at": "2026-01-25T05:37:38.508604+00:00" + }, + { + "id": "readchecker-versioning-validation-tool-for", + "name": "ReadChecker - Versioning Validation Tool for Read Nodes in Nuke", + "category": "python", + "subcategory": "ui", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": 5.0, + "rating_count": 0, + "downloads": 131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/readchecker-versioning-validation-tool-for/", + "last_updated": "2023-08-30T16:18:29", + "scraped_at": "2026-01-25T05:37:38.508727+00:00" + }, + { + "id": "refreshviewer", + "name": "refreshViewer", + "category": "python", + "subcategory": "ui", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 168, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/refreshviewer/", + "last_updated": "2019-05-09T18:17:33", + "scraped_at": "2026-01-25T05:37:38.508853+00:00" + }, + { + "id": "rippleeditonoff", + "name": "rippleEditOnOff", + "category": "python", + "subcategory": "ui", + "author": "satheesh", + "description": "Contributed\u00a0bysatheesh R", + "rating": null, + "rating_count": 0, + "downloads": 120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/rippleeditonoff/", + "last_updated": "2014-10-12T12:11:10", + "scraped_at": "2026-01-25T05:37:38.508976+00:00" + }, + { + "id": "rv-launcher", + "name": "RV Launcher", + "category": "python", + "subcategory": "ui", + "author": "lucky105123", + "description": "Contributed\u00a0byLokesh Gangare", + "rating": 5.0, + "rating_count": 0, + "downloads": 51, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/rv-launcher/", + "last_updated": "2025-11-21T20:23:59", + "scraped_at": "2026-01-25T05:37:38.509102+00:00" + }, + { + "id": "scalebox", + "name": "scaleBox", + "category": "python", + "subcategory": "ui", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 104, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/scalebox/", + "last_updated": "2017-03-13T13:07:55", + "scraped_at": "2026-01-25T05:37:38.509228+00:00" + }, + { + "id": "searchreplacepanel", + "name": "SearchReplacePanel", + "category": "python", + "subcategory": "ui", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 2888, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/searchreplacepanel/", + "last_updated": "2021-05-13T13:44:12", + "scraped_at": "2026-01-25T05:37:38.509355+00:00" + }, + { + "id": "sequenceloader", + "name": "SequenceLoader", + "category": "python", + "subcategory": "ui", + "author": "tianlunjiang", + "description": "Contributed\u00a0byTianlun Jiang", + "rating": null, + "rating_count": 0, + "downloads": 87, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/sequenceloader/", + "last_updated": "2020-08-07T07:32:30", + "scraped_at": "2026-01-25T05:37:38.509479+00:00" + }, + { + "id": "set-input-frame-range", + "name": "Set Input Frame Range", + "category": "python", + "subcategory": "ui", + "author": "seankalra", + "description": "Contributed\u00a0bySean Kalra", + "rating": null, + "rating_count": 0, + "downloads": 93, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/set-input-frame-range/", + "last_updated": "2016-01-26T02:21:33", + "scraped_at": "2026-01-25T05:37:38.509620+00:00" + }, + { + "id": "sharedtoolsets", + "name": "SharedToolSets", + "category": "python", + "subcategory": "ui", + "author": "last_green", + "description": "Contributed\u00a0byVitaly Musatov", + "rating": null, + "rating_count": 0, + "downloads": 980, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/sharedtoolsets/", + "last_updated": "2024-01-22T13:30:55", + "scraped_at": "2026-01-25T05:37:38.509838+00:00" + }, + { + "id": "shortcut-editor", + "name": "Shortcut Editor", + "category": "python", + "subcategory": "ui", + "author": "bend", + "description": "Contributed\u00a0byBen Dickson", + "rating": 4.0, + "rating_count": 0, + "downloads": 3684, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/shortcut-editor/", + "last_updated": "2021-08-17T13:56:10", + "scraped_at": "2026-01-25T05:37:38.510081+00:00" + }, + { + "id": "shortcut-manager", + "name": "Shortcut Manager", + "category": "python", + "subcategory": "ui", + "author": "har8unyan", + "description": "Contributed\u00a0byHarut Harutyunyan", + "rating": null, + "rating_count": 0, + "downloads": 61, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/shortcut-manager/", + "last_updated": "2020-02-13T10:25:33", + "scraped_at": "2026-01-25T05:37:38.510283+00:00" + }, + { + "id": "simple-viewer-lock", + "name": "Simple Viewer Lock", + "category": "python", + "subcategory": "ui", + "author": "Charles Angus", + "description": "Contributed\u00a0byCharles Taylor", + "rating": null, + "rating_count": 0, + "downloads": 77, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/simple-viewer-lock/", + "last_updated": "2024-02-09T13:54:48", + "scraped_at": "2026-01-25T05:37:38.510477+00:00" + }, + { + "id": "smart-path-fixer", + "name": "Smart Path Fixer", + "category": "python", + "subcategory": "ui", + "author": "lucky105123", + "description": "Contributed\u00a0byLokesh Gangare", + "rating": 5.0, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/smart-path-fixer/", + "last_updated": "2025-11-21T20:00:17", + "scraped_at": "2026-01-25T05:37:38.510626+00:00" + }, + { + "id": "smoothscrub", + "name": "SmoothScrub", + "category": "python", + "subcategory": "ui", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 529, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/smoothscrub/", + "last_updated": "2020-07-27T10:51:10", + "scraped_at": "2026-01-25T05:37:38.510775+00:00" + }, + { + "id": "stores", + "name": "Stores", + "category": "python", + "subcategory": "ui", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 406, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/stores/", + "last_updated": "2010-06-16T05:58:12", + "scraped_at": "2026-01-25T05:37:38.510910+00:00" + }, + { + "id": "tabtabtab", + "name": "tabtabtab", + "category": "python", + "subcategory": "ui", + "author": "bend", + "description": "Contributed\u00a0byBen Dickson", + "rating": null, + "rating_count": 0, + "downloads": 964, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/tabtabtab/", + "last_updated": "2018-08-12T02:26:47", + "scraped_at": "2026-01-25T05:37:38.511041+00:00" + }, + { + "id": "tabtabtablegacy", + "name": "tabtabtabLegacy", + "category": "python", + "subcategory": "ui", + "author": "nofxboy1234", + "description": "Contributed\u00a0byDylan Palmboom", + "rating": null, + "rating_count": 0, + "downloads": 97, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/tabtabtablegacy/", + "last_updated": "2012-03-03T05:28:57", + "scraped_at": "2026-01-25T05:37:38.511215+00:00" + }, + { + "id": "the-version-changer", + "name": "The Version Changer", + "category": "python", + "subcategory": "ui", + "author": "tomer.ep1@gmail.com", + "description": "Contributed\u00a0byTomer Epshtein", + "rating": null, + "rating_count": 0, + "downloads": 155, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/the-version-changer/", + "last_updated": "2017-10-20T21:04:37", + "scraped_at": "2026-01-25T05:37:38.511343+00:00" + }, + { + "id": "thumbnail", + "name": "thumbnail", + "category": "python", + "subcategory": "ui", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 187, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/thumbnail/", + "last_updated": "2015-04-06T22:02:42", + "scraped_at": "2026-01-25T05:37:38.511472+00:00" + }, + { + "id": "todolist", + "name": "ToDoList", + "category": "python", + "subcategory": "ui", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 1685, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/todolist/", + "last_updated": "2021-03-23T15:38:08", + "scraped_at": "2026-01-25T05:37:38.511597+00:00" + }, + { + "id": "toolbox", + "name": "TOOLBOX", + "category": "python", + "subcategory": "ui", + "author": "1XingHuan", + "description": "Contributed\u00a0byhuan xing", + "rating": null, + "rating_count": 0, + "downloads": 23, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/toolbox/", + "last_updated": "2017-02-21T12:37:08", + "scraped_at": "2026-01-25T05:37:38.511732+00:00" + }, + { + "id": "toqueio-search-replace-panel", + "name": "ToqueIO: Search Replace Panel", + "category": "python", + "subcategory": "ui", + "author": "Dragoby", + "description": "Contributed\u00a0byJosh Robertson", + "rating": null, + "rating_count": 0, + "downloads": 130, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/toqueio-search-replace-panel/", + "last_updated": "2022-01-25T16:13:23", + "scraped_at": "2026-01-25T05:37:38.511860+00:00" + }, + { + "id": "ulaavi", + "name": "Ulaavi", + "category": "python", + "subcategory": "ui", + "author": "Arunbabus", + "description": "Contributed\u00a0byArun Babu", + "rating": null, + "rating_count": 0, + "downloads": 162, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/ulaavi/", + "last_updated": "2025-03-25T11:47:51", + "scraped_at": "2026-01-25T05:37:38.511989+00:00" + }, + { + "id": "userplugins", + "name": "UserPlugIns", + "category": "python", + "subcategory": "ui", + "author": "leander", + "description": "Contributed\u00a0byLeander Burgmer", + "rating": null, + "rating_count": 0, + "downloads": 87, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/userplugins/", + "last_updated": "2017-01-26T02:27:44", + "scraped_at": "2026-01-25T05:37:38.512117+00:00" + }, + { + "id": "viewer-input-presets", + "name": "viewer Input presets", + "category": "python", + "subcategory": "ui", + "author": "mrhowardjones", + "description": "Contributed\u00a0byHoward Jones", + "rating": null, + "rating_count": 0, + "downloads": 425, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/viewer-input-presets/", + "last_updated": "2013-05-20T03:45:11", + "scraped_at": "2026-01-25T05:37:38.512241+00:00" + }, + { + "id": "viewer-lock-1", + "name": "Viewer Lock", + "category": "python", + "subcategory": "ui", + "author": "mattroe", + "description": "Contributed\u00a0byMatt Roe", + "rating": null, + "rating_count": 0, + "downloads": 864, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/viewer-lock-1/", + "last_updated": "2024-06-11T06:30:59", + "scraped_at": "2026-01-25T05:37:38.512365+00:00" + }, + { + "id": "viewer-lock", + "name": "Viewer Lock", + "category": "python", + "subcategory": "ui", + "author": "Charles Angus", + "description": "Contributed\u00a0byCharles Taylor", + "rating": null, + "rating_count": 0, + "downloads": 17, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/viewer-lock/", + "last_updated": "2024-02-06T12:56:43", + "scraped_at": "2026-01-25T05:37:38.512491+00:00" + }, + { + "id": "viewermod", + "name": "viewerMod", + "category": "python", + "subcategory": "ui", + "author": "paurocher", + "description": "Contributed\u00a0byPau Rocher", + "rating": null, + "rating_count": 0, + "downloads": 173, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/viewermod/", + "last_updated": "2011-01-26T06:30:56", + "scraped_at": "2026-01-25T05:37:38.512621+00:00" + }, + { + "id": "viewerpointsto3d", + "name": "viewerPointsTo3D", + "category": "python", + "subcategory": "ui", + "author": "jeangjenq", + "description": "Contributed\u00a0byJeang Jenq Loh", + "rating": null, + "rating_count": 0, + "downloads": 62, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/viewerpointsto3d/", + "last_updated": "2022-05-31T21:57:45", + "scraped_at": "2026-01-25T05:37:38.512754+00:00" + }, + { + "id": "viewersync", + "name": "viewerSync", + "category": "python", + "subcategory": "ui", + "author": "philhub", + "description": "Contributed\u00a0byPhilippe HUBERDEAU", + "rating": null, + "rating_count": 0, + "downloads": 267, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/viewersync/", + "last_updated": "2012-12-10T16:27:04", + "scraped_at": "2026-01-25T05:37:38.512882+00:00" + }, + { + "id": "w_dontusenativemenubar", + "name": "W_dontUseNativeMenuBar", + "category": "python", + "subcategory": "ui", + "author": "WouterGilsing", + "description": "Contributed\u00a0byWouter Gilsing", + "rating": null, + "rating_count": 0, + "downloads": 80, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/w_dontusenativemenubar/", + "last_updated": "2018-12-10T13:57:52", + "scraped_at": "2026-01-25T05:37:38.513010+00:00" + }, + { + "id": "w_hotbox", + "name": "W_hotbox", + "category": "python", + "subcategory": "ui", + "author": "WouterGilsing", + "description": "Contributed\u00a0byWouter Gilsing", + "rating": 4.7894736842105265, + "rating_count": 0, + "downloads": 8990, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/w_hotbox/", + "last_updated": "2025-03-16T11:21:10", + "scraped_at": "2026-01-25T05:37:38.513143+00:00" + }, + { + "id": "w_movemenu", + "name": "W_moveMenu", + "category": "python", + "subcategory": "ui", + "author": "WouterGilsing", + "description": "Contributed\u00a0byWouter Gilsing", + "rating": 5.0, + "rating_count": 0, + "downloads": 341, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/w_movemenu/", + "last_updated": "2017-07-04T19:04:41", + "scraped_at": "2026-01-25T05:37:38.513271+00:00" + }, + { + "id": "welcomescreen", + "name": "WelcomeScreen", + "category": "python", + "subcategory": "ui", + "author": "1XingHuan", + "description": "Contributed\u00a0byhuan xing", + "rating": null, + "rating_count": 0, + "downloads": 223, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/welcomescreen/", + "last_updated": "2017-03-06T15:18:28", + "scraped_at": "2026-01-25T05:37:38.513403+00:00" + }, + { + "id": "work_table1_1", + "name": "work_table1_1", + "category": "python", + "subcategory": "ui", + "author": "Liuxiaobo", + "description": "Contributed\u00a0byxiaobo liu", + "rating": null, + "rating_count": 0, + "downloads": 56, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/work_table1_1/", + "last_updated": "2020-09-03T11:27:55", + "scraped_at": "2026-01-25T05:37:38.513531+00:00" + }, + { + "id": "zen-of-python-greeting", + "name": "Zen of Python Greeting", + "category": "python", + "subcategory": "ui", + "author": "lorkowlu", + "description": "Contributed\u00a0byLukas Lorkowski", + "rating": null, + "rating_count": 0, + "downloads": 37, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/zen-of-python-greeting/", + "last_updated": "2023-12-15T15:50:39", + "scraped_at": "2026-01-25T05:37:38.513659+00:00" + }, + { + "id": "zooom", + "name": "zooom", + "category": "python", + "subcategory": "ui", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 238, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/ui/zooom/", + "last_updated": "2015-03-25T22:37:27", + "scraped_at": "2026-01-25T05:37:38.513786+00:00" + }, + { + "id": "ndeepautocrop", + "name": "nDeepAutocrop", + "category": "python", + "subcategory": "deep", + "author": "borsarinicola", + "description": "Contributed\u00a0byNicola Borsari", + "rating": null, + "rating_count": 0, + "downloads": 128, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/python/deep/ndeepautocrop/", + "last_updated": "2018-08-13T12:24:25", + "scraped_at": "2026-01-25T05:37:40.161632+00:00" + }, + { + "id": "aton", + "name": "ATON", + "category": "plugins", + "subcategory": "image", + "author": "Sosoyan", + "description": "Contributed\u00a0byVahan Sosoyan", + "rating": null, + "rating_count": 0, + "downloads": 396, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/aton/", + "last_updated": "2017-02-14T06:36:23", + "scraped_at": "2026-01-25T05:37:41.810623+00:00" + }, + { + "id": "brawreader-v10", + "name": "brawReader v1.0", + "category": "plugins", + "subcategory": "image", + "author": "hendrik", + "description": "Contributed\u00a0byHendrik Proosa", + "rating": null, + "rating_count": 0, + "downloads": 161, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/brawreader-v10/", + "last_updated": "2020-05-12T11:55:17", + "scraped_at": "2026-01-25T05:37:41.810770+00:00" + }, + { + "id": "js_colorcube", + "name": "js_ColorCube", + "category": "plugins", + "subcategory": "image", + "author": "johannes", + "description": "Contributed\u00a0byJohannes Saam", + "rating": null, + "rating_count": 0, + "downloads": 348, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/js_colorcube/", + "last_updated": "2010-06-06T13:00:41", + "scraped_at": "2026-01-25T05:37:41.810897+00:00" + }, + { + "id": "library_mf", + "name": "library_MF", + "category": "plugins", + "subcategory": "image", + "author": "doda", + "description": "Contributed\u00a0bymahmoud farouk", + "rating": null, + "rating_count": 0, + "downloads": 112, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/library_mf/", + "last_updated": "2023-03-18T12:29:59", + "scraped_at": "2026-01-25T05:37:41.811024+00:00" + }, + { + "id": "movreader_osx32", + "name": "movReader_OSX32", + "category": "plugins", + "subcategory": "image", + "author": "adyrian", + "description": "Contributed\u00a0byAdrian Baltowski", + "rating": null, + "rating_count": 0, + "downloads": 136, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/movreader_osx32/", + "last_updated": "2011-07-28T03:55:34", + "scraped_at": "2026-01-25T05:37:41.811148+00:00" + }, + { + "id": "movwriter", + "name": "movWriter", + "category": "plugins", + "subcategory": "image", + "author": "adyrian", + "description": "Contributed\u00a0byAdrian Baltowski", + "rating": null, + "rating_count": 0, + "downloads": 579, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/movwriter/", + "last_updated": "2010-12-19T08:15:07", + "scraped_at": "2026-01-25T05:37:41.811297+00:00" + }, + { + "id": "mvsky", + "name": "mvSky", + "category": "plugins", + "subcategory": "image", + "author": "thorsten", + "description": "Contributed\u00a0byThorsten Kaufmann", + "rating": null, + "rating_count": 0, + "downloads": 158, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/mvsky/", + "last_updated": "2010-09-24T03:21:05", + "scraped_at": "2026-01-25T05:37:41.811422+00:00" + }, + { + "id": "nukej2k", + "name": "nukej2k", + "category": "plugins", + "subcategory": "image", + "author": "gatgui", + "description": "Contributed\u00a0byGaetan Guidet", + "rating": null, + "rating_count": 0, + "downloads": 123, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/nukej2k/", + "last_updated": "2011-02-05T02:46:57", + "scraped_at": "2026-01-25T05:37:41.811547+00:00" + }, + { + "id": "plotscanline", + "name": "plotScanline", + "category": "plugins", + "subcategory": "image", + "author": "catalin", + "description": "Contributed\u00a0byCatalin Niculescu", + "rating": null, + "rating_count": 0, + "downloads": 248, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/plotscanline/", + "last_updated": "2011-03-31T03:17:32", + "scraped_at": "2026-01-25T05:37:41.811670+00:00" + }, + { + "id": "psdreader", + "name": "psdReader", + "category": "plugins", + "subcategory": "image", + "author": "adyrian", + "description": "Contributed\u00a0byAdrian Baltowski", + "rating": null, + "rating_count": 0, + "downloads": 1183, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/psdreader/", + "last_updated": "2011-07-06T05:34:49", + "scraped_at": "2026-01-25T05:37:41.811835+00:00" + }, + { + "id": "setrange", + "name": "setRange", + "category": "plugins", + "subcategory": "image", + "author": "catalin", + "description": "Contributed\u00a0byCatalin Niculescu", + "rating": 5.0, + "rating_count": 0, + "downloads": 139, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/setrange/", + "last_updated": "2011-03-22T02:38:48", + "scraped_at": "2026-01-25T05:37:41.811996+00:00" + }, + { + "id": "sf_nankiller", + "name": "sf_NaNKiller", + "category": "plugins", + "subcategory": "image", + "author": "CunninglySlyFox", + "description": "Contributed\u00a0byBryan Dunkley", + "rating": null, + "rating_count": 0, + "downloads": 318, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/sf_nankiller/", + "last_updated": "2011-06-22T17:23:36", + "scraped_at": "2026-01-25T05:37:41.812132+00:00" + }, + { + "id": "sylens", + "name": "SyLens", + "category": "plugins", + "subcategory": "image", + "author": "julik", + "description": "Contributed\u00a0byjulik t", + "rating": null, + "rating_count": 0, + "downloads": 369, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/image/sylens/", + "last_updated": "2012-03-10T03:47:26", + "scraped_at": "2026-01-25T05:37:41.812260+00:00" + }, + { + "id": "circularramp", + "name": "circularRamp", + "category": "plugins", + "subcategory": "draw", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 73, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/draw/circularramp/", + "last_updated": "2021-11-01T11:28:38", + "scraped_at": "2026-01-25T05:37:45.082245+00:00" + }, + { + "id": "gr_noise", + "name": "GR_Noise", + "category": "plugins", + "subcategory": "draw", + "author": "guillej.rodriguez", + "description": "Contributed\u00a0byGuillermo J Rodriguez", + "rating": null, + "rating_count": 0, + "downloads": 335, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/draw/gr_noise/", + "last_updated": "2021-02-22T10:56:52", + "scraped_at": "2026-01-25T05:37:45.082387+00:00" + }, + { + "id": "math-art", + "name": "Math Art", + "category": "plugins", + "subcategory": "draw", + "author": "amadlover", + "description": "Contributed\u00a0byNihal Kenkre", + "rating": null, + "rating_count": 0, + "downloads": 180, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/draw/math-art/", + "last_updated": "2011-09-27T11:15:24", + "scraped_at": "2026-01-25T05:37:45.082542+00:00" + }, + { + "id": "pointpattern", + "name": "PointPattern", + "category": "plugins", + "subcategory": "draw", + "author": "lechoo", + "description": "Contributed\u00a0byAdam Wierzchowski", + "rating": null, + "rating_count": 0, + "downloads": 103, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/draw/pointpattern/", + "last_updated": "2015-11-09T19:04:15", + "scraped_at": "2026-01-25T05:37:45.082669+00:00" + }, + { + "id": "rampquad", + "name": "RampQuad", + "category": "plugins", + "subcategory": "draw", + "author": "lechoo", + "description": "Contributed\u00a0byAdam Wierzchowski", + "rating": null, + "rating_count": 0, + "downloads": 135, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/draw/rampquad/", + "last_updated": "2015-01-11T01:47:34", + "scraped_at": "2026-01-25T05:37:45.082799+00:00" + }, + { + "id": "channelrange", + "name": "ChannelRange", + "category": "plugins", + "subcategory": "channel", + "author": "CunninglySlyFox", + "description": "Contributed\u00a0byBryan Dunkley", + "rating": null, + "rating_count": 0, + "downloads": 316, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/channel/channelrange/", + "last_updated": "2011-02-25T03:04:33", + "scraped_at": "2026-01-25T05:37:46.719799+00:00" + }, + { + "id": "removechannels", + "name": "RemoveChannels", + "category": "plugins", + "subcategory": "channel", + "author": "Ahuge", + "description": "Contributed\u00a0byAlex Hughes", + "rating": null, + "rating_count": 0, + "downloads": 91, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/channel/removechannels/", + "last_updated": "2016-02-16T13:55:04", + "scraped_at": "2026-01-25T05:37:46.719946+00:00" + }, + { + "id": "reorder", + "name": "Reorder", + "category": "plugins", + "subcategory": "channel", + "author": "balthou1703", + "description": "Contributed\u00a0byBalthazar Sahel", + "rating": null, + "rating_count": 0, + "downloads": 42, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/channel/reorder/", + "last_updated": "2020-06-13T14:43:40", + "scraped_at": "2026-01-25T05:37:46.720080+00:00" + }, + { + "id": "c44matrix", + "name": "C44Matrix", + "category": "plugins", + "subcategory": "colour", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": 1.0, + "rating_count": 0, + "downloads": 1919, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/c44matrix/", + "last_updated": "2013-12-13T13:05:26", + "scraped_at": "2026-01-25T05:37:48.373368+00:00" + }, + { + "id": "chromalimit", + "name": "ChromaLimit", + "category": "plugins", + "subcategory": "colour", + "author": "yikuta1", + "description": "Contributed\u00a0byy ikuta", + "rating": null, + "rating_count": 0, + "downloads": 241, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/chromalimit/", + "last_updated": "2012-04-11T05:44:31", + "scraped_at": "2026-01-25T05:37:48.373512+00:00" + }, + { + "id": "colorcarpet", + "name": "ColorCarpet", + "category": "plugins", + "subcategory": "colour", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 46, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/colorcarpet/", + "last_updated": "2019-08-05T11:17:27", + "scraped_at": "2026-01-25T05:37:48.373640+00:00" + }, + { + "id": "colorhsv", + "name": "ColorHSV", + "category": "plugins", + "subcategory": "colour", + "author": "balthou1703", + "description": "Contributed\u00a0byBalthazar Sahel", + "rating": null, + "rating_count": 0, + "downloads": 99, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/colorhsv/", + "last_updated": "2020-06-13T13:44:13", + "scraped_at": "2026-01-25T05:37:48.373770+00:00" + }, + { + "id": "crank-it-up", + "name": "Crank It Up", + "category": "plugins", + "subcategory": "colour", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 878, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/crank-it-up/", + "last_updated": "2012-03-07T05:26:13", + "scraped_at": "2026-01-25T05:37:48.373897+00:00" + }, + { + "id": "gammagain", + "name": "GammaGain", + "category": "plugins", + "subcategory": "colour", + "author": "Darren", + "description": "Contributed\u00a0byDarren MacKay", + "rating": null, + "rating_count": 0, + "downloads": 131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/gammagain/", + "last_updated": "2017-04-04T08:12:25", + "scraped_at": "2026-01-25T05:37:48.374020+00:00" + }, + { + "id": "igamma", + "name": "IGamma", + "category": "plugins", + "subcategory": "colour", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 216, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/igamma/", + "last_updated": "2011-11-08T00:36:58", + "scraped_at": "2026-01-25T05:37:48.374143+00:00" + }, + { + "id": "imagetool", + "name": "ImageTool", + "category": "plugins", + "subcategory": "colour", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 530, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/imagetool/", + "last_updated": "2012-03-15T05:46:54", + "scraped_at": "2026-01-25T05:37:48.374263+00:00" + }, + { + "id": "ocio-custom-nodes", + "name": "OCIO Custom Nodes", + "category": "plugins", + "subcategory": "colour", + "author": "1XingHuan", + "description": "Contributed\u00a0byhuan xing", + "rating": null, + "rating_count": 0, + "downloads": 122, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/ocio-custom-nodes/", + "last_updated": "2018-08-10T08:32:10", + "scraped_at": "2026-01-25T05:37:48.374384+00:00" + }, + { + "id": "perlingain", + "name": "perlinGain", + "category": "plugins", + "subcategory": "colour", + "author": "catalin", + "description": "Contributed\u00a0byCatalin Niculescu", + "rating": null, + "rating_count": 0, + "downloads": 177, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/perlingain/", + "last_updated": "2011-03-22T02:51:25", + "scraped_at": "2026-01-25T05:37:48.374507+00:00" + }, + { + "id": "venetianblinds", + "name": "VenetianBlinds", + "category": "plugins", + "subcategory": "colour", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 80, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/venetianblinds/", + "last_updated": "2019-03-20T12:58:21", + "scraped_at": "2026-01-25T05:37:48.374630+00:00" + }, + { + "id": "vibrant", + "name": "Vibrant", + "category": "plugins", + "subcategory": "colour", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 138, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/colour/vibrant/", + "last_updated": "2021-10-27T11:49:57", + "scraped_at": "2026-01-25T05:37:48.374758+00:00" + }, + { + "id": "cgfmirror", + "name": "CGFMirror", + "category": "plugins", + "subcategory": "filter", + "author": "max_cgf", + "description": "Contributed\u00a0bymax kharenko", + "rating": null, + "rating_count": 0, + "downloads": 127, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/cgfmirror/", + "last_updated": "2016-10-29T13:34:45", + "scraped_at": "2026-01-25T05:37:50.030245+00:00" + }, + { + "id": "detail", + "name": "Detail", + "category": "plugins", + "subcategory": "filter", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": 5.0, + "rating_count": 0, + "downloads": 442, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/detail/", + "last_updated": "2011-11-05T13:27:35", + "scraped_at": "2026-01-25T05:37:50.030388+00:00" + }, + { + "id": "dithering", + "name": "Dithering", + "category": "plugins", + "subcategory": "filter", + "author": "Eyal", + "description": "Contributed\u00a0byEyal Shirazi", + "rating": null, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/dithering/", + "last_updated": "2022-05-04T16:06:24", + "scraped_at": "2026-01-25T05:37:50.030516+00:00" + }, + { + "id": "expanddt", + "name": "ExpandDT", + "category": "plugins", + "subcategory": "filter", + "author": "Eyal", + "description": "Contributed\u00a0byEyal Shirazi", + "rating": null, + "rating_count": 0, + "downloads": 38, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/expanddt/", + "last_updated": "2022-05-04T03:41:03", + "scraped_at": "2026-01-25T05:37:50.030642+00:00" + }, + { + "id": "fast-median", + "name": "Fast Median", + "category": "plugins", + "subcategory": "filter", + "author": "Mark", + "description": "Contributed\u00a0byMark Spindler", + "rating": null, + "rating_count": 0, + "downloads": 1089, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/fast-median/", + "last_updated": "2021-12-28T02:29:11", + "scraped_at": "2026-01-25T05:37:50.030771+00:00" + }, + { + "id": "hpfloodfill", + "name": "hpFloodFill", + "category": "plugins", + "subcategory": "filter", + "author": "hendrik", + "description": "Contributed\u00a0byHendrik Proosa", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/hpfloodfill/", + "last_updated": "2020-10-15T23:20:38", + "scraped_at": "2026-01-25T05:37:50.030896+00:00" + }, + { + "id": "irank", + "name": "IRank", + "category": "plugins", + "subcategory": "filter", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 158, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/irank/", + "last_updated": "2011-11-08T00:36:58", + "scraped_at": "2026-01-25T05:37:50.031019+00:00" + }, + { + "id": "ismooth", + "name": "ISmooth", + "category": "plugins", + "subcategory": "filter", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 213, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/ismooth/", + "last_updated": "2011-11-08T00:36:57", + "scraped_at": "2026-01-25T05:37:50.031142+00:00" + }, + { + "id": "levelsetdt", + "name": "LevelSetDT", + "category": "plugins", + "subcategory": "filter", + "author": "Eyal", + "description": "Contributed\u00a0byEyal Shirazi", + "rating": null, + "rating_count": 0, + "downloads": 26, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/levelsetdt/", + "last_updated": "2022-05-04T03:44:22", + "scraped_at": "2026-01-25T05:37:50.031264+00:00" + }, + { + "id": "mm_tools", + "name": "MM_Tools", + "category": "plugins", + "subcategory": "filter", + "author": "M-Mamdouh", + "description": "Contributed\u00a0byMohamed Mamdouh", + "rating": 5.0, + "rating_count": 0, + "downloads": 740, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/mm_tools/", + "last_updated": "2025-04-24T22:09:20", + "scraped_at": "2026-01-25T05:37:50.031387+00:00" + }, + { + "id": "normalmap", + "name": "NormalMap", + "category": "plugins", + "subcategory": "filter", + "author": "jonathan", + "description": "Contributed\u00a0byJonathan Egstad", + "rating": null, + "rating_count": 0, + "downloads": 404, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/normalmap/", + "last_updated": "2011-10-15T11:51:59", + "scraped_at": "2026-01-25T05:37:50.031510+00:00" + }, + { + "id": "pixeltwitch", + "name": "PixelTwitch", + "category": "plugins", + "subcategory": "filter", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 95, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/pixeltwitch/", + "last_updated": "2019-08-12T11:08:59", + "scraped_at": "2026-01-25T05:37:50.031631+00:00" + }, + { + "id": "rank", + "name": "Rank", + "category": "plugins", + "subcategory": "filter", + "author": "frankadmin", + "description": "Contributed\u00a0byfrank admin", + "rating": null, + "rating_count": 0, + "downloads": 429, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/rank/", + "last_updated": "2011-08-12T21:30:22", + "scraped_at": "2026-01-25T05:37:50.031759+00:00" + }, + { + "id": "rank-1", + "name": "Rank", + "category": "plugins", + "subcategory": "filter", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 309, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/rank-1/", + "last_updated": "2011-11-08T00:36:57", + "scraped_at": "2026-01-25T05:37:50.031884+00:00" + }, + { + "id": "smaa", + "name": "Smaa", + "category": "plugins", + "subcategory": "filter", + "author": "buddly", + "description": "Contributed\u00a0byJeremy Retailleau", + "rating": null, + "rating_count": 0, + "downloads": 216, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/smaa/", + "last_updated": "2019-10-01T15:49:26", + "scraped_at": "2026-01-25T05:37:50.032006+00:00" + }, + { + "id": "smooth", + "name": "Smooth", + "category": "plugins", + "subcategory": "filter", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 238, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/smooth/", + "last_updated": "2011-11-08T00:36:57", + "scraped_at": "2026-01-25T05:37:50.032127+00:00" + }, + { + "id": "softedgedetect", + "name": "SoftEdgeDetect", + "category": "plugins", + "subcategory": "filter", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 312, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/softedgedetect/", + "last_updated": "2011-11-08T00:36:57", + "scraped_at": "2026-01-25T05:37:50.032249+00:00" + }, + { + "id": "ssao", + "name": "SSAO", + "category": "plugins", + "subcategory": "filter", + "author": "sebastian", + "description": "Contributed\u00a0bySebastian Elsner", + "rating": null, + "rating_count": 0, + "downloads": 1117, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/ssao/", + "last_updated": "2010-08-09T16:22:01", + "scraped_at": "2026-01-25T05:37:50.032371+00:00" + }, + { + "id": "ssaop", + "name": "SSAOP", + "category": "plugins", + "subcategory": "filter", + "author": "sh4dow", + "description": "Contributed\u00a0byAndreas Opferkuch", + "rating": null, + "rating_count": 0, + "downloads": 399, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/filter/ssaop/", + "last_updated": "2014-06-30T23:12:28", + "scraped_at": "2026-01-25T05:37:50.032493+00:00" + }, + { + "id": "merge-median", + "name": "Merge Median", + "category": "plugins", + "subcategory": "merge", + "author": "Mark", + "description": "Contributed\u00a0byMark Spindler", + "rating": null, + "rating_count": 0, + "downloads": 150, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/merge/merge-median/", + "last_updated": "2021-12-28T02:33:22", + "scraped_at": "2026-01-25T05:37:53.325078+00:00" + }, + { + "id": "sortedmerge", + "name": "SortedMerge", + "category": "plugins", + "subcategory": "merge", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": null, + "rating_count": 0, + "downloads": 24, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/merge/sortedmerge/", + "last_updated": "2019-05-16T09:57:59", + "scraped_at": "2026-01-25T05:37:53.325220+00:00" + }, + { + "id": "iglass", + "name": "IGlass", + "category": "plugins", + "subcategory": "transform", + "author": "benpierre", + "description": "Contributed\u00a0byBen Pierre", + "rating": null, + "rating_count": 0, + "downloads": 1055, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/transform/iglass/", + "last_updated": "2011-11-08T00:36:58", + "scraped_at": "2026-01-25T05:37:54.969076+00:00" + }, + { + "id": "imageplane_cpp", + "name": "ImagePlane_cpp", + "category": "plugins", + "subcategory": "transform", + "author": "ytrox", + "description": "Contributed\u00a0byyuri carrara", + "rating": 5.0, + "rating_count": 0, + "downloads": 159, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/transform/imageplane_cpp/", + "last_updated": "2024-04-12T20:42:16", + "scraped_at": "2026-01-25T05:37:54.969222+00:00" + }, + { + "id": "offset", + "name": "Offset", + "category": "plugins", + "subcategory": "transform", + "author": "leafpictures", + "description": "Contributed\u00a0bySimon Jokuschies", + "rating": 5.0, + "rating_count": 0, + "downloads": 101, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/transform/offset/", + "last_updated": "2019-10-09T08:36:29", + "scraped_at": "2026-01-25T05:37:54.969352+00:00" + }, + { + "id": "stabilize-roto", + "name": "Stabilize Roto", + "category": "plugins", + "subcategory": "transform", + "author": "nickonstad", + "description": "Contributed\u00a0byNicholas Onstad", + "rating": null, + "rating_count": 0, + "downloads": 169, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/transform/stabilize-roto/", + "last_updated": "2023-12-15T11:57:02", + "scraped_at": "2026-01-25T05:37:54.969479+00:00" + }, + { + "id": "transformcopy", + "name": "TransformCopy", + "category": "plugins", + "subcategory": "transform", + "author": "Eyal", + "description": "Contributed\u00a0byEyal Shirazi", + "rating": null, + "rating_count": 0, + "downloads": 20, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/transform/transformcopy/", + "last_updated": "2023-10-17T14:40:47", + "scraped_at": "2026-01-25T05:37:54.969603+00:00" + }, + { + "id": "transforminterpolate", + "name": "TransformInterpolate", + "category": "plugins", + "subcategory": "transform", + "author": "hendrik", + "description": "Contributed\u00a0byHendrik Proosa", + "rating": null, + "rating_count": 0, + "downloads": 114, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/transform/transforminterpolate/", + "last_updated": "2020-11-13T00:10:34", + "scraped_at": "2026-01-25T05:37:54.969731+00:00" + }, + { + "id": "vectortransform", + "name": "VectorTransform", + "category": "plugins", + "subcategory": "transform", + "author": "jonathan", + "description": "Contributed\u00a0byJonathan Egstad", + "rating": null, + "rating_count": 0, + "downloads": 301, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/transform/vectortransform/", + "last_updated": "2011-10-16T07:52:12", + "scraped_at": "2026-01-25T05:37:54.969855+00:00" + }, + { + "id": "3d-histogram", + "name": "3D Histogram", + "category": "plugins", + "subcategory": "3d", + "author": "CunninglySlyFox", + "description": "Contributed\u00a0byBryan Dunkley", + "rating": null, + "rating_count": 0, + "downloads": 1383, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/3d-histogram/", + "last_updated": "2011-02-18T12:55:07", + "scraped_at": "2026-01-25T05:37:56.629513+00:00" + }, + { + "id": "abcreadgeo", + "name": "ABCReadGeo", + "category": "plugins", + "subcategory": "3d", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 971, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/abcreadgeo/", + "last_updated": "2021-01-04T11:41:15", + "scraped_at": "2026-01-25T05:37:56.629658+00:00" + }, + { + "id": "cloudlightosxn606-1", + "name": "cloudlightOSXN606", + "category": "plugins", + "subcategory": "3d", + "author": "hassanvfx", + "description": "Contributed\u00a0byhassan uriostegui", + "rating": null, + "rating_count": 0, + "downloads": 210, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/cloudlightosxn606-1/", + "last_updated": "2012-02-06T03:41:48", + "scraped_at": "2026-01-25T05:37:56.629791+00:00" + }, + { + "id": "cloudlightosxn606", + "name": "cloudlightOSXN606", + "category": "plugins", + "subcategory": "3d", + "author": "hassanvfx", + "description": "Contributed\u00a0byhassan uriostegui", + "rating": null, + "rating_count": 0, + "downloads": 162, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/cloudlightosxn606/", + "last_updated": "2012-02-16T11:06:57", + "scraped_at": "2026-01-25T05:37:56.629916+00:00" + }, + { + "id": "dynamics", + "name": "Dynamics", + "category": "plugins", + "subcategory": "3d", + "author": "notworking", + "description": "Contributed\u00a0byF. Munch", + "rating": null, + "rating_count": 0, + "downloads": 1428, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/dynamics/", + "last_updated": "2012-12-10T16:27:04", + "scraped_at": "2026-01-25T05:37:56.630042+00:00" + }, + { + "id": "g_relight_v1_0", + "name": "G_Relight_v1_0", + "category": "plugins", + "subcategory": "3d", + "author": "kgaurav", + "description": "Contributed\u00a0byGaurav Jaiswal", + "rating": null, + "rating_count": 0, + "downloads": 164, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/g_relight_v1_0/", + "last_updated": "2019-06-28T10:59:26", + "scraped_at": "2026-01-25T05:37:56.630169+00:00" + }, + { + "id": "geometry-tools", + "name": "Geometry Tools", + "category": "plugins", + "subcategory": "3d", + "author": "notworking", + "description": "Contributed\u00a0byF. Munch", + "rating": null, + "rating_count": 0, + "downloads": 2738, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/geometry-tools/", + "last_updated": "2012-12-10T16:27:03", + "scraped_at": "2026-01-25T05:37:56.630299+00:00" + }, + { + "id": "geopoints", + "name": "GeoPoints", + "category": "plugins", + "subcategory": "3d", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 2246, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/geopoints/", + "last_updated": "2011-09-07T01:51:53", + "scraped_at": "2026-01-25T05:37:56.630427+00:00" + }, + { + "id": "geotracker-trial", + "name": "GeoTracker Trial", + "category": "plugins", + "subcategory": "3d", + "author": "belovrv", + "description": "Contributed\u00a0byKeen Tools", + "rating": null, + "rating_count": 0, + "downloads": 8936, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/geotracker-trial/", + "last_updated": "2017-05-25T08:43:21", + "scraped_at": "2026-01-25T05:37:56.630550+00:00" + }, + { + "id": "maxnuker2v4_for_max2017-2022", + "name": "MaxNuker2v4_ for_max2017-2022", + "category": "plugins", + "subcategory": "3d", + "author": "n6vfx9", + "description": "Contributed\u00a0byn6vfx9 Software", + "rating": null, + "rating_count": 0, + "downloads": 36, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/maxnuker2v4_for_max2017-2022/", + "last_updated": "2022-07-21T17:47:09", + "scraped_at": "2026-01-25T05:37:56.630673+00:00" + }, + { + "id": "normalmat", + "name": "NormalMat", + "category": "plugins", + "subcategory": "3d", + "author": "Eyal", + "description": "Contributed\u00a0byEyal Shirazi", + "rating": null, + "rating_count": 0, + "downloads": 43, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/normalmat/", + "last_updated": "2022-05-04T03:44:26", + "scraped_at": "2026-01-25T05:37:56.630804+00:00" + }, + { + "id": "nt-copyop", + "name": "NT CopyOp", + "category": "plugins", + "subcategory": "3d", + "author": "nhatphong.tran", + "description": "Contributed\u00a0byNhat Phong Tran", + "rating": null, + "rating_count": 0, + "downloads": 123, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/nt-copyop/", + "last_updated": "2011-01-21T11:00:30", + "scraped_at": "2026-01-25T05:37:56.630931+00:00" + }, + { + "id": "pintool", + "name": "PinTool", + "category": "plugins", + "subcategory": "3d", + "author": "belovrv", + "description": "Contributed\u00a0byKeen Tools", + "rating": 5.0, + "rating_count": 0, + "downloads": 1078, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/pintool/", + "last_updated": "2017-06-22T01:11:44", + "scraped_at": "2026-01-25T05:37:56.631058+00:00" + }, + { + "id": "position2points", + "name": "Position2Points", + "category": "plugins", + "subcategory": "3d", + "author": "sebastian", + "description": "Contributed\u00a0bySebastian Elsner", + "rating": null, + "rating_count": 0, + "downloads": 1080, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/position2points/", + "last_updated": "2010-11-04T02:15:28", + "scraped_at": "2026-01-25T05:37:56.631182+00:00" + }, + { + "id": "readriggedgeo", + "name": "ReadRiggedGeo", + "category": "plugins", + "subcategory": "3d", + "author": "belovrv", + "description": "Contributed\u00a0byKeen Tools", + "rating": null, + "rating_count": 0, + "downloads": 429, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/readriggedgeo/", + "last_updated": "2017-06-22T01:05:55", + "scraped_at": "2026-01-25T05:37:56.631305+00:00" + }, + { + "id": "reflectioncard", + "name": "ReflectionCard", + "category": "plugins", + "subcategory": "3d", + "author": "jonathan", + "description": "Contributed\u00a0byJonathan Egstad", + "rating": null, + "rating_count": 0, + "downloads": 453, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/reflectioncard/", + "last_updated": "2011-10-15T07:33:03", + "scraped_at": "2026-01-25T05:37:56.631427+00:00" + }, + { + "id": "reflectmat", + "name": "ReflectMat", + "category": "plugins", + "subcategory": "3d", + "author": "jonathan", + "description": "Contributed\u00a0byJonathan Egstad", + "rating": null, + "rating_count": 0, + "downloads": 277, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/reflectmat/", + "last_updated": "2011-10-16T11:13:23", + "scraped_at": "2026-01-25T05:37:56.631549+00:00" + }, + { + "id": "reliefmapping", + "name": "ReliefMapping", + "category": "plugins", + "subcategory": "3d", + "author": "jonathan", + "description": "Contributed\u00a0byJonathan Egstad", + "rating": null, + "rating_count": 0, + "downloads": 360, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/reliefmapping/", + "last_updated": "2010-07-14T03:18:12", + "scraped_at": "2026-01-25T05:37:56.631671+00:00" + }, + { + "id": "stickyproject", + "name": "StickyProject", + "category": "plugins", + "subcategory": "3d", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": 5.0, + "rating_count": 0, + "downloads": 2449, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/stickyproject/", + "last_updated": "2012-04-17T03:08:46", + "scraped_at": "2026-01-25T05:37:56.631796+00:00" + }, + { + "id": "transformuv", + "name": "TransformUV", + "category": "plugins", + "subcategory": "3d", + "author": "Eyal", + "description": "Contributed\u00a0byEyal Shirazi", + "rating": null, + "rating_count": 0, + "downloads": 20, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/transformuv/", + "last_updated": "2022-05-04T03:42:02", + "scraped_at": "2026-01-25T05:37:56.631920+00:00" + }, + { + "id": "two-face-material", + "name": "Two Face Material", + "category": "plugins", + "subcategory": "3d", + "author": "Eyal", + "description": "Contributed\u00a0byEyal Shirazi", + "rating": null, + "rating_count": 0, + "downloads": 66, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/two-face-material/", + "last_updated": "2022-05-04T03:39:37", + "scraped_at": "2026-01-25T05:37:56.632042+00:00" + }, + { + "id": "uvtile", + "name": "UVTile", + "category": "plugins", + "subcategory": "3d", + "author": "jonathan", + "description": "Contributed\u00a0byJonathan Egstad", + "rating": null, + "rating_count": 0, + "downloads": 270, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/uvtile/", + "last_updated": "2010-08-20T02:47:05", + "scraped_at": "2026-01-25T05:37:56.632164+00:00" + }, + { + "id": "vectorfieldgeo", + "name": "VectorfieldGeo", + "category": "plugins", + "subcategory": "3d", + "author": "jonathan", + "description": "Contributed\u00a0byJonathan Egstad", + "rating": null, + "rating_count": 0, + "downloads": 233, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/3d/vectorfieldgeo/", + "last_updated": "2010-07-09T05:03:13", + "scraped_at": "2026-01-25T05:37:56.632285+00:00" + }, + { + "id": "audioplayer", + "name": "AudioPlayer", + "category": "plugins", + "subcategory": "other", + "author": "hendrik", + "description": "Contributed\u00a0byHendrik Proosa", + "rating": null, + "rating_count": 0, + "downloads": 119, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/audioplayer/", + "last_updated": "2021-03-06T23:47:14", + "scraped_at": "2026-01-25T05:37:58.290862+00:00" + }, + { + "id": "cameraref", + "name": "CameraRef", + "category": "plugins", + "subcategory": "other", + "author": "gasmasocet", + "description": "Contributed\u00a0byevil kornholio", + "rating": 3.0, + "rating_count": 0, + "downloads": 43, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/cameraref/", + "last_updated": "2020-03-09T12:20:51", + "scraped_at": "2026-01-25T05:37:58.291010+00:00" + }, + { + "id": "colordebug", + "name": "colorDebug", + "category": "plugins", + "subcategory": "other", + "author": "catalin", + "description": "Contributed\u00a0byCatalin Niculescu", + "rating": null, + "rating_count": 0, + "downloads": 96, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/colordebug/", + "last_updated": "2011-03-31T03:17:32", + "scraped_at": "2026-01-25T05:37:58.291138+00:00" + }, + { + "id": "dynamicknobs", + "name": "DynamicKnobs", + "category": "plugins", + "subcategory": "other", + "author": "jonathan", + "description": "Contributed\u00a0byJonathan Egstad", + "rating": null, + "rating_count": 0, + "downloads": 307, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/dynamicknobs/", + "last_updated": "2010-08-27T03:16:31", + "scraped_at": "2026-01-25T05:37:58.291263+00:00" + }, + { + "id": "envreflection", + "name": "EnvReflection", + "category": "plugins", + "subcategory": "other", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 2514, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/envreflection/", + "last_updated": "2015-03-15T04:36:32", + "scraped_at": "2026-01-25T05:37:58.291389+00:00" + }, + { + "id": "g_scriptcleaner", + "name": "G_scriptCleaner", + "category": "plugins", + "subcategory": "other", + "author": "kgaurav", + "description": "Contributed\u00a0byGaurav Jaiswal", + "rating": null, + "rating_count": 0, + "downloads": 41, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/g_scriptcleaner/", + "last_updated": "2025-06-19T17:42:14", + "scraped_at": "2026-01-25T05:37:58.291513+00:00" + }, + { + "id": "grain_checking_plug_in_puru", + "name": "Grain_Checking_Plug_In_Puru", + "category": "plugins", + "subcategory": "other", + "author": "purukumar", + "description": "Contributed\u00a0bypuru kumar", + "rating": null, + "rating_count": 0, + "downloads": 96, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/grain_checking_plug_in_puru/", + "last_updated": "2021-03-29T12:41:40", + "scraped_at": "2026-01-25T05:37:58.291638+00:00" + }, + { + "id": "j_ops", + "name": "J_Ops", + "category": "plugins", + "subcategory": "other", + "author": "jackb", + "description": "Contributed\u00a0byJack Binks", + "rating": 5.0, + "rating_count": 0, + "downloads": 20405, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/j_ops/", + "last_updated": "2015-05-06T12:50:07", + "scraped_at": "2026-01-25T05:37:58.291773+00:00" + }, + { + "id": "lookat-nuke-extension", + "name": "LookAt Nuke Extension", + "category": "plugins", + "subcategory": "other", + "author": "dudicoh", + "description": "Contributed\u00a0bydavid cohen", + "rating": null, + "rating_count": 0, + "downloads": 44, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/lookat-nuke-extension/", + "last_updated": "2016-05-05T14:45:45", + "scraped_at": "2026-01-25T05:37:58.291898+00:00" + }, + { + "id": "negitive-pixle", + "name": "Negitive Pixle", + "category": "plugins", + "subcategory": "other", + "author": "purukumar", + "description": "Contributed\u00a0bypuru kumar", + "rating": null, + "rating_count": 0, + "downloads": 42, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/negitive-pixle/", + "last_updated": "2021-03-22T13:43:52", + "scraped_at": "2026-01-25T05:37:58.292021+00:00" + }, + { + "id": "nuke-terminal-render-v3", + "name": "Nuke Terminal Render v3", + "category": "plugins", + "subcategory": "other", + "author": "owljones", + "description": "Contributed\u00a0byJonas Almeida", + "rating": null, + "rating_count": 0, + "downloads": 120, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/nuke-terminal-render-v3/", + "last_updated": "2018-05-01T13:07:16", + "scraped_at": "2026-01-25T05:37:58.292146+00:00" + }, + { + "id": "opticalflow-beta", + "name": "OpticalFlow Beta", + "category": "plugins", + "subcategory": "other", + "author": "belovrv", + "description": "Contributed\u00a0byKeen Tools", + "rating": null, + "rating_count": 0, + "downloads": 191, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/opticalflow-beta/", + "last_updated": "2016-02-29T20:07:37", + "scraped_at": "2026-01-25T05:37:58.292268+00:00" + }, + { + "id": "pixelsort", + "name": "PixelSort", + "category": "plugins", + "subcategory": "other", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": null, + "rating_count": 0, + "downloads": 890, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/pixelsort/", + "last_updated": "2020-07-17T00:03:29", + "scraped_at": "2026-01-25T05:37:58.292391+00:00" + }, + { + "id": "preptechcheck", + "name": "PrepTechCheck", + "category": "plugins", + "subcategory": "other", + "author": "purukumar", + "description": "Contributed\u00a0bypuru kumar", + "rating": null, + "rating_count": 0, + "downloads": 104, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/preptechcheck/", + "last_updated": "2022-12-11T22:21:04", + "scraped_at": "2026-01-25T05:37:58.292517+00:00" + }, + { + "id": "pyofx", + "name": "pyOFX", + "category": "plugins", + "subcategory": "other", + "author": "gatgui", + "description": "Contributed\u00a0byGaetan Guidet", + "rating": null, + "rating_count": 0, + "downloads": 192, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/pyofx/", + "last_updated": "2011-02-05T02:46:39", + "scraped_at": "2026-01-25T05:37:58.292639+00:00" + }, + { + "id": "recent_files", + "name": "Recent_files", + "category": "plugins", + "subcategory": "other", + "author": "doda", + "description": "Contributed\u00a0bymahmoud farouk", + "rating": null, + "rating_count": 0, + "downloads": 93, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/recent_files/", + "last_updated": "2022-06-28T15:19:59", + "scraped_at": "2026-01-25T05:37:58.292768+00:00" + }, + { + "id": "recent_files_browser", + "name": "recent_files_browser", + "category": "plugins", + "subcategory": "other", + "author": "doda", + "description": "Contributed\u00a0bymahmoud farouk", + "rating": null, + "rating_count": 0, + "downloads": 43, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/recent_files_browser/", + "last_updated": "2025-01-13T18:13:05", + "scraped_at": "2026-01-25T05:37:58.292890+00:00" + }, + { + "id": "safe-areas-title-action", + "name": "Safe Areas (title/action)", + "category": "plugins", + "subcategory": "other", + "author": "nhatphong.tran", + "description": "Contributed\u00a0byNhat Phong Tran", + "rating": null, + "rating_count": 0, + "downloads": 417, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/safe-areas-title-action/", + "last_updated": "2011-04-26T02:58:12", + "scraped_at": "2026-01-25T05:37:58.293016+00:00" + }, + { + "id": "start_at_1001_and_project_setting_v10", + "name": "start_at_1001_and_project_setting_v1.0", + "category": "plugins", + "subcategory": "other", + "author": "Shaxboz", + "description": "Contributed\u00a0byShaxboz Ibodullayev", + "rating": null, + "rating_count": 0, + "downloads": 10, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/start_at_1001_and_project_setting_v10/", + "last_updated": "2024-07-17T16:52:22", + "scraped_at": "2026-01-25T05:37:58.293140+00:00" + }, + { + "id": "traffic_light", + "name": "Traffic_light", + "category": "plugins", + "subcategory": "other", + "author": "Constantin", + "description": "Contributed\u00a0byConstantin Scifoni", + "rating": null, + "rating_count": 0, + "downloads": 45, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/traffic_light/", + "last_updated": "2021-02-04T16:19:37", + "scraped_at": "2026-01-25T05:37:58.293262+00:00" + }, + { + "id": "uploadpresets", + "name": "uploadPresets", + "category": "plugins", + "subcategory": "other", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": null, + "rating_count": 0, + "downloads": 57, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/uploadpresets/", + "last_updated": "2016-01-11T05:20:08", + "scraped_at": "2026-01-25T05:37:58.293384+00:00" + }, + { + "id": "viewport-guides", + "name": "Viewport Guides", + "category": "plugins", + "subcategory": "other", + "author": "nhatphong.tran", + "description": "Contributed\u00a0byNhat Phong Tran", + "rating": null, + "rating_count": 0, + "downloads": 362, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/viewport-guides/", + "last_updated": "2011-04-26T17:48:09", + "scraped_at": "2026-01-25T05:37:58.293508+00:00" + }, + { + "id": "vray2nuke", + "name": "VRay2Nuke", + "category": "plugins", + "subcategory": "other", + "author": "PenguinTD", + "description": "Contributed\u00a0byRen-Wei Yang", + "rating": null, + "rating_count": 0, + "downloads": 293, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/plugins/other/vray2nuke/", + "last_updated": "2012-11-01T15:53:54", + "scraped_at": "2026-01-25T05:37:58.293632+00:00" + }, + { + "id": "deep2vp", + "name": "Deep2VP", + "category": "toolsets", + "subcategory": "deep", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 2690, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/deep/deep2vp/", + "last_updated": "2021-02-17T05:23:57", + "scraped_at": "2026-01-25T05:37:59.938669+00:00" + }, + { + "id": "deepthings", + "name": "DeepThings", + "category": "toolsets", + "subcategory": "deep", + "author": "gasmasocet", + "description": "Contributed\u00a0byevil kornholio", + "rating": null, + "rating_count": 0, + "downloads": 250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/deep/deepthings/", + "last_updated": "2019-10-07T10:12:51", + "scraped_at": "2026-01-25T05:37:59.938817+00:00" + }, + { + "id": "acs_autocustomscribbles", + "name": "ACS_AutoCustomScribbles", + "category": "toolsets", + "subcategory": "image", + "author": "l.nguyen", + "description": "Contributed\u00a0byLeonel nguyen", + "rating": 5.0, + "rating_count": 0, + "downloads": 159, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/acs_autocustomscribbles/", + "last_updated": "2025-11-25T13:04:32", + "scraped_at": "2026-01-25T05:38:01.591707+00:00" + }, + { + "id": "anamorphic-lensflare", + "name": "Anamorphic Lensflare", + "category": "toolsets", + "subcategory": "image", + "author": "Silami", + "description": "Contributed\u00a0bySil Bulterman", + "rating": null, + "rating_count": 0, + "downloads": 1796, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/anamorphic-lensflare/", + "last_updated": "2012-06-05T03:48:35", + "scraped_at": "2026-01-25T05:38:01.591862+00:00" + }, + { + "id": "c_deinterlace", + "name": "C_DeInterlace", + "category": "toolsets", + "subcategory": "image", + "author": "Birdainain", + "description": "Contributed\u00a0byChris Charlton", + "rating": null, + "rating_count": 0, + "downloads": 425, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/c_deinterlace/", + "last_updated": "2020-09-19T15:26:56", + "scraped_at": "2026-01-25T05:38:01.591990+00:00" + }, + { + "id": "distortion", + "name": "Distortion", + "category": "toolsets", + "subcategory": "image", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": null, + "rating_count": 0, + "downloads": 116, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/distortion/", + "last_updated": "2025-10-20T17:21:01", + "scraped_at": "2026-01-25T05:38:01.592117+00:00" + }, + { + "id": "ez_toolset", + "name": "EZ_Toolset", + "category": "toolsets", + "subcategory": "image", + "author": "VictorRouillard", + "description": "Contributed\u00a0byVictor Rouillard-Beaumont", + "rating": 4.75, + "rating_count": 0, + "downloads": 499, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/ez_toolset/", + "last_updated": "2024-07-07T07:45:45", + "scraped_at": "2026-01-25T05:38:01.592243+00:00" + }, + { + "id": "hair_details", + "name": "Hair_Details", + "category": "toolsets", + "subcategory": "image", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": 5.0, + "rating_count": 0, + "downloads": 125, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/hair_details/", + "last_updated": "2025-10-20T08:26:22", + "scraped_at": "2026-01-25T05:38:01.592370+00:00" + }, + { + "id": "sg_edgedetect", + "name": "SG_edgedetect", + "category": "toolsets", + "subcategory": "image", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": null, + "rating_count": 0, + "downloads": 62, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/sg_edgedetect/", + "last_updated": "2025-10-20T08:37:59", + "scraped_at": "2026-01-25T05:38:01.592495+00:00" + }, + { + "id": "st_transform", + "name": "ST_Transform", + "category": "toolsets", + "subcategory": "image", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": null, + "rating_count": 0, + "downloads": 55, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/st_transform/", + "last_updated": "2025-10-20T08:44:03", + "scraped_at": "2026-01-25T05:38:01.592620+00:00" + }, + { + "id": "thresholdblur", + "name": "thresholdBlur", + "category": "toolsets", + "subcategory": "image", + "author": "horkew", + "description": "Contributed\u00a0byD M", + "rating": null, + "rating_count": 0, + "downloads": 37, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/image/thresholdblur/", + "last_updated": "2025-10-26T10:45:42", + "scraped_at": "2026-01-25T05:38:01.592752+00:00" + }, + { + "id": "db_sparky", + "name": "DB_Sparky", + "category": "toolsets", + "subcategory": "particles", + "author": "DB_Tools", + "description": "Contributed\u00a0byDimitri Breidenbach", + "rating": null, + "rating_count": 0, + "downloads": 1623, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/particles/db_sparky/", + "last_updated": "2020-09-26T14:11:19", + "scraped_at": "2026-01-25T05:38:03.238507+00:00" + }, + { + "id": "particle-lightning", + "name": "Particle Lightning", + "category": "toolsets", + "subcategory": "particles", + "author": "mogpark", + "description": "Contributed\u00a0byJiacheng Xu", + "rating": null, + "rating_count": 0, + "downloads": 855, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/particles/particle-lightning/", + "last_updated": "2019-09-23T10:23:32", + "scraped_at": "2026-01-25T05:38:03.238651+00:00" + }, + { + "id": "toolsets", + "name": "ToolSets", + "category": "toolsets", + "subcategory": "particles", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": null, + "rating_count": 0, + "downloads": 1550, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/particles/toolsets/", + "last_updated": "2011-08-25T23:05:23", + "scraped_at": "2026-01-25T05:38:03.238800+00:00" + }, + { + "id": "autoframeanimated", + "name": "autoFrameAnimated", + "category": "toolsets", + "subcategory": "draw", + "author": "BarryWang", + "description": "Contributed\u00a0byBarry Wang", + "rating": null, + "rating_count": 0, + "downloads": 35, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/autoframeanimated/", + "last_updated": "2023-05-07T14:39:18", + "scraped_at": "2026-01-25T05:38:04.879193+00:00" + }, + { + "id": "brain-storm-noise", + "name": "Brain storm noise", + "category": "toolsets", + "subcategory": "draw", + "author": "ranjith1016", + "description": "Contributed\u00a0byRanjith AR", + "rating": null, + "rating_count": 0, + "downloads": 583, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/brain-storm-noise/", + "last_updated": "2017-04-14T22:16:19", + "scraped_at": "2026-01-25T05:38:04.879337+00:00" + }, + { + "id": "ct_edgeflare", + "name": "ct_EdgeFlare", + "category": "toolsets", + "subcategory": "draw", + "author": "ChrisTurner", + "description": "Contributed\u00a0byChris Turner", + "rating": null, + "rating_count": 0, + "downloads": 1088, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/ct_edgeflare/", + "last_updated": "2019-11-06T12:04:17", + "scraped_at": "2026-01-25T05:38:04.879466+00:00" + }, + { + "id": "kernelmaker", + "name": "KernelMaker", + "category": "toolsets", + "subcategory": "draw", + "author": "samiosp", + "description": "Contributed\u00a0bySami Oms", + "rating": null, + "rating_count": 0, + "downloads": 140, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/kernelmaker/", + "last_updated": "2024-06-14T11:12:59", + "scraped_at": "2026-01-25T05:38:04.879590+00:00" + }, + { + "id": "m_countdown", + "name": "M_Countdown", + "category": "toolsets", + "subcategory": "draw", + "author": "mengel", + "description": "Contributed\u00a0byMarlon Engel", + "rating": 5.0, + "rating_count": 0, + "downloads": 675, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/m_countdown/", + "last_updated": "2018-11-11T12:03:44", + "scraped_at": "2026-01-25T05:38:04.879716+00:00" + }, + { + "id": "m_counter", + "name": "M_Counter", + "category": "toolsets", + "subcategory": "draw", + "author": "mengel", + "description": "Contributed\u00a0byMarlon Engel", + "rating": null, + "rating_count": 0, + "downloads": 443, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/m_counter/", + "last_updated": "2018-11-11T12:03:29", + "scraped_at": "2026-01-25T05:38:04.879844+00:00" + }, + { + "id": "pattern_generator", + "name": "pattern_generator", + "category": "toolsets", + "subcategory": "draw", + "author": "BarryWang", + "description": "Contributed\u00a0byBarry Wang", + "rating": 5.0, + "rating_count": 0, + "downloads": 72, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/pattern_generator/", + "last_updated": "2024-12-14T13:30:48", + "scraped_at": "2026-01-25T05:38:04.879973+00:00" + }, + { + "id": "rotopaintbrush", + "name": "RotoPaintBrush", + "category": "toolsets", + "subcategory": "draw", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 433, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/rotopaintbrush/", + "last_updated": "2021-12-14T05:45:03", + "scraped_at": "2026-01-25T05:38:04.880098+00:00" + }, + { + "id": "saber", + "name": "Saber", + "category": "toolsets", + "subcategory": "draw", + "author": "BarryWang", + "description": "Contributed\u00a0byBarry Wang", + "rating": 5.0, + "rating_count": 0, + "downloads": 701, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/draw/saber/", + "last_updated": "2023-06-18T12:57:34", + "scraped_at": "2026-01-25T05:38:04.880223+00:00" + }, + { + "id": "c_locamotive_temporal_median_chain", + "name": "C_Locamotive_Temporal_Median_Chain", + "category": "toolsets", + "subcategory": "time", + "author": "Birdainain", + "description": "Contributed\u00a0byChris Charlton", + "rating": null, + "rating_count": 0, + "downloads": 146, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/time/c_locamotive_temporal_median_chain/", + "last_updated": "2020-02-28T12:54:21", + "scraped_at": "2026-01-25T05:38:06.516224+00:00" + }, + { + "id": "retimecurves", + "name": "RetimeCurves", + "category": "toolsets", + "subcategory": "time", + "author": "AlexK", + "description": "Contributed\u00a0byAlexander Kucera", + "rating": null, + "rating_count": 0, + "downloads": 266, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/time/retimecurves/", + "last_updated": "2013-10-17T04:18:51", + "scraped_at": "2026-01-25T05:38:06.516369+00:00" + }, + { + "id": "reducesizenode", + "name": "ReduceSizeNode", + "category": "toolsets", + "subcategory": "channel", + "author": "ncasanova", + "description": "Contributed\u00a0byNicolas Casanova", + "rating": 1.0, + "rating_count": 0, + "downloads": 184, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/channel/reducesizenode/", + "last_updated": "2017-01-24T06:07:54", + "scraped_at": "2026-01-25T05:38:08.154160+00:00" + }, + { + "id": "split_exr", + "name": "Split_EXR", + "category": "toolsets", + "subcategory": "channel", + "author": "Sergo715", + "description": "Contributed\u00a0bySerega Stavile", + "rating": 5.0, + "rating_count": 0, + "downloads": 111, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/channel/split_exr/", + "last_updated": "2025-09-26T06:51:31", + "scraped_at": "2026-01-25T05:38:08.154305+00:00" + }, + { + "id": "uno", + "name": "Uno", + "category": "toolsets", + "subcategory": "channel", + "author": "donaldStrubler", + "description": "Contributed\u00a0byDonald Strubler", + "rating": null, + "rating_count": 0, + "downloads": 255, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/channel/uno/", + "last_updated": "2013-11-19T12:18:26", + "scraped_at": "2026-01-25T05:38:08.154431+00:00" + }, + { + "id": "despilltk", + "name": "despillTK", + "category": "toolsets", + "subcategory": "colour", + "author": "Chim", + "description": "Contributed\u00a0byTimur Khodzhaev", + "rating": null, + "rating_count": 0, + "downloads": 1081, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/colour/despilltk/", + "last_updated": "2023-09-22T17:38:30", + "scraped_at": "2026-01-25T05:38:09.808383+00:00" + }, + { + "id": "lightnessgrade", + "name": "LightnessGrade", + "category": "toolsets", + "subcategory": "colour", + "author": "dimetilamin", + "description": "Contributed\u00a0byPaul Loop", + "rating": null, + "rating_count": 0, + "downloads": 175, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/colour/lightnessgrade/", + "last_updated": "2020-03-02T11:29:41", + "scraped_at": "2026-01-25T05:38:09.808526+00:00" + }, + { + "id": "c_denoiser", + "name": "C_Denoiser", + "category": "toolsets", + "subcategory": "filter", + "author": "Birdainain", + "description": "Contributed\u00a0byChris Charlton", + "rating": null, + "rating_count": 0, + "downloads": 2224, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/filter/c_denoiser/", + "last_updated": "2020-03-02T11:30:33", + "scraped_at": "2026-01-25T05:38:11.453620+00:00" + }, + { + "id": "chromabbv01_nuketoolset", + "name": "chromAbbv01_NukeToolSet", + "category": "toolsets", + "subcategory": "filter", + "author": "chasn", + "description": "Contributed\u00a0byChas Naylor", + "rating": null, + "rating_count": 0, + "downloads": 1873, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/filter/chromabbv01_nuketoolset/", + "last_updated": "2013-11-19T11:58:37", + "scraped_at": "2026-01-25T05:38:11.453768+00:00" + }, + { + "id": "kacz-bit-depth-converter", + "name": "Kacz Bit Depth Converter", + "category": "toolsets", + "subcategory": "filter", + "author": "Kacz", + "description": "Contributed\u00a0byDaniel Kaczkowski", + "rating": null, + "rating_count": 0, + "downloads": 59, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/filter/kacz-bit-depth-converter/", + "last_updated": "2025-02-07T08:13:47", + "scraped_at": "2026-01-25T05:38:11.453896+00:00" + }, + { + "id": "kromatic_abberation", + "name": "Kromatic_Abberation", + "category": "toolsets", + "subcategory": "filter", + "author": "DEDE", + "description": "Contributed\u00a0byAndre BRIZARD", + "rating": 5.0, + "rating_count": 0, + "downloads": 134, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/filter/kromatic_abberation/", + "last_updated": "2025-09-26T08:53:14", + "scraped_at": "2026-01-25T05:38:11.454024+00:00" + }, + { + "id": "mosaic", + "name": "Mosaic", + "category": "toolsets", + "subcategory": "filter", + "author": "donaldStrubler", + "description": "Contributed\u00a0byDonald Strubler", + "rating": null, + "rating_count": 0, + "downloads": 420, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/filter/mosaic/", + "last_updated": "2012-08-27T06:11:15", + "scraped_at": "2026-01-25T05:38:11.454152+00:00" + }, + { + "id": "splineblur", + "name": "SplineBlur", + "category": "toolsets", + "subcategory": "filter", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 2.0, + "rating_count": 0, + "downloads": 516, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/filter/splineblur/", + "last_updated": "2015-09-09T18:02:21", + "scraped_at": "2026-01-25T05:38:11.454276+00:00" + }, + { + "id": "vectoredgeextend", + "name": "VectorEdgeExtend", + "category": "toolsets", + "subcategory": "filter", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 520, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/filter/vectoredgeextend/", + "last_updated": "2022-02-18T02:09:28", + "scraped_at": "2026-01-25T05:38:11.454398+00:00" + }, + { + "id": "whitecleaner_v1", + "name": "WhiteCleaner_v1", + "category": "toolsets", + "subcategory": "filter", + "author": "ajmalnajeem1", + "description": "Contributed\u00a0byAjmal Najeem", + "rating": null, + "rating_count": 0, + "downloads": 122, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/filter/whitecleaner_v1/", + "last_updated": "2023-03-12T17:39:00", + "scraped_at": "2026-01-25T05:38:11.454521+00:00" + }, + { + "id": "despot-alpha", + "name": "Despot Alpha", + "category": "toolsets", + "subcategory": "keyer", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 482, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/keyer/despot-alpha/", + "last_updated": "2019-08-16T09:53:02", + "scraped_at": "2026-01-25T05:38:13.088865+00:00" + }, + { + "id": "temperaturekeyer", + "name": "TemperatureKeyer", + "category": "toolsets", + "subcategory": "keyer", + "author": "donaldStrubler", + "description": "Contributed\u00a0byDonald Strubler", + "rating": null, + "rating_count": 0, + "downloads": 661, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/keyer/temperaturekeyer/", + "last_updated": "2013-11-19T12:17:21", + "scraped_at": "2026-01-25T05:38:13.089012+00:00" + }, + { + "id": "chromaover", + "name": "ChromaOver", + "category": "toolsets", + "subcategory": "merge", + "author": "tim.bowman", + "description": "Contributed\u00a0byTim BOWMAN", + "rating": null, + "rating_count": 0, + "downloads": 143, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/merge/chromaover/", + "last_updated": "2022-02-17T16:49:36", + "scraped_at": "2026-01-25T05:38:14.732591+00:00" + }, + { + "id": "contactsheetpro", + "name": "ContactSheetPro", + "category": "toolsets", + "subcategory": "merge", + "author": "BarryWang", + "description": "Contributed\u00a0byBarry Wang", + "rating": null, + "rating_count": 0, + "downloads": 432, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/merge/contactsheetpro/", + "last_updated": "2020-01-15T15:10:26", + "scraped_at": "2026-01-25T05:38:14.732738+00:00" + }, + { + "id": "in-mix-sharpen", + "name": "In Mix Sharpen", + "category": "toolsets", + "subcategory": "merge", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 37, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/merge/in-mix-sharpen/", + "last_updated": "2021-05-18T01:40:42", + "scraped_at": "2026-01-25T05:38:14.732867+00:00" + }, + { + "id": "log-merge-toolsets", + "name": "Log Merge Toolsets", + "category": "toolsets", + "subcategory": "merge", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": 5.0, + "rating_count": 0, + "downloads": 167, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/merge/log-merge-toolsets/", + "last_updated": "2025-10-25T18:32:50", + "scraped_at": "2026-01-25T05:38:14.732997+00:00" + }, + { + "id": "pick_layers-1", + "name": "pick_layers", + "category": "toolsets", + "subcategory": "merge", + "author": "Maarten van der Veen", + "description": "Contributed\u00a0byMaarten van der Veen", + "rating": null, + "rating_count": 0, + "downloads": 136, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/merge/pick_layers-1/", + "last_updated": "2022-12-22T02:35:38", + "scraped_at": "2026-01-25T05:38:14.733123+00:00" + }, + { + "id": "pick_layers", + "name": "pick_layers", + "category": "toolsets", + "subcategory": "merge", + "author": "Maarten van der Veen", + "description": "Contributed\u00a0byMaarten van der Veen", + "rating": null, + "rating_count": 0, + "downloads": 6, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/merge/pick_layers/", + "last_updated": "2021-09-06T19:46:59", + "scraped_at": "2026-01-25T05:38:14.733249+00:00" + }, + { + "id": "screenplustomerge", + "name": "ScreenPlusToMerge", + "category": "toolsets", + "subcategory": "merge", + "author": "binzbnuke", + "description": "Contributed\u00a0bybin zhuang", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/merge/screenplustomerge/", + "last_updated": "2018-08-27T11:11:21", + "scraped_at": "2026-01-25T05:38:14.733373+00:00" + }, + { + "id": "switchbake-v11", + "name": "SwitchBake v1.1", + "category": "toolsets", + "subcategory": "merge", + "author": "JCZ", + "description": "Contributed\u00a0byJulien Chagnon-Zimmerly", + "rating": null, + "rating_count": 0, + "downloads": 131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/merge/switchbake-v11/", + "last_updated": "2017-04-04T16:05:18", + "scraped_at": "2026-01-25T05:38:14.733496+00:00" + }, + { + "id": "c_smartstablise", + "name": "C_SMARTSTABLISE", + "category": "toolsets", + "subcategory": "transform", + "author": "Birdainain", + "description": "Contributed\u00a0byChris Charlton", + "rating": null, + "rating_count": 0, + "downloads": 342, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/transform/c_smartstablise/", + "last_updated": "2020-03-02T11:30:04", + "scraped_at": "2026-01-25T05:38:16.373319+00:00" + }, + { + "id": "cm_smooth_stretch", + "name": "cm_smooth_stretch", + "category": "toolsets", + "subcategory": "transform", + "author": "cmccrowe", + "description": "Contributed\u00a0byChris McCrowe", + "rating": null, + "rating_count": 0, + "downloads": 80, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/transform/cm_smooth_stretch/", + "last_updated": "2022-03-07T10:45:23", + "scraped_at": "2026-01-25T05:38:16.373461+00:00" + }, + { + "id": "dl_syn2trackers", + "name": "DL_Syn2Trackers", + "category": "toolsets", + "subcategory": "transform", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": 5.0, + "rating_count": 0, + "downloads": 478, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/transform/dl_syn2trackers/", + "last_updated": "2021-05-12T15:06:55", + "scraped_at": "2026-01-25T05:38:16.373591+00:00" + }, + { + "id": "iterations-offset", + "name": "Iterations offset", + "category": "toolsets", + "subcategory": "transform", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 25, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/transform/iterations-offset/", + "last_updated": "2021-05-18T01:18:21", + "scraped_at": "2026-01-25T05:38:16.373719+00:00" + }, + { + "id": "pointscatter", + "name": "pointScatter", + "category": "toolsets", + "subcategory": "transform", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 143, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/transform/pointscatter/", + "last_updated": "2021-10-02T08:09:00", + "scraped_at": "2026-01-25T05:38:16.373848+00:00" + }, + { + "id": "rotofury-trackerfury", + "name": "RotoFury // Trackerfury", + "category": "toolsets", + "subcategory": "transform", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 234, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/transform/rotofury-trackerfury/", + "last_updated": "2023-10-17T23:40:46", + "scraped_at": "2026-01-25T05:38:16.373972+00:00" + }, + { + "id": "stickit-v2", + "name": "StickIt V2", + "category": "toolsets", + "subcategory": "transform", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 6459, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/transform/stickit-v2/", + "last_updated": "2018-06-27T08:37:06", + "scraped_at": "2026-01-25T05:38:16.374095+00:00" + }, + { + "id": "vector-matrix-toolset", + "name": "Vector Matrix Toolset", + "category": "toolsets", + "subcategory": "transform", + "author": "mapoga", + "description": "Contributed\u00a0byMathieu Goulet-Aubin", + "rating": 5.0, + "rating_count": 0, + "downloads": 411, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/transform/vector-matrix-toolset/", + "last_updated": "2018-02-19T11:07:15", + "scraped_at": "2026-01-25T05:38:16.374220+00:00" + }, + { + "id": "3d-object", + "name": "3D Object", + "category": "toolsets", + "subcategory": "3d", + "author": "Andrea_Geremia", + "description": "Contributed\u00a0byAndrea Geremia", + "rating": null, + "rating_count": 0, + "downloads": 315, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/3d-object/", + "last_updated": "2021-06-22T03:21:54", + "scraped_at": "2026-01-25T05:38:18.036924+00:00" + }, + { + "id": "birds3d", + "name": "Birds3D", + "category": "toolsets", + "subcategory": "3d", + "author": "FeedMeCheese", + "description": "Contributed\u00a0byJohn Clayton", + "rating": 5.0, + "rating_count": 0, + "downloads": 502, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/birds3d/", + "last_updated": "2023-05-13T04:22:27", + "scraped_at": "2026-01-25T05:38:18.037074+00:00" + }, + { + "id": "bubblemaker", + "name": "BubbleMaker", + "category": "toolsets", + "subcategory": "3d", + "author": "BarryWang", + "description": "Contributed\u00a0byBarry Wang", + "rating": 5.0, + "rating_count": 0, + "downloads": 274, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/bubblemaker/", + "last_updated": "2022-11-28T08:40:16", + "scraped_at": "2026-01-25T05:38:18.037217+00:00" + }, + { + "id": "cubicprojection", + "name": "cubicprojection", + "category": "toolsets", + "subcategory": "3d", + "author": "chenxiaobao", + "description": "Contributed\u00a0byXIAObao CHAN", + "rating": null, + "rating_count": 0, + "downloads": 280, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/cubicprojection/", + "last_updated": "2013-11-19T12:04:59", + "scraped_at": "2026-01-25T05:38:18.037346+00:00" + }, + { + "id": "dl_syn2axis", + "name": "DL_Syn2Axis", + "category": "toolsets", + "subcategory": "3d", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": null, + "rating_count": 0, + "downloads": 87, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/dl_syn2axis/", + "last_updated": "2021-04-26T12:53:09", + "scraped_at": "2026-01-25T05:38:18.037471+00:00" + }, + { + "id": "fakevolume", + "name": "fakeVolume", + "category": "toolsets", + "subcategory": "3d", + "author": "Chim", + "description": "Contributed\u00a0byTimur Khodzhaev", + "rating": 5.0, + "rating_count": 0, + "downloads": 4216, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/fakevolume/", + "last_updated": "2015-09-15T12:57:42", + "scraped_at": "2026-01-25T05:38:18.037597+00:00" + }, + { + "id": "flockofbirds", + "name": "flockOfBirds", + "category": "toolsets", + "subcategory": "3d", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 4897, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/flockofbirds/", + "last_updated": "2013-11-19T12:07:59", + "scraped_at": "2026-01-25T05:38:18.037728+00:00" + }, + { + "id": "flockofbirdslegacy", + "name": "flockOfBirdsLegacy", + "category": "toolsets", + "subcategory": "3d", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 431, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/flockofbirdslegacy/", + "last_updated": "2013-11-19T12:08:40", + "scraped_at": "2026-01-25T05:38:18.037852+00:00" + }, + { + "id": "geomatrix", + "name": "GeoMatrix", + "category": "toolsets", + "subcategory": "3d", + "author": "BarryWang", + "description": "Contributed\u00a0byBarry Wang", + "rating": 5.0, + "rating_count": 0, + "downloads": 632, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/geomatrix/", + "last_updated": "2024-12-14T21:05:07", + "scraped_at": "2026-01-25T05:38:18.037976+00:00" + }, + { + "id": "geotracker", + "name": "geoTracker", + "category": "toolsets", + "subcategory": "3d", + "author": "gasmasocet", + "description": "Contributed\u00a0byevil kornholio", + "rating": null, + "rating_count": 0, + "downloads": 988, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/geotracker/", + "last_updated": "2017-12-06T10:11:16", + "scraped_at": "2026-01-25T05:38:18.038099+00:00" + }, + { + "id": "j_mullet_choppingwood", + "name": "J_Mullet_ChoppingWood", + "category": "toolsets", + "subcategory": "3d", + "author": "jackb", + "description": "Contributed\u00a0byJack Binks", + "rating": null, + "rating_count": 0, + "downloads": 166, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/j_mullet_choppingwood/", + "last_updated": "2013-11-19T12:09:35", + "scraped_at": "2026-01-25T05:38:18.038223+00:00" + }, + { + "id": "j_mullet_mugsmash", + "name": "J_Mullet_MugSmash", + "category": "toolsets", + "subcategory": "3d", + "author": "jackb", + "description": "Contributed\u00a0byJack Binks", + "rating": null, + "rating_count": 0, + "downloads": 146, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/j_mullet_mugsmash/", + "last_updated": "2013-11-19T12:12:49", + "scraped_at": "2026-01-25T05:38:18.038346+00:00" + }, + { + "id": "j_mullet_ragdoll", + "name": "J_Mullet_Ragdoll", + "category": "toolsets", + "subcategory": "3d", + "author": "jackb", + "description": "Contributed\u00a0byJack Binks", + "rating": null, + "rating_count": 0, + "downloads": 136, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/j_mullet_ragdoll/", + "last_updated": "2013-11-19T12:13:43", + "scraped_at": "2026-01-25T05:38:18.038470+00:00" + }, + { + "id": "j_mullet_seesaw", + "name": "J_Mullet_SeeSaw", + "category": "toolsets", + "subcategory": "3d", + "author": "jackb", + "description": "Contributed\u00a0byJack Binks", + "rating": null, + "rating_count": 0, + "downloads": 121, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/j_mullet_seesaw/", + "last_updated": "2013-11-19T12:14:06", + "scraped_at": "2026-01-25T05:38:18.038593+00:00" + }, + { + "id": "j_mullet_smashingpumpkins", + "name": "J_Mullet_SmashingPumpkins", + "category": "toolsets", + "subcategory": "3d", + "author": "jackb", + "description": "Contributed\u00a0byJack Binks", + "rating": null, + "rating_count": 0, + "downloads": 153, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/j_mullet_smashingpumpkins/", + "last_updated": "2013-11-19T12:15:08", + "scraped_at": "2026-01-25T05:38:18.038716+00:00" + }, + { + "id": "j_mullet_tutvideoscript", + "name": "J_Mullet_TutVideoScript", + "category": "toolsets", + "subcategory": "3d", + "author": "jackb", + "description": "Contributed\u00a0byJack Binks", + "rating": null, + "rating_count": 0, + "downloads": 134, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/j_mullet_tutvideoscript/", + "last_updated": "2013-11-19T12:15:29", + "scraped_at": "2026-01-25T05:38:18.038844+00:00" + }, + { + "id": "jre_reconcile3d", + "name": "jre_Reconcile3D", + "category": "toolsets", + "subcategory": "3d", + "author": "TheRetter", + "description": "Contributed\u00a0byJohannes Retter", + "rating": null, + "rating_count": 0, + "downloads": 67, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/jre_reconcile3d/", + "last_updated": "2023-07-11T09:45:23", + "scraped_at": "2026-01-25T05:38:18.038966+00:00" + }, + { + "id": "macbeth-chart-for-nuke", + "name": "Macbeth Chart for Nuke", + "category": "toolsets", + "subcategory": "3d", + "author": "Mohamed Selim", + "description": "Contributed\u00a0byMohamed Selim", + "rating": null, + "rating_count": 0, + "downloads": 446, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/macbeth-chart-for-nuke/", + "last_updated": "2018-09-24T09:10:46", + "scraped_at": "2026-01-25T05:38:18.039088+00:00" + }, + { + "id": "ne_normalight", + "name": "NE_NormaLight", + "category": "toolsets", + "subcategory": "3d", + "author": "KoLt__Real", + "description": "Contributed\u00a0byNicolas Erba", + "rating": null, + "rating_count": 0, + "downloads": 247, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/ne_normalight/", + "last_updated": "2020-08-10T11:34:33", + "scraped_at": "2026-01-25T05:38:18.039211+00:00" + }, + { + "id": "pos-toolkit", + "name": "Pos Toolkit", + "category": "toolsets", + "subcategory": "3d", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": 5.0, + "rating_count": 0, + "downloads": 848, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/pos-toolkit/", + "last_updated": "2020-09-14T17:59:13", + "scraped_at": "2026-01-25T05:38:18.039334+00:00" + }, + { + "id": "pos_project3d", + "name": "Pos_Project3D", + "category": "toolsets", + "subcategory": "3d", + "author": "gasmasocet", + "description": "Contributed\u00a0byevil kornholio", + "rating": null, + "rating_count": 0, + "downloads": 357, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/pos_project3d/", + "last_updated": "2016-07-23T19:25:52", + "scraped_at": "2026-01-25T05:38:18.039457+00:00" + }, + { + "id": "pos2uv", + "name": "pos2uv", + "category": "toolsets", + "subcategory": "3d", + "author": "Shahidgire", + "description": "Contributed\u00a0byShahid Gire", + "rating": null, + "rating_count": 0, + "downloads": 93, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/pos2uv/", + "last_updated": "2025-10-20T08:21:38", + "scraped_at": "2026-01-25T05:38:18.039585+00:00" + }, + { + "id": "projectedshadows", + "name": "ProjectedShadows", + "category": "toolsets", + "subcategory": "3d", + "author": "INEEDMONEY", + "description": "Contributed\u00a0byINEED MONEY", + "rating": null, + "rating_count": 0, + "downloads": 1676, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/projectedshadows/", + "last_updated": "2014-02-06T18:02:07", + "scraped_at": "2026-01-25T05:38:18.039709+00:00" + }, + { + "id": "stretchy_card", + "name": "Stretchy_Card", + "category": "toolsets", + "subcategory": "3d", + "author": "imanjp", + "description": "Contributed\u00a0byiMan Javaherypour", + "rating": null, + "rating_count": 0, + "downloads": 156, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/stretchy_card/", + "last_updated": "2015-08-08T02:41:16", + "scraped_at": "2026-01-25T05:38:18.039838+00:00" + }, + { + "id": "trackertoaxis", + "name": "trackerToAxis", + "category": "toolsets", + "subcategory": "3d", + "author": "philipp_danner", + "description": "Contributed\u00a0byPhilipp Danner", + "rating": 5.0, + "rating_count": 0, + "downloads": 61, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/trackertoaxis/", + "last_updated": "2025-01-13T01:59:59", + "scraped_at": "2026-01-25T05:38:18.039962+00:00" + }, + { + "id": "uv", + "name": "UV", + "category": "toolsets", + "subcategory": "3d", + "author": "jordanboulais", + "description": "Contributed\u00a0byJordan Boulais-Richard", + "rating": null, + "rating_count": 0, + "downloads": 84, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/uv/", + "last_updated": "2022-01-07T21:28:58", + "scraped_at": "2026-01-25T05:38:18.040085+00:00" + }, + { + "id": "world-position-tool-kit", + "name": "World Position Tool Kit", + "category": "toolsets", + "subcategory": "3d", + "author": "Ivan Kokov", + "description": "Contributed\u00a0byIvan Kokov", + "rating": null, + "rating_count": 0, + "downloads": 5404, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/3d/world-position-tool-kit/", + "last_updated": "2015-03-25T12:53:47", + "scraped_at": "2026-01-25T05:38:18.040208+00:00" + }, + { + "id": "draft-stereoscopic-toolset", + "name": "draft stereoscopic toolset", + "category": "toolsets", + "subcategory": "stereo", + "author": "robocop", + "description": "Contributed\u00a0bySergo Ilinov", + "rating": null, + "rating_count": 0, + "downloads": 423, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/stereo/draft-stereoscopic-toolset/", + "last_updated": "2013-11-19T12:05:55", + "scraped_at": "2026-01-25T05:38:19.675158+00:00" + }, + { + "id": "mt-logical-nuke", + "name": "mt Logical Nuke", + "category": "toolsets", + "subcategory": "metadata", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": 5.0, + "rating_count": 0, + "downloads": 10, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/metadata/mt-logical-nuke/", + "last_updated": "2025-09-17T22:21:10", + "scraped_at": "2026-01-25T05:38:21.310436+00:00" + }, + { + "id": "gui-expression-finder", + "name": "$gui Expression Finder", + "category": "toolsets", + "subcategory": "other", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": null, + "rating_count": 0, + "downloads": 220, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/gui-expression-finder/", + "last_updated": "2013-11-19T11:49:47", + "scraped_at": "2026-01-25T05:38:22.987364+00:00" + }, + { + "id": "align-nodes-vertically-horizontally", + "name": "Align nodes Vertically Horizontally", + "category": "toolsets", + "subcategory": "other", + "author": "Ravichandran", + "description": "Contributed\u00a0byRavi Chandran", + "rating": null, + "rating_count": 0, + "downloads": 34, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/align-nodes-vertically-horizontally/", + "last_updated": "2025-10-26T06:12:07", + "scraped_at": "2026-01-25T05:38:22.987511+00:00" + }, + { + "id": "auto-write-node", + "name": "auto write node", + "category": "toolsets", + "subcategory": "other", + "author": "larswemmje", + "description": "Contributed\u00a0byLars Wemmje", + "rating": null, + "rating_count": 0, + "downloads": 1084, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/auto-write-node/", + "last_updated": "2018-03-12T11:38:28", + "scraped_at": "2026-01-25T05:38:22.987639+00:00" + }, + { + "id": "blender-multi-pass-comp-toolset-for-nuke", + "name": "Blender Multi-Pass Comp Toolset for Nuke By The Keyframer", + "category": "toolsets", + "subcategory": "other", + "author": "thekeyframer", + "description": "Contributed\u00a0byHari V", + "rating": 3.0, + "rating_count": 0, + "downloads": 343, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/blender-multi-pass-comp-toolset-for-nuke/", + "last_updated": "2021-08-06T18:04:53", + "scraped_at": "2026-01-25T05:38:22.987774+00:00" + }, + { + "id": "comphelper_v004", + "name": "CompHelper_v004", + "category": "toolsets", + "subcategory": "other", + "author": "x_corpion", + "description": "Contributed\u00a0byMauricio Alzate Garc\u00eda", + "rating": null, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/comphelper_v004/", + "last_updated": "2024-02-21T12:24:43", + "scraped_at": "2026-01-25T05:38:22.987909+00:00" + }, + { + "id": "cornerpin_to_3de2dtrack", + "name": "CornerPin_to_3DE2DTrack", + "category": "toolsets", + "subcategory": "other", + "author": "vincentlanger", + "description": "Contributed\u00a0byVincent Langer", + "rating": null, + "rating_count": 0, + "downloads": 99, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/cornerpin_to_3de2dtrack/", + "last_updated": "2016-10-10T04:57:06", + "scraped_at": "2026-01-25T05:38:22.988036+00:00" + }, + { + "id": "daniels-customs", + "name": "Daniels Customs", + "category": "toolsets", + "subcategory": "other", + "author": "JoeyKakbek", + "description": "Contributed\u00a0bydaniel van der Kaaden", + "rating": null, + "rating_count": 0, + "downloads": 307, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/daniels-customs/", + "last_updated": "2021-08-18T19:37:49", + "scraped_at": "2026-01-25T05:38:22.988162+00:00" + }, + { + "id": "database-data-control-center", + "name": "DataBase - Data control center", + "category": "toolsets", + "subcategory": "other", + "author": "BarryWang", + "description": "Contributed\u00a0byBarry Wang", + "rating": null, + "rating_count": 0, + "downloads": 35, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/database-data-control-center/", + "last_updated": "2024-10-31T14:33:43", + "scraped_at": "2026-01-25T05:38:22.988287+00:00" + }, + { + "id": "dk_write_v001", + "name": "DK_write_v001", + "category": "toolsets", + "subcategory": "other", + "author": "gamecloth", + "description": "Contributed\u00a0bygame cloth", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/dk_write_v001/", + "last_updated": "2023-07-11T16:27:56", + "scraped_at": "2026-01-25T05:38:22.988419+00:00" + }, + { + "id": "dl_flicker", + "name": "DL_Flicker", + "category": "toolsets", + "subcategory": "other", + "author": "Lacrau", + "description": "Contributed\u00a0byDanilo de Lucio", + "rating": null, + "rating_count": 0, + "downloads": 916, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/dl_flicker/", + "last_updated": "2020-12-18T05:06:59", + "scraped_at": "2026-01-25T05:38:22.988545+00:00" + }, + { + "id": "expressionwavegenerator", + "name": "ExpressionWaveGenerator", + "category": "toolsets", + "subcategory": "other", + "author": "CameronC", + "description": "Contributed\u00a0byCameron Carson", + "rating": null, + "rating_count": 0, + "downloads": 675, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/expressionwavegenerator/", + "last_updated": "2013-11-19T12:06:37", + "scraped_at": "2026-01-25T05:38:22.988668+00:00" + }, + { + "id": "fxt_dotlinker", + "name": "fxT_dotLinker", + "category": "toolsets", + "subcategory": "other", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 240, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/fxt_dotlinker/", + "last_updated": "2020-04-27T06:32:14", + "scraped_at": "2026-01-25T05:38:22.988800+00:00" + }, + { + "id": "fxt_guifinder", + "name": "fxT_guiFinder", + "category": "toolsets", + "subcategory": "other", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 238, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/fxt_guifinder/", + "last_updated": "2021-03-21T06:21:28", + "scraped_at": "2026-01-25T05:38:22.988923+00:00" + }, + { + "id": "fxt_linkknobs", + "name": "fxT_linkKnobs", + "category": "toolsets", + "subcategory": "other", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 410, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/fxt_linkknobs/", + "last_updated": "2016-08-06T18:45:00", + "scraped_at": "2026-01-25T05:38:22.989047+00:00" + }, + { + "id": "fxt_precompcontroller", + "name": "fxT_precompController", + "category": "toolsets", + "subcategory": "other", + "author": "fxtor", + "description": "Contributed\u00a0byTor Andreassen", + "rating": null, + "rating_count": 0, + "downloads": 353, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/fxt_precompcontroller/", + "last_updated": "2021-10-29T12:41:42", + "scraped_at": "2026-01-25T05:38:22.989170+00:00" + }, + { + "id": "hg_redusescript", + "name": "HG_ReduseScript", + "category": "toolsets", + "subcategory": "other", + "author": "hossam.galal", + "description": "Contributed\u00a0byhossam galal", + "rating": null, + "rating_count": 0, + "downloads": 219, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/hg_redusescript/", + "last_updated": "2020-07-11T04:50:13", + "scraped_at": "2026-01-25T05:38:22.989293+00:00" + }, + { + "id": "hg_value_editor", + "name": "HG_value_Editor", + "category": "toolsets", + "subcategory": "other", + "author": "hossam.galal", + "description": "Contributed\u00a0byhossam galal", + "rating": null, + "rating_count": 0, + "downloads": 52, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/hg_value_editor/", + "last_updated": "2020-07-23T22:52:41", + "scraped_at": "2026-01-25T05:38:22.989415+00:00" + }, + { + "id": "j_mullet-pooltable", + "name": "J_Mullet PoolTable", + "category": "toolsets", + "subcategory": "other", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 235, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/j_mullet-pooltable/", + "last_updated": "2012-08-24T07:15:39", + "scraped_at": "2026-01-25T05:38:22.989539+00:00" + }, + { + "id": "knob_states", + "name": "Knob_states", + "category": "toolsets", + "subcategory": "other", + "author": "zaj", + "description": "Contributed\u00a0byjulien sabatier", + "rating": null, + "rating_count": 0, + "downloads": 13, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/knob_states/", + "last_updated": "2025-11-26T23:57:49", + "scraped_at": "2026-01-25T05:38:22.989662+00:00" + }, + { + "id": "mb_write_node", + "name": "mb_Write_Node", + "category": "toolsets", + "subcategory": "other", + "author": "Croesus", + "description": "Contributed\u00a0byMarc Bell", + "rating": null, + "rating_count": 0, + "downloads": 74, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/mb_write_node/", + "last_updated": "2018-12-15T19:49:01", + "scraped_at": "2026-01-25T05:38:22.989789+00:00" + }, + { + "id": "node-board", + "name": "Node Board", + "category": "toolsets", + "subcategory": "other", + "author": "filsus", + "description": "Contributed\u00a0byFilip Suska", + "rating": null, + "rating_count": 0, + "downloads": 463, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/node-board/", + "last_updated": "2022-01-18T20:44:45", + "scraped_at": "2026-01-25T05:38:22.989912+00:00" + }, + { + "id": "node-flipper", + "name": "Node Flipper", + "category": "toolsets", + "subcategory": "other", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": 5.0, + "rating_count": 0, + "downloads": 103, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/node-flipper/", + "last_updated": "2024-07-15T04:01:29", + "scraped_at": "2026-01-25T05:38:22.990035+00:00" + }, + { + "id": "notelist", + "name": "notelist", + "category": "toolsets", + "subcategory": "other", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 88, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/notelist/", + "last_updated": "2020-09-13T14:40:23", + "scraped_at": "2026-01-25T05:38:22.990158+00:00" + }, + { + "id": "p_writeprecomp-beta", + "name": "P_WritePrecomp - beta", + "category": "toolsets", + "subcategory": "other", + "author": "Lovecrafter", + "description": "Contributed\u00a0byGustavo calderon Delgado", + "rating": null, + "rating_count": 0, + "downloads": 68, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/p_writeprecomp-beta/", + "last_updated": "2023-07-05T11:01:55", + "scraped_at": "2026-01-25T05:38:22.990280+00:00" + }, + { + "id": "plugin-group-manager-advanced", + "name": "Plugin Group Manager - Advanced", + "category": "toolsets", + "subcategory": "other", + "author": "mushu", + "description": "Contributed\u00a0byJared Glass", + "rating": null, + "rating_count": 0, + "downloads": 212, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/plugin-group-manager-advanced/", + "last_updated": "2013-11-19T12:16:07", + "scraped_at": "2026-01-25T05:38:22.990402+00:00" + }, + { + "id": "plugin-group-manager-basic", + "name": "Plugin Group Manager - Basic", + "category": "toolsets", + "subcategory": "other", + "author": "mushu", + "description": "Contributed\u00a0byJared Glass", + "rating": null, + "rating_count": 0, + "downloads": 323, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/plugin-group-manager-basic/", + "last_updated": "2013-11-19T12:16:53", + "scraped_at": "2026-01-25T05:38:22.990523+00:00" + }, + { + "id": "regrain-changed-only", + "name": "Regrain Changed Only", + "category": "toolsets", + "subcategory": "other", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 183, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/regrain-changed-only/", + "last_updated": "2019-08-16T12:37:31", + "scraped_at": "2026-01-25T05:38:22.990645+00:00" + }, + { + "id": "roto-renderer", + "name": "roto renderer", + "category": "toolsets", + "subcategory": "other", + "author": "gabrielcb", + "description": "Contributed\u00a0byGabriel Couture-Bojanowski", + "rating": null, + "rating_count": 0, + "downloads": 343, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/roto-renderer/", + "last_updated": "2023-03-21T09:43:01", + "scraped_at": "2026-01-25T05:38:22.990771+00:00" + }, + { + "id": "setloop", + "name": "SetLoop", + "category": "toolsets", + "subcategory": "other", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 1427, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/setloop/", + "last_updated": "2025-08-18T23:13:11", + "scraped_at": "2026-01-25T05:38:22.990894+00:00" + }, + { + "id": "switchtorender", + "name": "switchToRender", + "category": "toolsets", + "subcategory": "other", + "author": "edubran", + "description": "Contributed\u00a0byEduardo Brandao", + "rating": null, + "rating_count": 0, + "downloads": 58, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/switchtorender/", + "last_updated": "2019-12-10T16:46:35", + "scraped_at": "2026-01-25T05:38:22.991020+00:00" + }, + { + "id": "trackerfromroto", + "name": "TrackerFromRoto", + "category": "toolsets", + "subcategory": "other", + "author": "gasmasocet", + "description": "Contributed\u00a0byevil kornholio", + "rating": null, + "rating_count": 0, + "downloads": 250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/trackerfromroto/", + "last_updated": "2020-01-31T11:39:08", + "scraped_at": "2026-01-25T05:38:22.991144+00:00" + }, + { + "id": "vectortools", + "name": "VectorTools", + "category": "toolsets", + "subcategory": "other", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": 5.0, + "rating_count": 0, + "downloads": 2744, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/vectortools/", + "last_updated": "2016-05-14T13:44:47", + "scraped_at": "2026-01-25T05:38:22.991267+00:00" + }, + { + "id": "version_difference_tool", + "name": "Version_Difference_Tool", + "category": "toolsets", + "subcategory": "other", + "author": "thexdan", + "description": "Contributed\u00a0byDaniel Miller", + "rating": null, + "rating_count": 0, + "downloads": 118, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/version_difference_tool/", + "last_updated": "2018-12-21T17:56:05", + "scraped_at": "2026-01-25T05:38:22.991390+00:00" + }, + { + "id": "wavemachine", + "name": "WaveMachine", + "category": "toolsets", + "subcategory": "other", + "author": "fynnay", + "description": "Contributed\u00a0byFynn Laue", + "rating": null, + "rating_count": 0, + "downloads": 453, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/wavemachine/", + "last_updated": "2020-06-23T10:47:40", + "scraped_at": "2026-01-25T05:38:22.991513+00:00" + }, + { + "id": "write-to-bd-tools", + "name": "Write to BD Tools", + "category": "toolsets", + "subcategory": "other", + "author": "Atsu", + "description": "Contributed\u00a0byAtsu Matsui", + "rating": null, + "rating_count": 0, + "downloads": 27, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/write-to-bd-tools/", + "last_updated": "2025-09-07T20:08:32", + "scraped_at": "2026-01-25T05:38:22.991636+00:00" + }, + { + "id": "ym-worldswitch", + "name": "Ym WorldSwitch", + "category": "toolsets", + "subcategory": "other", + "author": "mat_uno", + "description": "Contributed\u00a0byYosuke Matsuno", + "rating": null, + "rating_count": 0, + "downloads": 147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/toolsets/other/ym-worldswitch/", + "last_updated": "2013-10-29T03:44:53", + "scraped_at": "2026-01-25T05:38:22.991763+00:00" + }, + { + "id": "cell-noise", + "name": "Cell Noise", + "category": "blink", + "subcategory": "image", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": 4.0, + "rating_count": 0, + "downloads": 2622, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/image/cell-noise/", + "last_updated": "2016-09-13T17:47:27", + "scraped_at": "2026-01-25T05:38:26.305785+00:00" + }, + { + "id": "constant-ja-colour-constant-for-nuke-studio", + "name": "Constant Ja - Colour Constant for Nuke Studio", + "category": "blink", + "subcategory": "image", + "author": "jaredm", + "description": "Contributed\u00a0byJared M", + "rating": null, + "rating_count": 0, + "downloads": 146, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/image/constant-ja-colour-constant-for-nuke-studio/", + "last_updated": "2016-02-20T06:42:43", + "scraped_at": "2026-01-25T05:38:26.306026+00:00" + }, + { + "id": "fbm_noise_blink_kernel", + "name": "fbm_Noise_blink_kernel", + "category": "blink", + "subcategory": "image", + "author": "johannes.saam", + "description": "Contributed\u00a0byJohannes Saam", + "rating": null, + "rating_count": 0, + "downloads": 541, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/image/fbm_noise_blink_kernel/", + "last_updated": "2014-11-18T02:43:32", + "scraped_at": "2026-01-25T05:38:26.306174+00:00" + }, + { + "id": "flow-warp-make-images-flow-on-a-roto-spline", + "name": "Flow Warp (Make images \"Flow\" on a Roto Spline)", + "category": "blink", + "subcategory": "image", + "author": "alexdhanneman", + "description": "Contributed\u00a0byAlex Hanneman", + "rating": 3.0, + "rating_count": 0, + "downloads": 105, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/image/flow-warp-make-images-flow-on-a-roto-spline/", + "last_updated": "2025-09-06T09:49:05", + "scraped_at": "2026-01-25T05:38:26.306305+00:00" + }, + { + "id": "gr_reflect", + "name": "GR_Reflect", + "category": "blink", + "subcategory": "image", + "author": "cronosuno", + "description": "Contributed\u00a0byguillem ramisa", + "rating": null, + "rating_count": 0, + "downloads": 234, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/image/gr_reflect/", + "last_updated": "2020-05-07T08:46:40", + "scraped_at": "2026-01-25T05:38:26.306430+00:00" + }, + { + "id": "textile", + "name": "TexTile", + "category": "blink", + "subcategory": "image", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": 4.0, + "rating_count": 0, + "downloads": 2108, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/image/textile/", + "last_updated": "2017-03-19T12:34:36", + "scraped_at": "2026-01-25T05:38:26.306555+00:00" + }, + { + "id": "voronoi", + "name": "Voronoi", + "category": "blink", + "subcategory": "image", + "author": "iva.busquets", + "description": "Contributed\u00a0byIvan Busquets", + "rating": null, + "rating_count": 0, + "downloads": 1507, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/image/voronoi/", + "last_updated": "2014-05-19T05:45:46", + "scraped_at": "2026-01-25T05:38:26.306680+00:00" + }, + { + "id": "worleynoise", + "name": "WorleyNoise", + "category": "blink", + "subcategory": "image", + "author": "Lukask2k2", + "description": "Contributed\u00a0byLukas Kelloniemi", + "rating": 4.166666666666667, + "rating_count": 0, + "downloads": 83, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/image/worleynoise/", + "last_updated": "2026-01-25T18:00:26", + "scraped_at": "2026-01-25T05:38:26.306810+00:00" + }, + { + "id": "particle-lights", + "name": "Particle Lights", + "category": "blink", + "subcategory": "particles", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 2.0, + "rating_count": 0, + "downloads": 1519, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/particles/particle-lights/", + "last_updated": "2014-06-14T17:06:02", + "scraped_at": "2026-01-25T05:38:27.946707+00:00" + }, + { + "id": "particle-stock", + "name": "Particle Stock", + "category": "blink", + "subcategory": "particles", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": 1.0, + "rating_count": 0, + "downloads": 538, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/particles/particle-stock/", + "last_updated": "2016-09-01T05:48:51", + "scraped_at": "2026-01-25T05:38:27.946854+00:00" + }, + { + "id": "4d-noise", + "name": "4D Noise", + "category": "blink", + "subcategory": "draw", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 3.0, + "rating_count": 0, + "downloads": 1198, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/4d-noise/", + "last_updated": "2021-10-22T22:42:25", + "scraped_at": "2026-01-25T05:38:29.592993+00:00" + }, + { + "id": "after-effects-beam", + "name": "After Effects Beam", + "category": "blink", + "subcategory": "draw", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": 5.0, + "rating_count": 0, + "downloads": 509, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/after-effects-beam/", + "last_updated": "2016-05-08T08:10:08", + "scraped_at": "2026-01-25T05:38:29.593166+00:00" + }, + { + "id": "dots", + "name": "DOTS", + "category": "blink", + "subcategory": "draw", + "author": "cronosuno", + "description": "Contributed\u00a0byguillem ramisa", + "rating": 3.0, + "rating_count": 0, + "downloads": 246, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/dots/", + "last_updated": "2020-04-23T11:53:06", + "scraped_at": "2026-01-25T05:38:29.593297+00:00" + }, + { + "id": "linedrawer", + "name": "LineDrawer", + "category": "blink", + "subcategory": "draw", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": 4.0, + "rating_count": 0, + "downloads": 984, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/linedrawer/", + "last_updated": "2016-07-04T23:36:17", + "scraped_at": "2026-01-25T05:38:29.593423+00:00" + }, + { + "id": "mandelbrot-fractal", + "name": "Mandelbrot fractal", + "category": "blink", + "subcategory": "draw", + "author": "falk.hofmann", + "description": "Contributed\u00a0byFalk Hofmann", + "rating": 3.0, + "rating_count": 0, + "downloads": 450, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/mandelbrot-fractal/", + "last_updated": "2017-09-04T10:55:45", + "scraped_at": "2026-01-25T05:38:29.593547+00:00" + }, + { + "id": "particlebrushstrokes", + "name": "ParticleBrushstrokes", + "category": "blink", + "subcategory": "draw", + "author": "mlavoy", + "description": "Contributed\u00a0bymatt lavoy", + "rating": 5.0, + "rating_count": 0, + "downloads": 1552, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/particlebrushstrokes/", + "last_updated": "2022-10-28T05:48:50", + "scraped_at": "2026-01-25T05:38:29.593674+00:00" + }, + { + "id": "pnz-suite", + "name": "PNZ Suite", + "category": "blink", + "subcategory": "draw", + "author": "xmjtx", + "description": "Contributed\u00a0byMark Joey Tang", + "rating": null, + "rating_count": 0, + "downloads": 779, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/pnz-suite/", + "last_updated": "2020-11-28T04:00:12", + "scraped_at": "2026-01-25T05:38:29.593803+00:00" + }, + { + "id": "uvsticker", + "name": "uvSticker", + "category": "blink", + "subcategory": "draw", + "author": "marcoromeo", + "description": "Contributed\u00a0byMarco Romeo", + "rating": 5.0, + "rating_count": 0, + "downloads": 1476, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/uvsticker/", + "last_updated": "2014-05-26T14:08:16", + "scraped_at": "2026-01-25T05:38:29.593928+00:00" + }, + { + "id": "x_waveform", + "name": "X_Waveform", + "category": "blink", + "subcategory": "draw", + "author": "xavinitram", + "description": "Contributed\u00a0byXavier Mart\u00edn", + "rating": 5.0, + "rating_count": 0, + "downloads": 697, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/draw/x_waveform/", + "last_updated": "2017-04-17T12:44:16", + "scraped_at": "2026-01-25T05:38:29.594051+00:00" + }, + { + "id": "framemedian", + "name": "FrameMedian", + "category": "blink", + "subcategory": "time", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 4.0, + "rating_count": 0, + "downloads": 3351, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/time/framemedian/", + "last_updated": "2016-01-21T15:16:06", + "scraped_at": "2026-01-25T05:38:31.232182+00:00" + }, + { + "id": "invertja-nuke-studio-invert-soft-effect", + "name": "InvertJa - Nuke Studio Invert Soft Effect", + "category": "blink", + "subcategory": "channel", + "author": "jaredm", + "description": "Contributed\u00a0byJared M", + "rating": null, + "rating_count": 0, + "downloads": 144, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/channel/invertja-nuke-studio-invert-soft-effect/", + "last_updated": "2016-02-16T11:50:14", + "scraped_at": "2026-01-25T05:38:32.871639+00:00" + }, + { + "id": "aa_huekey", + "name": "aa_HueKey", + "category": "blink", + "subcategory": "colour", + "author": "asier.aparicio", + "description": "Contributed\u00a0byAsier Aparicio", + "rating": 4.0, + "rating_count": 0, + "downloads": 452, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/aa_huekey/", + "last_updated": "2018-09-14T11:55:26", + "scraped_at": "2026-01-25T05:38:34.528683+00:00" + }, + { + "id": "apdespill", + "name": "apDespill", + "category": "blink", + "subcategory": "colour", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 5377, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/apdespill/", + "last_updated": "2021-06-05T23:16:21", + "scraped_at": "2026-01-25T05:38:34.528830+00:00" + }, + { + "id": "asc-cdl-12-no-clamp", + "name": "ASC-CDL 1.2 (no clamp)", + "category": "blink", + "subcategory": "colour", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 140, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/asc-cdl-12-no-clamp/", + "last_updated": "2020-01-22T19:21:59", + "scraped_at": "2026-01-25T05:38:34.528957+00:00" + }, + { + "id": "blinkposterize", + "name": "BlinkPosterize", + "category": "blink", + "subcategory": "colour", + "author": "PercevalSchopp", + "description": "Contributed\u00a0byPerceval Schopp", + "rating": null, + "rating_count": 0, + "downloads": 151, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/blinkposterize/", + "last_updated": "2024-01-10T22:49:50", + "scraped_at": "2026-01-25T05:38:34.529080+00:00" + }, + { + "id": "c44kernel", + "name": "C44Kernel", + "category": "blink", + "subcategory": "colour", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 627, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/c44kernel/", + "last_updated": "2018-06-24T18:49:25", + "scraped_at": "2026-01-25T05:38:34.529204+00:00" + }, + { + "id": "colorsampler", + "name": "ColorSampler", + "category": "blink", + "subcategory": "colour", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 1542, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/colorsampler/", + "last_updated": "2019-06-05T18:22:01", + "scraped_at": "2026-01-25T05:38:34.529326+00:00" + }, + { + "id": "g_pointlight", + "name": "G_PointLight", + "category": "blink", + "subcategory": "colour", + "author": "guillej.rodriguez", + "description": "Contributed\u00a0byGuillermo J Rodriguez", + "rating": null, + "rating_count": 0, + "downloads": 153, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/g_pointlight/", + "last_updated": "2018-12-03T11:11:52", + "scraped_at": "2026-01-25T05:38:34.529475+00:00" + }, + { + "id": "jrgainrgba", + "name": "jrGainRGBA", + "category": "blink", + "subcategory": "colour", + "author": "splintersilk", + "description": "Contributed\u00a0byJeff Ranasinghe", + "rating": null, + "rating_count": 0, + "downloads": 100, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/jrgainrgba/", + "last_updated": "2016-02-13T06:58:00", + "scraped_at": "2026-01-25T05:38:34.529599+00:00" + }, + { + "id": "lutapply", + "name": "LUTApply", + "category": "blink", + "subcategory": "colour", + "author": "hpduiker", + "description": "Contributed\u00a0byHaarm-Pieter Duiker", + "rating": null, + "rating_count": 0, + "downloads": 228, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/lutapply/", + "last_updated": "2015-09-01T16:53:44", + "scraped_at": "2026-01-25T05:38:34.529722+00:00" + }, + { + "id": "lutinvert", + "name": "LUTInvert", + "category": "blink", + "subcategory": "colour", + "author": "hpduiker", + "description": "Contributed\u00a0byHaarm-Pieter Duiker", + "rating": null, + "rating_count": 0, + "downloads": 1450, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/lutinvert/", + "last_updated": "2015-09-01T00:52:47", + "scraped_at": "2026-01-25T05:38:34.529850+00:00" + }, + { + "id": "lutrecover", + "name": "LUTRecover", + "category": "blink", + "subcategory": "colour", + "author": "hpduiker", + "description": "Contributed\u00a0byHaarm-Pieter Duiker", + "rating": null, + "rating_count": 0, + "downloads": 298, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/lutrecover/", + "last_updated": "2015-09-01T16:54:18", + "scraped_at": "2026-01-25T05:38:34.529972+00:00" + }, + { + "id": "lutrecovermerge", + "name": "LUTRecoverMerge", + "category": "blink", + "subcategory": "colour", + "author": "hpduiker", + "description": "Contributed\u00a0byHaarm-Pieter Duiker", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/lutrecovermerge/", + "last_updated": "2015-09-02T15:03:11", + "scraped_at": "2026-01-25T05:38:34.530095+00:00" + }, + { + "id": "tetrahedral-interpolation", + "name": "Tetrahedral Interpolation", + "category": "blink", + "subcategory": "colour", + "author": "sillycalvin", + "description": "Contributed\u00a0bysilly calvin", + "rating": 4.0, + "rating_count": 0, + "downloads": 144, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/colour/tetrahedral-interpolation/", + "last_updated": "2020-12-11T16:38:08", + "scraped_at": "2026-01-25T05:38:34.530216+00:00" + }, + { + "id": "al_defocus-beta", + "name": "AL_Defocus (Beta)", + "category": "blink", + "subcategory": "filter", + "author": "konobee", + "description": "Contributed\u00a0byLoiseau Arthur", + "rating": null, + "rating_count": 0, + "downloads": 1266, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/al_defocus-beta/", + "last_updated": "2018-01-01T04:40:47", + "scraped_at": "2026-01-25T05:38:36.190519+00:00" + }, + { + "id": "antialiasing-recovery", + "name": "Antialiasing Recovery", + "category": "blink", + "subcategory": "filter", + "author": "nuki", + "description": "Contributed\u00a0byMartin Kenzel", + "rating": null, + "rating_count": 0, + "downloads": 1643, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/antialiasing-recovery/", + "last_updated": "2018-05-18T07:42:45", + "scraped_at": "2026-01-25T05:38:36.190662+00:00" + }, + { + "id": "bilateral_v02", + "name": "bilateral_v02", + "category": "blink", + "subcategory": "filter", + "author": "ploraco", + "description": "Contributed\u00a0byAlexandre Bon", + "rating": 3.0, + "rating_count": 0, + "downloads": 203, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/bilateral_v02/", + "last_updated": "2020-01-10T11:46:29", + "scraped_at": "2026-01-25T05:38:36.190809+00:00" + }, + { + "id": "blinkdirblur", + "name": "BlinkDirBlur", + "category": "blink", + "subcategory": "filter", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": 5.0, + "rating_count": 0, + "downloads": 818, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/blinkdirblur/", + "last_updated": "2020-07-24T14:29:23", + "scraped_at": "2026-01-25T05:38:36.190936+00:00" + }, + { + "id": "blinkscript-median", + "name": "BlinkScript Median", + "category": "blink", + "subcategory": "filter", + "author": "egbert", + "description": "Contributed\u00a0byEgbert Reichel", + "rating": null, + "rating_count": 0, + "downloads": 1026, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/blinkscript-median/", + "last_updated": "2018-01-26T11:04:24", + "scraped_at": "2026-01-25T05:38:36.191061+00:00" + }, + { + "id": "blitz-defocus", + "name": "Blitz Defocus", + "category": "blink", + "subcategory": "filter", + "author": "Maxime_Servoise", + "description": "Contributed\u00a0byMaxime Servoise", + "rating": null, + "rating_count": 0, + "downloads": 1765, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/blitz-defocus/", + "last_updated": "2023-10-31T20:05:14", + "scraped_at": "2026-01-25T05:38:36.191189+00:00" + }, + { + "id": "catseyedefocus", + "name": "CatsEyeDefocus", + "category": "blink", + "subcategory": "filter", + "author": "coolya", + "description": "Contributed\u00a0byAlex Kulikov", + "rating": null, + "rating_count": 0, + "downloads": 2502, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/catseyedefocus/", + "last_updated": "2016-12-19T03:22:25", + "scraped_at": "2026-01-25T05:38:36.191315+00:00" + }, + { + "id": "demosaic", + "name": "Demosaic", + "category": "blink", + "subcategory": "filter", + "author": "nuki", + "description": "Contributed\u00a0byMartin Kenzel", + "rating": null, + "rating_count": 0, + "downloads": 612, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/demosaic/", + "last_updated": "2018-05-18T10:57:05", + "scraped_at": "2026-01-25T05:38:36.191439+00:00" + }, + { + "id": "environmentblur", + "name": "EnvironmentBlur", + "category": "blink", + "subcategory": "filter", + "author": "hpduiker", + "description": "Contributed\u00a0byHaarm-Pieter Duiker", + "rating": null, + "rating_count": 0, + "downloads": 397, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/environmentblur/", + "last_updated": "2014-05-20T05:24:47", + "scraped_at": "2026-01-25T05:38:36.191564+00:00" + }, + { + "id": "eroderound", + "name": "ErodeRound", + "category": "blink", + "subcategory": "filter", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": null, + "rating_count": 0, + "downloads": 664, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/eroderound/", + "last_updated": "2020-01-06T12:11:24", + "scraped_at": "2026-01-25T05:38:36.191689+00:00" + }, + { + "id": "g_toon", + "name": "G_Toon", + "category": "blink", + "subcategory": "filter", + "author": "guillej.rodriguez", + "description": "Contributed\u00a0byGuillermo J Rodriguez", + "rating": null, + "rating_count": 0, + "downloads": 1027, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/g_toon/", + "last_updated": "2018-11-16T23:22:27", + "scraped_at": "2026-01-25T05:38:36.191817+00:00" + }, + { + "id": "h_pixelsort", + "name": "h_PixelSort", + "category": "blink", + "subcategory": "filter", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 1944, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/h_pixelsort/", + "last_updated": "2018-03-09T01:24:53", + "scraped_at": "2026-01-25T05:38:36.191941+00:00" + }, + { + "id": "median_ab_blinkscript_v01", + "name": "Median_AB_blinkscript_v01", + "category": "blink", + "subcategory": "filter", + "author": "ploraco", + "description": "Contributed\u00a0byAlexandre Bon", + "rating": null, + "rating_count": 0, + "downloads": 319, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/median_ab_blinkscript_v01/", + "last_updated": "2020-10-02T09:39:08", + "scraped_at": "2026-01-25T05:38:36.192065+00:00" + }, + { + "id": "mt-anamorphic-astigmatism", + "name": "mt Anamorphic Astigmatism", + "category": "blink", + "subcategory": "filter", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": 5.0, + "rating_count": 0, + "downloads": 156, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/mt-anamorphic-astigmatism/", + "last_updated": "2025-09-23T01:59:00", + "scraped_at": "2026-01-25T05:38:36.192189+00:00" + }, + { + "id": "pblur", + "name": "PBlur", + "category": "blink", + "subcategory": "filter", + "author": "Kesher", + "description": "Contributed\u00a0byOliver Daniels", + "rating": 5.0, + "rating_count": 0, + "downloads": 70, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/pblur/", + "last_updated": "2025-09-24T16:05:39", + "scraped_at": "2026-01-25T05:38:36.192316+00:00" + }, + { + "id": "pixelrepeat", + "name": "PixelRepeat", + "category": "blink", + "subcategory": "filter", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 1893, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/pixelrepeat/", + "last_updated": "2025-01-14T09:43:34", + "scraped_at": "2026-01-25T05:38:36.192440+00:00" + }, + { + "id": "pixelsort", + "name": "PixelSort", + "category": "blink", + "subcategory": "filter", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 1914, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/pixelsort/", + "last_updated": "2023-09-12T22:09:53", + "scraped_at": "2026-01-25T05:38:36.192564+00:00" + }, + { + "id": "pscatterstrokes", + "name": "pScatterStrokes", + "category": "blink", + "subcategory": "filter", + "author": "PercevalSchopp", + "description": "Contributed\u00a0byPerceval Schopp", + "rating": null, + "rating_count": 0, + "downloads": 316, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/pscatterstrokes/", + "last_updated": "2022-11-07T09:58:04", + "scraped_at": "2026-01-25T05:38:36.192687+00:00" + }, + { + "id": "rank-filter", + "name": "Rank Filter", + "category": "blink", + "subcategory": "filter", + "author": "josh76", + "description": "Contributed\u00a0byJosh Parks", + "rating": null, + "rating_count": 0, + "downloads": 312, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/rank-filter/", + "last_updated": "2025-05-02T10:08:48", + "scraped_at": "2026-01-25T05:38:36.192825+00:00" + }, + { + "id": "ssao-screen-space-ambient-occlusion", + "name": "SSAO - Screen Space Ambient Occlusion", + "category": "blink", + "subcategory": "filter", + "author": "mapoga", + "description": "Contributed\u00a0byMathieu Goulet-Aubin", + "rating": null, + "rating_count": 0, + "downloads": 325, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/ssao-screen-space-ambient-occlusion/", + "last_updated": "2021-08-31T13:44:50", + "scraped_at": "2026-01-25T05:38:36.192950+00:00" + }, + { + "id": "uvproject", + "name": "UVProject", + "category": "blink", + "subcategory": "filter", + "author": "psor", + "description": "Contributed\u00a0byLoic REMY", + "rating": null, + "rating_count": 0, + "downloads": 163, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/uvproject/", + "last_updated": "2021-04-11T04:22:03", + "scraped_at": "2026-01-25T05:38:36.193073+00:00" + }, + { + "id": "x_aton", + "name": "X_Aton", + "category": "blink", + "subcategory": "filter", + "author": "xavinitram", + "description": "Contributed\u00a0byXavier Mart\u00edn", + "rating": 4.75, + "rating_count": 0, + "downloads": 5968, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/x_aton/", + "last_updated": "2017-11-15T10:46:38", + "scraped_at": "2026-01-25T05:38:36.193197+00:00" + }, + { + "id": "x_sharpen-and-x_soften", + "name": "X_Sharpen and X_Soften", + "category": "blink", + "subcategory": "filter", + "author": "xavinitram", + "description": "Contributed\u00a0byXavier Mart\u00edn", + "rating": null, + "rating_count": 0, + "downloads": 1716, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/filter/x_sharpen-and-x_soften/", + "last_updated": "2020-08-08T15:03:28", + "scraped_at": "2026-01-25T05:38:36.193321+00:00" + }, + { + "id": "apmatte", + "name": "aPMatte", + "category": "blink", + "subcategory": "keyer", + "author": "adrianpueyo", + "description": "Contributed\u00a0byAdrian Pueyo", + "rating": 5.0, + "rating_count": 0, + "downloads": 8362, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/keyer/apmatte/", + "last_updated": "2020-02-24T03:00:40", + "scraped_at": "2026-01-25T05:38:37.832440+00:00" + }, + { + "id": "objectid", + "name": "ObjectID", + "category": "blink", + "subcategory": "keyer", + "author": "Mr. Sheep", + "description": "Contributed\u00a0byDominik Steinacher", + "rating": null, + "rating_count": 0, + "downloads": 567, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/keyer/objectid/", + "last_updated": "2016-04-18T09:04:35", + "scraped_at": "2026-01-25T05:38:37.832583+00:00" + }, + { + "id": "p_noise_advanced", + "name": "p_Noise_Advanced", + "category": "blink", + "subcategory": "keyer", + "author": "rGray", + "description": "Contributed\u00a0byRiley Gray", + "rating": 4.5, + "rating_count": 0, + "downloads": 2766, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/keyer/p_noise_advanced/", + "last_updated": "2024-07-25T04:20:24", + "scraped_at": "2026-01-25T05:38:37.832712+00:00" + }, + { + "id": "ssao", + "name": "ssao", + "category": "blink", + "subcategory": "merge", + "author": "marcoromeo", + "description": "Contributed\u00a0byMarco Romeo", + "rating": null, + "rating_count": 0, + "downloads": 762, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/merge/ssao/", + "last_updated": "2014-05-26T14:16:15", + "scraped_at": "2026-01-25T05:38:39.469402+00:00" + }, + { + "id": "environmenttransform", + "name": "EnvironmentTransform", + "category": "blink", + "subcategory": "transform", + "author": "hpduiker", + "description": "Contributed\u00a0byHaarm-Pieter Duiker", + "rating": null, + "rating_count": 0, + "downloads": 917, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/transform/environmenttransform/", + "last_updated": "2014-09-04T00:08:01", + "scraped_at": "2026-01-25T05:38:41.113207+00:00" + }, + { + "id": "iidistort", + "name": "IIDistort", + "category": "blink", + "subcategory": "transform", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": null, + "rating_count": 0, + "downloads": 513, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/transform/iidistort/", + "last_updated": "2020-05-22T11:38:28", + "scraped_at": "2026-01-25T05:38:41.113356+00:00" + }, + { + "id": "lp2dpmatte", + "name": "lp2DPMatte", + "category": "blink", + "subcategory": "transform", + "author": "dalopas", + "description": "Contributed\u00a0byDavid Lozano", + "rating": null, + "rating_count": 0, + "downloads": 117, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/transform/lp2dpmatte/", + "last_updated": "2023-10-28T22:31:24", + "scraped_at": "2026-01-25T05:38:41.113487+00:00" + }, + { + "id": "mtprefstick", + "name": "mtPrefStick", + "category": "blink", + "subcategory": "transform", + "author": "MiguelT", + "description": "Contributed\u00a0byMiguel Torija", + "rating": 5.0, + "rating_count": 0, + "downloads": 603, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/transform/mtprefstick/", + "last_updated": "2021-11-01T03:30:28", + "scraped_at": "2026-01-25T05:38:41.113618+00:00" + }, + { + "id": "transform_loop", + "name": "Transform_Loop", + "category": "blink", + "subcategory": "transform", + "author": "rmatier", + "description": "Contributed\u00a0byRobert Matier", + "rating": null, + "rating_count": 0, + "downloads": 69, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/transform/transform_loop/", + "last_updated": "2025-05-03T10:48:13", + "scraped_at": "2026-01-25T05:38:41.113749+00:00" + }, + { + "id": "x_distort", + "name": "X_Distort", + "category": "blink", + "subcategory": "transform", + "author": "xavinitram", + "description": "Contributed\u00a0byXavier Mart\u00edn", + "rating": 4.75, + "rating_count": 0, + "downloads": 15324, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/transform/x_distort/", + "last_updated": "2021-01-25T09:30:01", + "scraped_at": "2026-01-25T05:38:41.113874+00:00" + }, + { + "id": "blink-ray-marcher", + "name": "Blink Ray Marcher", + "category": "blink", + "subcategory": "3d", + "author": "obulka", + "description": "Contributed\u00a0byOwen Bulka", + "rating": null, + "rating_count": 0, + "downloads": 192, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/3d/blink-ray-marcher/", + "last_updated": "2023-11-29T08:25:34", + "scraped_at": "2026-01-25T05:38:42.770537+00:00" + }, + { + "id": "blink_fog_3d", + "name": "blink_fog_3d", + "category": "blink", + "subcategory": "3d", + "author": "obulka", + "description": "Contributed\u00a0byOwen Bulka", + "rating": null, + "rating_count": 0, + "downloads": 1510, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/3d/blink_fog_3d/", + "last_updated": "2024-09-25T15:15:10", + "scraped_at": "2026-01-25T05:38:42.770681+00:00" + }, + { + "id": "glow_3d_v3", + "name": "glow_3D_V3", + "category": "blink", + "subcategory": "3d", + "author": "simorlabrasse", + "description": "Contributed\u00a0bySimon Moreau", + "rating": null, + "rating_count": 0, + "downloads": 364, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/3d/glow_3d_v3/", + "last_updated": "2015-12-14T03:53:26", + "scraped_at": "2026-01-25T05:38:42.770815+00:00" + }, + { + "id": "lightning_generator", + "name": "lightning_generator", + "category": "blink", + "subcategory": "3d", + "author": "ErwanL", + "description": "Contributed\u00a0byErwan Leroy", + "rating": null, + "rating_count": 0, + "downloads": 844, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/3d/lightning_generator/", + "last_updated": "2020-01-27T10:59:10", + "scraped_at": "2026-01-25T05:38:42.770942+00:00" + }, + { + "id": "n_rayreflect", + "name": "N_RayReflect", + "category": "blink", + "subcategory": "3d", + "author": "obulka", + "description": "Contributed\u00a0byOwen Bulka", + "rating": null, + "rating_count": 0, + "downloads": 309, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/3d/n_rayreflect/", + "last_updated": "2023-07-08T03:42:12", + "scraped_at": "2026-01-25T05:38:42.771066+00:00" + }, + { + "id": "voxel-system", + "name": "Voxel System", + "category": "blink", + "subcategory": "3d", + "author": "MatteHue", + "description": "Contributed\u00a0byMatthew Shaw", + "rating": null, + "rating_count": 0, + "downloads": 2776, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/3d/voxel-system/", + "last_updated": "2016-11-17T04:19:11", + "scraped_at": "2026-01-25T05:38:42.771190+00:00" + }, + { + "id": "aofromnandp", + "name": "AOfromNandP", + "category": "blink", + "subcategory": "other", + "author": "PercevalSchopp", + "description": "Contributed\u00a0byPerceval Schopp", + "rating": null, + "rating_count": 0, + "downloads": 53, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/other/aofromnandp/", + "last_updated": "2023-12-15T15:49:25", + "scraped_at": "2026-01-25T05:38:47.664821+00:00" + }, + { + "id": "complex", + "name": "Complex", + "category": "blink", + "subcategory": "other", + "author": "daverobinsongfx", + "description": "Contributed\u00a0byDavid Robinson", + "rating": null, + "rating_count": 0, + "downloads": 9, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/other/complex/", + "last_updated": "2024-09-25T15:53:35", + "scraped_at": "2026-01-25T05:38:47.664968+00:00" + }, + { + "id": "conways-game-of-life", + "name": "Conway's Game Of Life", + "category": "blink", + "subcategory": "other", + "author": "Liryc", + "description": "Contributed\u00a0byCyril Richon", + "rating": null, + "rating_count": 0, + "downloads": 49, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/other/conways-game-of-life/", + "last_updated": "2021-06-05T15:29:06", + "scraped_at": "2026-01-25T05:38:47.665097+00:00" + }, + { + "id": "dct-discrete-cosine-transform", + "name": "DCT - Discrete Cosine Transform", + "category": "blink", + "subcategory": "other", + "author": "mborgo", + "description": "Contributed\u00a0byMagno Borgo", + "rating": null, + "rating_count": 0, + "downloads": 314, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/other/dct-discrete-cosine-transform/", + "last_updated": "2016-02-25T06:48:22", + "scraped_at": "2026-01-25T05:38:47.665226+00:00" + }, + { + "id": "photonormal", + "name": "photonormal", + "category": "blink", + "subcategory": "other", + "author": "LeoLiuos", + "description": "Contributed\u00a0byLeo Lipasti", + "rating": null, + "rating_count": 0, + "downloads": 318, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/other/photonormal/", + "last_updated": "2016-02-16T11:26:16", + "scraped_at": "2026-01-25T05:38:47.665355+00:00" + }, + { + "id": "pixelgather", + "name": "PixelGather", + "category": "blink", + "subcategory": "other", + "author": "nikowuesti", + "description": "Contributed\u00a0byNikolai W\u00fcstemann", + "rating": null, + "rating_count": 0, + "downloads": 62, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/blink/other/pixelgather/", + "last_updated": "2023-01-16T04:45:24", + "scraped_at": "2026-01-25T05:38:47.665479+00:00" + }, + { + "id": "nk-file-association-to-nukex-on-windows", + "name": ".nk file association to NukeX on Windows", + "category": "miscellaneous", + "subcategory": "general", + "author": "crish", + "description": "Contributed\u00a0byChristian Kauppert", + "rating": null, + "rating_count": 0, + "downloads": 842, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nk-file-association-to-nukex-on-windows/", + "last_updated": "2012-11-29T04:42:55", + "scraped_at": "2026-01-25T05:38:49.412260+00:00" + }, + { + "id": "3d_scene", + "name": "3d_scene", + "category": "miscellaneous", + "subcategory": "general", + "author": "mestela", + "description": "Contributed\u00a0bymatt estela", + "rating": null, + "rating_count": 0, + "downloads": 1296, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/3d_scene/", + "last_updated": "2013-12-06T01:49:08", + "scraped_at": "2026-01-25T05:38:49.412404+00:00" + }, + { + "id": "auto-open-nk-as-nukex", + "name": "Auto open .nk as NukeX", + "category": "miscellaneous", + "subcategory": "general", + "author": "maxvanleeuwen", + "description": "Contributed\u00a0byMax van Leeuwen", + "rating": 5.0, + "rating_count": 0, + "downloads": 1079, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/auto-open-nk-as-nukex/", + "last_updated": "2018-04-20T01:05:18", + "scraped_at": "2026-01-25T05:38:49.412531+00:00" + }, + { + "id": "buddysystem", + "name": "BuddySystem", + "category": "miscellaneous", + "subcategory": "general", + "author": "hgifford", + "description": "Contributed\u00a0byHiram Gifford", + "rating": 5.0, + "rating_count": 0, + "downloads": 686, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/buddysystem/", + "last_updated": "2025-10-28T12:03:46", + "scraped_at": "2026-01-25T05:38:49.412656+00:00" + }, + { + "id": "butterfly-file", + "name": "Butterfly file", + "category": "miscellaneous", + "subcategory": "general", + "author": "chenxiaobao", + "description": "Contributed\u00a0byXIAObao CHAN", + "rating": null, + "rating_count": 0, + "downloads": 457, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/butterfly-file/", + "last_updated": "2012-11-26T07:16:57", + "scraped_at": "2026-01-25T05:38:49.412786+00:00" + }, + { + "id": "call-updated-script-panel", + "name": "Call Updated Script - Panel", + "category": "miscellaneous", + "subcategory": "general", + "author": "deshu", + "description": "Contributed\u00a0bydeshu diosh", + "rating": null, + "rating_count": 0, + "downloads": 188, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/call-updated-script-panel/", + "last_updated": "2012-08-26T07:26:54", + "scraped_at": "2026-01-25T05:38:49.412911+00:00" + }, + { + "id": "cleanchannels", + "name": "CleanChannels", + "category": "miscellaneous", + "subcategory": "general", + "author": "hdmoser", + "description": "Contributed\u00a0byHenrique Moser", + "rating": null, + "rating_count": 0, + "downloads": 522, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/cleanchannels/", + "last_updated": "2012-09-14T02:36:04", + "scraped_at": "2026-01-25T05:38:49.413036+00:00" + }, + { + "id": "fcp-x-xml-to-nuke", + "name": "FCP X xml to nuke", + "category": "miscellaneous", + "subcategory": "general", + "author": "mtp_thomas", + "description": "Contributed\u00a0byThomas Szabo", + "rating": null, + "rating_count": 0, + "downloads": 750, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/fcp-x-xml-to-nuke/", + "last_updated": "2011-12-15T04:17:59", + "scraped_at": "2026-01-25T05:38:49.413157+00:00" + }, + { + "id": "flappy-bird-for-nuke", + "name": "Flappy Bird for Nuke", + "category": "miscellaneous", + "subcategory": "general", + "author": "mkrzastek", + "description": "Contributed\u00a0byMateusz Krzastek", + "rating": 5.0, + "rating_count": 0, + "downloads": 174, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/flappy-bird-for-nuke/", + "last_updated": "2021-09-27T14:48:47", + "scraped_at": "2026-01-25T05:38:49.413282+00:00" + }, + { + "id": "hotkeys-wallpaper-2560x1600px-mac", + "name": "Hotkeys - Wallpaper 2560x1600px - Mac", + "category": "miscellaneous", + "subcategory": "general", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 803, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/hotkeys-wallpaper-2560x1600px-mac/", + "last_updated": "2013-06-30T11:04:49", + "scraped_at": "2026-01-25T05:38:49.413404+00:00" + }, + { + "id": "hotkeys-wallpaper-2560x1600px-win-lin", + "name": "Hotkeys - Wallpaper 2560x1600px - Win/Lin", + "category": "miscellaneous", + "subcategory": "general", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 1514, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/hotkeys-wallpaper-2560x1600px-win-lin/", + "last_updated": "2013-06-30T11:04:15", + "scraped_at": "2026-01-25T05:38:49.413527+00:00" + }, + { + "id": "hotkeys-pdf", + "name": "Hotkeys (PDF)", + "category": "miscellaneous", + "subcategory": "general", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 11372, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/hotkeys-pdf/", + "last_updated": "2013-06-30T11:03:09", + "scraped_at": "2026-01-25T05:38:49.413649+00:00" + }, + { + "id": "hotkeys-wallpaper", + "name": "Hotkeys (Wallpaper)", + "category": "miscellaneous", + "subcategory": "general", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 9914, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/hotkeys-wallpaper/", + "last_updated": "2013-06-30T11:03:42", + "scraped_at": "2026-01-25T05:38:49.413867+00:00" + }, + { + "id": "illustrator-friendly-vectors-of-stock-nuke", + "name": "Illustrator Friendly Vectors of Stock Nuke SVG icons", + "category": "miscellaneous", + "subcategory": "general", + "author": "mogga", + "description": "Contributed\u00a0byRobert Moggach", + "rating": null, + "rating_count": 0, + "downloads": 135, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/illustrator-friendly-vectors-of-stock-nuke/", + "last_updated": "2014-05-30T14:22:56", + "scraped_at": "2026-01-25T05:38:49.414083+00:00" + }, + { + "id": "lsseq-241", + "name": "lsseq-2.4.1", + "category": "miscellaneous", + "subcategory": "general", + "author": "james.rowell", + "description": "Contributed\u00a0byJames Rowell", + "rating": null, + "rating_count": 0, + "downloads": 146, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/lsseq-241/", + "last_updated": "2021-07-14T08:01:41", + "scraped_at": "2026-01-25T05:38:49.414236+00:00" + }, + { + "id": "lw_w_hotbox_setup", + "name": "LW_W_hotbox_Setup", + "category": "miscellaneous", + "subcategory": "general", + "author": "larswemmje", + "description": "Contributed\u00a0byLars Wemmje", + "rating": 5.0, + "rating_count": 0, + "downloads": 1063, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/lw_w_hotbox_setup/", + "last_updated": "2018-10-08T10:29:13", + "scraped_at": "2026-01-25T05:38:49.414385+00:00" + }, + { + "id": "m_toolsets", + "name": "M_Toolsets", + "category": "miscellaneous", + "subcategory": "general", + "author": "comp_V01", + "description": "Contributed\u00a0byMarcel Pichert", + "rating": 5.0, + "rating_count": 0, + "downloads": 959, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/m_toolsets/", + "last_updated": "2020-02-03T12:44:01", + "scraped_at": "2026-01-25T05:38:49.414537+00:00" + }, + { + "id": "mayaobj2nuke16m", + "name": "MayaOBJ2Nuke16M", + "category": "miscellaneous", + "subcategory": "general", + "author": "widam3d", + "description": "Contributed\u00a0bymauricio ricaldi", + "rating": null, + "rating_count": 0, + "downloads": 117, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/mayaobj2nuke16m/", + "last_updated": "2016-05-29T08:53:25", + "scraped_at": "2026-01-25T05:38:49.414686+00:00" + }, + { + "id": "nodecolors", + "name": "NodeColors", + "category": "miscellaneous", + "subcategory": "general", + "author": "whitecrow1986", + "description": "Contributed\u00a0byAaron Marine", + "rating": null, + "rating_count": 0, + "downloads": 85, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nodecolors/", + "last_updated": "2021-09-20T10:07:40", + "scraped_at": "2026-01-25T05:38:49.414836+00:00" + }, + { + "id": "nuke-61-style-icons-photoshop-template", + "name": "Nuke 6.1 style Icons Photoshop Template", + "category": "miscellaneous", + "subcategory": "general", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": null, + "rating_count": 0, + "downloads": 384, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke-61-style-icons-photoshop-template/", + "last_updated": "2012-03-12T04:09:13", + "scraped_at": "2026-01-25T05:38:49.414980+00:00" + }, + { + "id": "nuke-icon-toolkit", + "name": "Nuke Icon Toolkit", + "category": "miscellaneous", + "subcategory": "general", + "author": "BenMcEwan", + "description": "Contributed\u00a0byBen McEwan", + "rating": 5.0, + "rating_count": 0, + "downloads": 73, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke-icon-toolkit/", + "last_updated": "2025-08-31T15:49:46", + "scraped_at": "2026-01-25T05:38:49.415124+00:00" + }, + { + "id": "nuke-network-render-backburner", + "name": "Nuke Network Render Backburner", + "category": "miscellaneous", + "subcategory": "general", + "author": "dubiella", + "description": "Contributed\u00a0bydiogo dubiella", + "rating": null, + "rating_count": 0, + "downloads": 1338, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke-network-render-backburner/", + "last_updated": "2014-11-19T19:43:50", + "scraped_at": "2026-01-25T05:38:49.415268+00:00" + }, + { + "id": "nuke-project-packer", + "name": "Nuke Project Packer", + "category": "miscellaneous", + "subcategory": "general", + "author": "jarry1986", + "description": "Contributed\u00a0byjia zhihui", + "rating": 5.0, + "rating_count": 0, + "downloads": 64, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke-project-packer/", + "last_updated": "2025-10-20T10:10:53", + "scraped_at": "2026-01-25T05:38:49.415413+00:00" + }, + { + "id": "nuke-python-stubs", + "name": "Nuke Python Stubs", + "category": "miscellaneous", + "subcategory": "general", + "author": "Virgil89", + "description": "Contributed\u00a0byVirgil Sisoe", + "rating": null, + "rating_count": 0, + "downloads": 47, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke-python-stubs/", + "last_updated": "2023-10-18T09:39:55", + "scraped_at": "2026-01-25T05:38:49.415556+00:00" + }, + { + "id": "nuke-scene-collector", + "name": "Nuke Scene Collector", + "category": "miscellaneous", + "subcategory": "general", + "author": "cgbeige", + "description": "Contributed\u00a0byDAve G", + "rating": null, + "rating_count": 0, + "downloads": 1540, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke-scene-collector/", + "last_updated": "2015-12-07T05:06:40", + "scraped_at": "2026-01-25T05:38:49.415699+00:00" + }, + { + "id": "nuke-scripts-andrenders", + "name": "Nuke Scripts andRenders", + "category": "miscellaneous", + "subcategory": "general", + "author": "GPStuart", + "description": "Contributed\u00a0byStuart Robertson", + "rating": null, + "rating_count": 0, + "downloads": 7, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke-scripts-andrenders/", + "last_updated": "2025-03-08T14:39:49", + "scraped_at": "2026-01-25T05:38:49.415851+00:00" + }, + { + "id": "nuke-them", + "name": "Nuke them", + "category": "miscellaneous", + "subcategory": "general", + "author": "menthorskillz", + "description": "Contributed\u00a0byWilliam Eguienta", + "rating": null, + "rating_count": 0, + "downloads": 117, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke-them/", + "last_updated": "2013-12-02T02:01:33", + "scraped_at": "2026-01-25T05:38:49.415993+00:00" + }, + { + "id": "nuke_pyboxes", + "name": "nuke_pyboxes", + "category": "miscellaneous", + "subcategory": "general", + "author": "willfilm29", + "description": "Contributed\u00a0bywill james", + "rating": null, + "rating_count": 0, + "downloads": 98, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nuke_pyboxes/", + "last_updated": "2017-12-16T15:49:28", + "scraped_at": "2026-01-25T05:38:49.416137+00:00" + }, + { + "id": "nukeops", + "name": "NukeOps", + "category": "miscellaneous", + "subcategory": "general", + "author": "loocas", + "description": "Contributed\u00a0byLuk\u00e1\u0161 Dub\u011bda", + "rating": 5.0, + "rating_count": 0, + "downloads": 335, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nukeops/", + "last_updated": "2011-02-16T10:00:53", + "scraped_at": "2026-01-25T05:38:49.416280+00:00" + }, + { + "id": "nukeview", + "name": "NukeView", + "category": "miscellaneous", + "subcategory": "general", + "author": "andrewhake", + "description": "Contributed\u00a0byAndrew Hake", + "rating": null, + "rating_count": 0, + "downloads": 177, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/nukeview/", + "last_updated": "2010-10-08T13:29:26", + "scraped_at": "2026-01-25T05:38:49.416425+00:00" + }, + { + "id": "open-nuke-folder", + "name": "Open .nuke folder", + "category": "miscellaneous", + "subcategory": "general", + "author": "NickLambert", + "description": "Contributed\u00a0byNicholas Lambert", + "rating": null, + "rating_count": 0, + "downloads": 1031, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/open-nuke-folder/", + "last_updated": "2011-07-28T03:55:28", + "scraped_at": "2026-01-25T05:38:49.416567+00:00" + }, + { + "id": "outer-space-simulator", + "name": "Outer Space Simulator", + "category": "miscellaneous", + "subcategory": "general", + "author": "mkrzastek", + "description": "Contributed\u00a0byMateusz Krzastek", + "rating": null, + "rating_count": 0, + "downloads": 45, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/outer-space-simulator/", + "last_updated": "2021-01-11T19:49:13", + "scraped_at": "2026-01-25T05:38:49.416709+00:00" + }, + { + "id": "pass2nuke", + "name": "Pass2Nuke", + "category": "miscellaneous", + "subcategory": "general", + "author": "barry.berman", + "description": "Contributed\u00a0byBarry Berman", + "rating": null, + "rating_count": 0, + "downloads": 721, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/pass2nuke/", + "last_updated": "2010-07-06T07:20:20", + "scraped_at": "2026-01-25T05:38:49.416857+00:00" + }, + { + "id": "profiling-stylesheet", + "name": "Profiling Stylesheet", + "category": "miscellaneous", + "subcategory": "general", + "author": "attackid", + "description": "Contributed\u00a0byMichael De Caria", + "rating": null, + "rating_count": 0, + "downloads": 50, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/profiling-stylesheet/", + "last_updated": "2017-10-02T11:30:30", + "scraped_at": "2026-01-25T05:38:49.417028+00:00" + }, + { + "id": "ps_enable_disable", + "name": "PS_Enable_Disable", + "category": "miscellaneous", + "subcategory": "general", + "author": "rekapallisatish", + "description": "Contributed\u00a0bysatish rekapalli", + "rating": null, + "rating_count": 0, + "downloads": 33, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/ps_enable_disable/", + "last_updated": "2021-03-13T19:07:23", + "scraped_at": "2026-01-25T05:38:49.417232+00:00" + }, + { + "id": "pt_connector", + "name": "pt_connector", + "category": "miscellaneous", + "subcategory": "general", + "author": "linandre", + "description": "Contributed\u00a0byandre lin", + "rating": null, + "rating_count": 0, + "downloads": 33, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/pt_connector/", + "last_updated": "2020-01-06T12:09:39", + "scraped_at": "2026-01-25T05:38:49.417421+00:00" + }, + { + "id": "replicatevalue", + "name": "ReplicateValue", + "category": "miscellaneous", + "subcategory": "general", + "author": "hdmoser", + "description": "Contributed\u00a0byHenrique Moser", + "rating": null, + "rating_count": 0, + "downloads": 93, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/replicatevalue/", + "last_updated": "2012-01-29T03:07:22", + "scraped_at": "2026-01-25T05:38:49.417567+00:00" + }, + { + "id": "rightclickconvert", + "name": "RightClickConvert", + "category": "miscellaneous", + "subcategory": "general", + "author": "masqu3rad3", + "description": "Contributed\u00a0byArda Kutlu", + "rating": null, + "rating_count": 0, + "downloads": 135, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/rightclickconvert/", + "last_updated": "2019-02-06T22:20:35", + "scraped_at": "2026-01-25T05:38:49.417715+00:00" + }, + { + "id": "st_alignanddistrubutenodes", + "name": "ST_AlignAndDistrubuteNodes", + "category": "miscellaneous", + "subcategory": "general", + "author": "stweed", + "description": "Contributed\u00a0bySpencer Tweed", + "rating": null, + "rating_count": 0, + "downloads": 167, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/st_alignanddistrubutenodes/", + "last_updated": "2018-03-14T17:36:53", + "scraped_at": "2026-01-25T05:38:49.417872+00:00" + }, + { + "id": "starfield", + "name": "Starfield", + "category": "miscellaneous", + "subcategory": "general", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 1017, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/starfield/", + "last_updated": "2012-08-23T22:06:04", + "scraped_at": "2026-01-25T05:38:49.418016+00:00" + }, + { + "id": "start-nukes-framecycler", + "name": "Start Nuke's FrameCycler", + "category": "miscellaneous", + "subcategory": "general", + "author": "crish", + "description": "Contributed\u00a0byChristian Kauppert", + "rating": null, + "rating_count": 0, + "downloads": 779, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/start-nukes-framecycler/", + "last_updated": "2012-07-11T04:43:52", + "scraped_at": "2026-01-25T05:38:49.418156+00:00" + }, + { + "id": "terminalrender", + "name": "terminalRender", + "category": "miscellaneous", + "subcategory": "general", + "author": "jordal", + "description": "Contributed\u00a0byJorge Vidal", + "rating": null, + "rating_count": 0, + "downloads": 31, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/terminalrender/", + "last_updated": "2025-11-30T23:48:19", + "scraped_at": "2026-01-25T05:38:49.418296+00:00" + }, + { + "id": "using-merge-arithmetic-to-correct-uneven", + "name": "Using Merge Arithmetic to Correct Uneven Greenscreens", + "category": "miscellaneous", + "subcategory": "general", + "author": "GPStuart", + "description": "Contributed\u00a0byStuart Robertson", + "rating": null, + "rating_count": 0, + "downloads": 16, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/using-merge-arithmetic-to-correct-uneven/", + "last_updated": "2025-03-08T14:39:31", + "scraped_at": "2026-01-25T05:38:49.418440+00:00" + }, + { + "id": "using-nuke-to-test-the-rules-of-perspective", + "name": "Using Nuke to Test The Rules of Perspective Drawing and Measure a Flat Earth", + "category": "miscellaneous", + "subcategory": "general", + "author": "xrstuart", + "description": "Contributed\u00a0byStuart Robertson", + "rating": null, + "rating_count": 0, + "downloads": 110, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/using-nuke-to-test-the-rules-of-perspective/", + "last_updated": "2019-08-05T09:23:20", + "scraped_at": "2026-01-25T05:38:49.418583+00:00" + }, + { + "id": "vctor-tools", + "name": "V!ctor Tools", + "category": "miscellaneous", + "subcategory": "general", + "author": "victorperez", + "description": "Contributed\u00a0byVictor Perez", + "rating": 4.0, + "rating_count": 0, + "downloads": 4552, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/vctor-tools/", + "last_updated": "2016-05-22T09:40:52", + "scraped_at": "2026-01-25T05:38:49.418731+00:00" + }, + { + "id": "vimdcc", + "name": "vimdcc", + "category": "miscellaneous", + "subcategory": "general", + "author": "Virgil89", + "description": "Contributed\u00a0byVirgil Sisoe", + "rating": 5.0, + "rating_count": 0, + "downloads": 8, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/miscellaneous/vimdcc/", + "last_updated": "2023-12-15T15:48:41", + "scraped_at": "2026-01-25T05:38:49.418871+00:00" + }, + { + "id": "addfxtags", + "name": "addFxTags", + "category": "hiero", + "subcategory": "python", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 215, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/addfxtags/", + "last_updated": "2016-04-24T13:44:12", + "scraped_at": "2026-01-25T05:38:51.095551+00:00" + }, + { + "id": "aesequenceexporter", + "name": "AESequenceExporter", + "category": "hiero", + "subcategory": "python", + "author": "mattbrealey", + "description": "Contributed\u00a0byMatt Brealey", + "rating": null, + "rating_count": 0, + "downloads": 887, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/aesequenceexporter/", + "last_updated": "2013-05-18T05:01:27", + "scraped_at": "2026-01-25T05:38:51.095696+00:00" + }, + { + "id": "clip-splitter-for-split-sequences", + "name": "Clip Splitter for split sequences", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 147, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/clip-splitter-for-split-sequences/", + "last_updated": "2014-02-27T08:44:34", + "scraped_at": "2026-01-25T05:38:51.095830+00:00" + }, + { + "id": "easy-dialogs-and-status-bar", + "name": "Easy Dialogs and Status Bar", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": 1.0, + "rating_count": 0, + "downloads": 226, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/easy-dialogs-and-status-bar/", + "last_updated": "2014-02-16T03:18:53", + "scraped_at": "2026-01-25T05:38:51.095959+00:00" + }, + { + "id": "export-nk-only-submission-with-no-transcoding", + "name": "Export - .nk only submission with no transcoding", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 231, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/export-nk-only-submission-with-no-transcoding/", + "last_updated": "2013-11-19T12:22:40", + "scraped_at": "2026-01-25T05:38:51.096087+00:00" + }, + { + "id": "freeze-frame-maker", + "name": "Freeze Frame Maker", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 270, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/freeze-frame-maker/", + "last_updated": "2013-11-19T12:23:10", + "scraped_at": "2026-01-25T05:38:51.096213+00:00" + }, + { + "id": "get-shots-helper", + "name": "Get Shots Helper", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 332, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/get-shots-helper/", + "last_updated": "2013-04-17T04:01:50", + "scraped_at": "2026-01-25T05:38:51.096337+00:00" + }, + { + "id": "give-me-python-selection-hieroselecteditems", + "name": "Give me Python selection - hiero.selectedItems", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 747, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/give-me-python-selection-hieroselecteditems/", + "last_updated": "2013-11-19T12:23:36", + "scraped_at": "2026-01-25T05:38:51.096461+00:00" + }, + { + "id": "grab-still-frame-clip", + "name": "Grab Still Frame Clip", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 388, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/grab-still-frame-clip/", + "last_updated": "2012-11-08T00:30:32", + "scraped_at": "2026-01-25T05:38:51.096583+00:00" + }, + { + "id": "graincheck-for-nukestudio-hiero", + "name": "GrainCheck for NukeStudio & Hiero", + "category": "hiero", + "subcategory": "python", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 5.0, + "rating_count": 0, + "downloads": 476, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/graincheck-for-nukestudio-hiero/", + "last_updated": "2015-12-01T11:36:44", + "scraped_at": "2026-01-25T05:38:51.096707+00:00" + }, + { + "id": "hiero-clear-offline-media", + "name": "Hiero Clear Offline media", + "category": "hiero", + "subcategory": "python", + "author": "marek.bires", + "description": "Contributed\u00a0byMarek Bires", + "rating": null, + "rating_count": 0, + "downloads": 7, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/hiero-clear-offline-media/", + "last_updated": "2025-10-20T12:58:33", + "scraped_at": "2026-01-25T05:38:51.096837+00:00" + }, + { + "id": "hiero-frame-scribble-fun", + "name": "Hiero Frame Scribble Fun", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 318, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/hiero-frame-scribble-fun/", + "last_updated": "2012-09-09T04:35:41", + "scraped_at": "2026-01-25T05:38:51.096961+00:00" + }, + { + "id": "hiero-spreadsheet-csv-export", + "name": "Hiero Spreadsheet CSV Export", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 1105, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/hiero-spreadsheet-csv-export/", + "last_updated": "2013-09-04T18:25:59", + "scraped_at": "2026-01-25T05:38:51.097085+00:00" + }, + { + "id": "hierofindwidget", + "name": "HieroFindWidget", + "category": "hiero", + "subcategory": "python", + "author": "tsuchibuta", + "description": "Contributed\u00a0byZachary Scheuren", + "rating": null, + "rating_count": 0, + "downloads": 339, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/hierofindwidget/", + "last_updated": "2013-04-30T06:40:33", + "scraped_at": "2026-01-25T05:38:51.097209+00:00" + }, + { + "id": "lue-grading-for-nuke-studio", + "name": "LUE Grading for Nuke Studio", + "category": "hiero", + "subcategory": "python", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": null, + "rating_count": 0, + "downloads": 1164, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/lue-grading-for-nuke-studio/", + "last_updated": "2015-11-04T04:03:49", + "scraped_at": "2026-01-25T05:38:51.097331+00:00" + }, + { + "id": "new-sequence-from-selection", + "name": "New Sequence from Selection", + "category": "hiero", + "subcategory": "python", + "author": "tsuchibuta", + "description": "Contributed\u00a0byZachary Scheuren", + "rating": null, + "rating_count": 0, + "downloads": 294, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/new-sequence-from-selection/", + "last_updated": "2012-11-08T00:30:39", + "scraped_at": "2026-01-25T05:38:51.097454+00:00" + }, + { + "id": "nuke-style-menu-shortcuts", + "name": "Nuke Style Menu Shortcuts", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 227, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/nuke-style-menu-shortcuts/", + "last_updated": "2012-07-31T03:24:54", + "scraped_at": "2026-01-25T05:38:51.097577+00:00" + }, + { + "id": "nuke-hiero-timecode-calculator", + "name": "Nuke/Hiero Timecode Calculator", + "category": "hiero", + "subcategory": "python", + "author": "mattbrealey", + "description": "Contributed\u00a0byMatt Brealey", + "rating": null, + "rating_count": 0, + "downloads": 730, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/nuke-hiero-timecode-calculator/", + "last_updated": "2012-08-01T03:31:18", + "scraped_at": "2026-01-25T05:38:51.097698+00:00" + }, + { + "id": "open-hiero-frame-with-nuke", + "name": "Open Hiero Frame with Nuke", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 162, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/open-hiero-frame-with-nuke/", + "last_updated": "2012-08-05T13:58:57", + "scraped_at": "2026-01-25T05:38:51.097825+00:00" + }, + { + "id": "opentimelineio-import-export", + "name": "OpenTimelineIO - Import/Export", + "category": "hiero", + "subcategory": "python", + "author": "apetrynet", + "description": "Contributed\u00a0byDaniel Flehner Heen", + "rating": null, + "rating_count": 0, + "downloads": 142, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/opentimelineio-import-export/", + "last_updated": "2021-03-12T12:00:23", + "scraped_at": "2026-01-25T05:38:51.097946+00:00" + }, + { + "id": "pimp-my-spreadsheet", + "name": "Pimp my Spreadsheet", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 710, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/pimp-my-spreadsheet/", + "last_updated": "2013-11-19T12:27:37", + "scraped_at": "2026-01-25T05:38:51.098068+00:00" + }, + { + "id": "posterframe", + "name": "PosterFrame", + "category": "hiero", + "subcategory": "python", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 75, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/posterframe/", + "last_updated": "2016-10-05T08:31:40", + "scraped_at": "2026-01-25T05:38:51.098189+00:00" + }, + { + "id": "reclaim-ram-for-export", + "name": "Reclaim RAM for Export", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 152, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/reclaim-ram-for-export/", + "last_updated": "2014-02-16T03:19:53", + "scraped_at": "2026-01-25T05:38:51.098311+00:00" + }, + { + "id": "redline-export-for-hiero", + "name": "Redline Export for Hiero", + "category": "hiero", + "subcategory": "python", + "author": "dogger", + "description": "Contributed\u00a0byPaul Wiens", + "rating": null, + "rating_count": 0, + "downloads": 131, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/redline-export-for-hiero/", + "last_updated": "2012-12-01T05:54:37", + "scraped_at": "2026-01-25T05:38:51.098431+00:00" + }, + { + "id": "reinstateaudio", + "name": "ReinstateAudio", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 68, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/reinstateaudio/", + "last_updated": "2014-12-11T00:56:28", + "scraped_at": "2026-01-25T05:38:51.098553+00:00" + }, + { + "id": "remove-unused-clips", + "name": "Remove Unused Clips", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 449, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/remove-unused-clips/", + "last_updated": "2013-02-19T15:45:52", + "scraped_at": "2026-01-25T05:38:51.098674+00:00" + }, + { + "id": "save-all-save-new-project-helpers", + "name": "Save All / Save New Project Helpers", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 168, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/save-all-save-new-project-helpers/", + "last_updated": "2015-10-05T21:16:36", + "scraped_at": "2026-01-25T05:38:51.098803+00:00" + }, + { + "id": "set-frame-rate-bin-view-menu", + "name": "Set Frame Rate Bin view menu", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 643, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/set-frame-rate-bin-view-menu/", + "last_updated": "2013-09-06T14:49:48", + "scraped_at": "2026-01-25T05:38:51.098926+00:00" + }, + { + "id": "setposterframe", + "name": "setPosterFrame", + "category": "hiero", + "subcategory": "python", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 61, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/setposterframe/", + "last_updated": "2016-04-11T10:12:30", + "scraped_at": "2026-01-25T05:38:51.099047+00:00" + }, + { + "id": "shotbins", + "name": "ShotBins", + "category": "hiero", + "subcategory": "python", + "author": "mattbrealey", + "description": "Contributed\u00a0byMatt Brealey", + "rating": null, + "rating_count": 0, + "downloads": 260, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/shotbins/", + "last_updated": "2012-09-18T03:39:00", + "scraped_at": "2026-01-25T05:38:51.099170+00:00" + }, + { + "id": "sort-items-in-bin", + "name": "Sort Items in Bin", + "category": "hiero", + "subcategory": "python", + "author": "tinitron", + "description": "Contributed\u00a0byMichael Habenicht", + "rating": null, + "rating_count": 0, + "downloads": 97, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/sort-items-in-bin/", + "last_updated": "2017-07-10T11:24:20", + "scraped_at": "2026-01-25T05:38:51.099291+00:00" + }, + { + "id": "thumbnail-exporter", + "name": "Thumbnail Exporter", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 999, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/thumbnail-exporter/", + "last_updated": "2013-11-19T12:28:24", + "scraped_at": "2026-01-25T05:38:51.099414+00:00" + }, + { + "id": "version-up-everywhere", + "name": "Version up Everywhere", + "category": "hiero", + "subcategory": "python", + "author": "ant", + "description": "Contributed\u00a0byAntony Nasce", + "rating": null, + "rating_count": 0, + "downloads": 266, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/python/version-up-everywhere/", + "last_updated": "2015-09-28T21:48:47", + "scraped_at": "2026-01-25T05:38:51.099536+00:00" + }, + { + "id": "a_premult", + "name": "A_Premult", + "category": "hiero", + "subcategory": "softeffects", + "author": "AndreeKnutsson", + "description": "Contributed\u00a0byAndre\u00e9 Knutsson", + "rating": null, + "rating_count": 0, + "downloads": 331, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/softeffects/a_premult/", + "last_updated": "2017-02-02T20:53:18", + "scraped_at": "2026-01-25T05:38:52.739510+00:00" + }, + { + "id": "dopacity_v1", + "name": "dOpacity_v1", + "category": "hiero", + "subcategory": "softeffects", + "author": "diogoadmin", + "description": "Contributed\u00a0byDiogo Girondi", + "rating": null, + "rating_count": 0, + "downloads": 250, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/softeffects/dopacity_v1/", + "last_updated": "2019-09-17T18:46:46", + "scraped_at": "2026-01-25T05:38:52.739654+00:00" + }, + { + "id": "lat-long-viewer", + "name": "Lat-Long Viewer", + "category": "hiero", + "subcategory": "softeffects", + "author": "malu05", + "description": "Contributed\u00a0byMads Hagbarth Damsbo", + "rating": 1.0, + "rating_count": 0, + "downloads": 326, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/softeffects/lat-long-viewer/", + "last_updated": "2017-02-27T06:00:15", + "scraped_at": "2026-01-25T05:38:52.739787+00:00" + }, + { + "id": "mb-hiero-custom-notes", + "name": "MB Hiero Custom Notes", + "category": "hiero", + "subcategory": "softeffects", + "author": "marek.bires", + "description": "Contributed\u00a0byMarek Bires", + "rating": null, + "rating_count": 0, + "downloads": 6, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/softeffects/mb-hiero-custom-notes/", + "last_updated": "2025-12-02T19:31:28", + "scraped_at": "2026-01-25T05:38:52.739912+00:00" + }, + { + "id": "mb-hiero-dynamicaspect", + "name": "MB Hiero DynamicAspect", + "category": "hiero", + "subcategory": "softeffects", + "author": "marek.bires", + "description": "Contributed\u00a0byMarek Bires", + "rating": null, + "rating_count": 0, + "downloads": 6, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/hiero/softeffects/mb-hiero-dynamicaspect/", + "last_updated": "2025-12-02T19:34:59", + "scraped_at": "2026-01-25T05:38:52.740035+00:00" + }, + { + "id": "camera-film-back-presets", + "name": "Camera Film Back Presets", + "category": "presets", + "subcategory": "general", + "author": "dekekincaid", + "description": "Contributed\u00a0byDeke Kincaid", + "rating": 5.0, + "rating_count": 0, + "downloads": 3948, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/presets/camera-film-back-presets/", + "last_updated": "2012-10-18T05:43:05", + "scraped_at": "2026-01-25T05:38:54.380113+00:00" + }, + { + "id": "camerashake_helper", + "name": "CameraShake_Helper", + "category": "presets", + "subcategory": "general", + "author": "Shuvo", + "description": "Contributed\u00a0byshuvo fx", + "rating": 5.0, + "rating_count": 0, + "downloads": 419, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/presets/camerashake_helper/", + "last_updated": "2024-07-06T05:42:24", + "scraped_at": "2026-01-25T05:38:54.380256+00:00" + }, + { + "id": "collectfiles-22", + "name": "collectFiles 2.2", + "category": "presets", + "subcategory": "general", + "author": "nitesh2p", + "description": "Contributed\u00a0bynitesh pancholi", + "rating": 5.0, + "rating_count": 0, + "downloads": 3308, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/presets/collectfiles-22/", + "last_updated": "2023-08-14T01:00:27", + "scraped_at": "2026-01-25T05:38:54.380384+00:00" + }, + { + "id": "recursivewritetool", + "name": "RecursiveWriteTool", + "category": "presets", + "subcategory": "general", + "author": "Yirui99", + "description": "Contributed\u00a0byJianan Xiang", + "rating": null, + "rating_count": 0, + "downloads": 48, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/presets/recursivewritetool/", + "last_updated": "2025-04-11T09:19:23", + "scraped_at": "2026-01-25T05:38:54.380510+00:00" + }, + { + "id": "reformat_presets", + "name": "reformat_presets", + "category": "presets", + "subcategory": "general", + "author": "dekekincaid", + "description": "Contributed\u00a0byDeke Kincaid", + "rating": null, + "rating_count": 0, + "downloads": 1446, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/presets/reformat_presets/", + "last_updated": "2011-08-25T22:59:09", + "scraped_at": "2026-01-25T05:38:54.380635+00:00" + }, + { + "id": "rollingshutter-presets", + "name": "RollingShutter Presets", + "category": "presets", + "subcategory": "general", + "author": "itaki", + "description": "Contributed\u00a0byMichael McReynolds", + "rating": 5.0, + "rating_count": 0, + "downloads": 759, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/presets/rollingshutter-presets/", + "last_updated": "2014-08-10T12:43:35", + "scraped_at": "2026-01-25T05:38:54.380763+00:00" + }, + { + "id": "generateparticles2", + "name": "GenerateParticles2", + "category": "tcl-scripts", + "subcategory": "general", + "author": "frank", + "description": "Contributed\u00a0byFrank Rueter", + "rating": null, + "rating_count": 0, + "downloads": 332, + "nuke_versions": "", + "platforms": [ + "linux", + "mac", + "windows" + ], + "license": null, + "url": "https://nukepedia.com/tools/tcl-scripts/generateparticles2/", + "last_updated": "2010-08-19T03:55:10", + "scraped_at": "2026-01-25T05:38:56.019746+00:00" + } + ] +} \ No newline at end of file diff --git a/skills/nukepedia-tools/scripts/scrape.py b/skills/nukepedia-tools/scripts/scrape.py new file mode 100644 index 0000000..dda8f59 --- /dev/null +++ b/skills/nukepedia-tools/scripts/scrape.py @@ -0,0 +1,353 @@ +#!/usr/bin/env python3 +""" +Scrape Nukepedia.com to build a searchable catalog of VFX tools. + +Usage: + python scrape.py [--full] [--resume] [--output PATH] + +Options: + --full Fetch detail pages for each tool (slower, ~2400 requests) + --resume Resume an interrupted scrape + --output Output path (default: ../data/nukepedia-catalog.json) + +Rate limited to 1 req/sec. Please support Nukepedia: https://nukepedia.com/donate +""" + +import argparse +import json +import re +import sys +import time +from dataclasses import dataclass, field, asdict +from datetime import datetime, timezone +from pathlib import Path +from typing import Optional + +try: + import requests + from bs4 import BeautifulSoup +except ImportError: + print("Missing dependencies. Install with:") + print(" pip install requests beautifulsoup4") + sys.exit(1) + +BASE_URL = "https://nukepedia.com" +USER_AGENT = "gizmosearch/0.1 (VFX tool catalog builder; respects robots.txt)" +REQUEST_DELAY = 1.0 +MAX_RETRIES = 3 +PROGRESS_FILE = ".gizmosearch_progress.json" + +CATEGORIES = [ + ("gizmos", ["deep", "image", "particles", "draw", "time", "channel", + "colour", "filter", "keyer", "merge", "transform", "3d", + "stereo", "metadata", "other"]), + ("python", ["import-export", "render", "flipbook", "misc", "3d", + "nodegraph", "ui", "deep"]), + ("plugins", ["image", "time", "draw", "channel", "colour", "filter", + "keyer", "merge", "transform", "3d", "other"]), + ("toolsets", ["deep", "image", "particles", "draw", "time", "channel", + "colour", "filter", "keyer", "merge", "transform", "3d", + "stereo", "metadata", "other"]), + ("blink", ["deep", "image", "particles", "draw", "time", "channel", + "colour", "filter", "keyer", "merge", "transform", "3d", + "stereo", "metadata", "other"]), + ("miscellaneous", []), + ("hiero", ["python", "softeffects"]), + ("presets", []), + ("tcl-scripts", []), +] + + +@dataclass +class Tool: + id: str + name: str + category: str + subcategory: str + author: str = "" + description: str = "" + rating: Optional[float] = None + rating_count: int = 0 + downloads: int = 0 + nuke_versions: str = "" + platforms: list = field(default_factory=list) + license: Optional[str] = None + url: str = "" + last_updated: Optional[str] = None + scraped_at: str = "" + + +@dataclass +class Catalog: + version: str + scraped_at: str + tool_count: int + nukepedia_support: dict + tools: list + + +def get_support_info(): + return { + "message": "Nukepedia is a free, community-run resource serving VFX artists since 2008. Please support them!", + "donate_url": "https://nukepedia.com/donate", + "prouser_url": "https://nukepedia.com/prouser", + "website": "https://nukepedia.com", + "contribute_url": "https://nukepedia.com/my-uploads/new/" + } + + +class Scraper: + def __init__(self, full_scrape=False, resume=False): + self.session = requests.Session() + self.session.headers["User-Agent"] = USER_AGENT + self.full_scrape = full_scrape + self.tools = [] + self.completed_urls = set() + + if resume: + self._load_progress() + + def _load_progress(self): + try: + with open(PROGRESS_FILE) as f: + data = json.load(f) + self.tools = [Tool(**t) for t in data.get("tools", [])] + self.completed_urls = set(data.get("completed_urls", [])) + print(f" Resumed: {len(self.tools)} tools, {len(self.completed_urls)} pages") + except FileNotFoundError: + pass + + def _save_progress(self): + with open(PROGRESS_FILE, "w") as f: + json.dump({ + "tools": [asdict(t) for t in self.tools], + "completed_urls": list(self.completed_urls) + }, f) + + def _cleanup_progress(self): + Path(PROGRESS_FILE).unlink(missing_ok=True) + + def _fetch(self, url: str) -> Optional[str]: + for attempt in range(MAX_RETRIES): + try: + resp = self.session.get(url, timeout=30, allow_redirects=True) + if resp.status_code == 200: + return resp.text + elif resp.status_code == 429: + wait = (2 ** attempt) * REQUEST_DELAY + print(f" Rate limited, waiting {wait}s...") + time.sleep(wait) + else: + print(f" HTTP {resp.status_code}: {url}") + return None + except requests.RequestException as e: + if attempt < MAX_RETRIES - 1: + time.sleep(REQUEST_DELAY * (attempt + 1)) + else: + print(f" Error fetching {url}: {e}") + return None + return None + + def scrape(self) -> Catalog: + print("\n GizmoSearch") + print(" ===========\n") + print(" Building a catalog of free VFX tools from nukepedia.com") + print(" Please support Nukepedia: https://nukepedia.com/donate\n") + + for cat_name, subcats in CATEGORIES: + if subcats: + for subcat in subcats: + self._scrape_category(cat_name, subcat) + else: + self._scrape_category(cat_name, "") + + if self.full_scrape: + self._scrape_detail_pages() + + self._cleanup_progress() + + now = datetime.now(timezone.utc).isoformat() + catalog = Catalog( + version="1.0", + scraped_at=now, + tool_count=len(self.tools), + nukepedia_support=get_support_info(), + tools=[asdict(t) for t in self.tools] + ) + + print(f"\n Scraped {len(self.tools)} tools") + print(" Support Nukepedia: https://nukepedia.com/donate\n") + + return catalog + + def _scrape_category(self, category: str, subcategory: str): + if subcategory: + url = f"{BASE_URL}/tools/{category}/{subcategory}" + display = f"{category}/{subcategory}" + else: + url = f"{BASE_URL}/tools/{category}" + display = category + + if url in self.completed_urls: + print(f" {display} (cached)") + return + + print(f" {display}...", end="", flush=True) + + page = 1 + count = 0 + while True: + page_url = f"{url}?page={page}" if page > 1 else url + html = self._fetch(page_url) + if not html: + break + + soup = BeautifulSoup(html, "html.parser") + tools = self._parse_tool_cards(soup, category, subcategory or "general") + + if not tools: + break + + self.tools.extend(tools) + count += len(tools) + + # check for next page + next_link = soup.select_one(".pagination a.next, a[rel='next']") + if not next_link or "disabled" in next_link.get("class", []): + break + + page += 1 + time.sleep(REQUEST_DELAY) + + self.completed_urls.add(url) + self._save_progress() + print(f" {count} tools") + time.sleep(REQUEST_DELAY) + + def _parse_tool_cards(self, soup: BeautifulSoup, category: str, subcategory: str) -> list: + """Parse tool cards from listing page. Nukepedia uses with data attributes.""" + tools = [] + + # find all tool cards - they're tags with class "tool-card" and data attributes + cards = soup.select("a.tool-card[data-name]") + + for card in cards: + href = card.get("href", "") + if not href or not href.startswith("/tools/"): + continue + + url = f"{BASE_URL}{href}" + tool_id = href.rstrip("/").split("/")[-1] + + name = card.get("data-name", tool_id) + author = card.get("data-author", "") + downloads = int(card.get("data-downloads", 0) or 0) + date_str = card.get("data-date", "") + rating_str = card.get("data-rating", "") + + rating = None + if rating_str: + try: + rating = float(rating_str) + except ValueError: + pass + + last_updated = None + if date_str: + last_updated = date_str + + # get description from the card content + desc_el = card.select_one(".description, .excerpt, p") + description = desc_el.get_text(strip=True) if desc_el else "" + + # get rating count if available + rating_count = 0 + rating_el = card.select_one(".rating-count, .votes") + if rating_el: + match = re.search(r"(\d+)", rating_el.get_text()) + if match: + rating_count = int(match.group(1)) + + tools.append(Tool( + id=tool_id, + name=name, + category=category, + subcategory=subcategory, + author=author, + description=description, + rating=rating, + rating_count=rating_count, + downloads=downloads, + url=url, + platforms=["linux", "mac", "windows"], + last_updated=last_updated, + scraped_at=datetime.now(timezone.utc).isoformat() + )) + + return tools + + def _scrape_detail_pages(self): + tools_needing_details = [(i, t) for i, t in enumerate(self.tools) if not t.description] + + if not tools_needing_details: + return + + print(f"\n Fetching {len(tools_needing_details)} detail pages...") + + for idx, (i, tool) in enumerate(tools_needing_details): + if tool.url in self.completed_urls: + continue + + html = self._fetch(tool.url) + if html: + self._parse_detail_page(html, self.tools[i]) + self.completed_urls.add(tool.url) + + if (idx + 1) % 50 == 0: + self._save_progress() + print(f" {idx + 1}/{len(tools_needing_details)}") + + time.sleep(REQUEST_DELAY) + + def _parse_detail_page(self, html: str, tool: Tool): + soup = BeautifulSoup(html, "html.parser") + + # description + desc_el = soup.select_one(".tool-description, .description, #description, .content p") + if desc_el: + tool.description = " ".join(desc_el.get_text().split())[:500] + + # nuke versions + ver_el = soup.select_one(".nuke-version, .compatibility, [class*='version']") + if ver_el: + tool.nuke_versions = ver_el.get_text(strip=True) + + # license + lic_el = soup.select_one(".license, [class*='license']") + if lic_el: + tool.license = lic_el.get_text(strip=True) + + tool.scraped_at = datetime.now(timezone.utc).isoformat() + + +def main(): + parser = argparse.ArgumentParser(description="Scrape Nukepedia for VFX tools") + parser.add_argument("--full", action="store_true", help="Fetch detail pages") + parser.add_argument("--resume", action="store_true", help="Resume interrupted scrape") + parser.add_argument("--output", default=None, help="Output path") + args = parser.parse_args() + + output = Path(args.output) if args.output else Path(__file__).parent.parent / "data" / "nukepedia-catalog.json" + output.parent.mkdir(parents=True, exist_ok=True) + + scraper = Scraper(full_scrape=args.full, resume=args.resume) + catalog = scraper.scrape() + + with open(output, "w") as f: + json.dump(asdict(catalog), f, indent=2) + + print(f" Saved to {output}") + + +if __name__ == "__main__": + main() diff --git a/skills/nukepedia-tools/scripts/search.py b/skills/nukepedia-tools/scripts/search.py new file mode 100644 index 0000000..626b086 --- /dev/null +++ b/skills/nukepedia-tools/scripts/search.py @@ -0,0 +1,171 @@ +#!/usr/bin/env python3 +""" +Search the Nukepedia tool catalog. + +Usage: + python search.py [options] + +Examples: + python search.py keyer + python search.py edge --category gizmos + python search.py "" --category python --min-rating 4 + python search.py tracker --verbose + +Support Nukepedia: https://nukepedia.com/donate +""" + +import argparse +import json +import math +import sys +from pathlib import Path +from typing import Optional + + +def load_catalog(path: Path) -> dict: + with open(path) as f: + return json.load(f) + + +def search(catalog: dict, query: str = "", category: str = None, + subcategory: str = None, author: str = None, + min_rating: float = None, min_downloads: int = None, + limit: int = 10) -> list: + """Search tools matching criteria.""" + results = [] + query_lower = query.lower() if query else "" + + for tool in catalog.get("tools", []): + # text search + if query_lower: + searchable = f"{tool['name']} {tool['description']} {tool['author']} {tool['subcategory']}".lower() + if query_lower not in searchable: + continue + + # category filter + if category and tool["category"].lower() != category.lower(): + continue + + # subcategory filter + if subcategory and subcategory.lower() not in tool["subcategory"].lower(): + continue + + # author filter + if author and author.lower() not in tool["author"].lower(): + continue + + # rating filter + if min_rating is not None: + if tool["rating"] is None or tool["rating"] < min_rating: + continue + + # downloads filter + if min_downloads is not None: + if tool["downloads"] < min_downloads: + continue + + results.append(tool) + + # sort by relevance + def score(t): + s = 0.0 + if query_lower: + if t["name"].lower() == query_lower: + s += 100 + elif t["name"].lower().startswith(query_lower): + s += 50 + elif query_lower in t["name"].lower(): + s += 25 + if query_lower in t["description"].lower(): + s += 10 + if t["rating"]: + s += t["rating"] * 5 + if t["downloads"] > 0: + s += math.log10(t["downloads"]) * 2 + return s + + results.sort(key=score, reverse=True) + return results[:limit] if limit else results + + +def format_brief(tool: dict) -> str: + rating = f" ({tool['rating']:.1f}/5)" if tool["rating"] else "" + desc = tool["description"][:80] + "..." if len(tool["description"]) > 80 else tool["description"] + return f" {tool['name']} - {tool['category'].title()}{rating}\n {desc}\n {tool['url']}" + + +def format_verbose(tool: dict) -> str: + lines = [ + f"\n {tool['name']}", + f" {'=' * len(tool['name'])}", + f" Category: {tool['category'].title()} / {tool['subcategory']}", + f" Author: {tool['author'] or 'Unknown'}", + ] + if tool["rating"]: + lines.append(f" Rating: {tool['rating']:.1f}/5 ({tool['rating_count']} votes)") + lines.append(f" Downloads: {tool['downloads']}") + if tool["nuke_versions"]: + lines.append(f" Nuke versions: {tool['nuke_versions']}") + if tool["platforms"]: + lines.append(f" Platforms: {', '.join(p.title() for p in tool['platforms'])}") + if tool["license"]: + lines.append(f" License: {tool['license']}") + lines.append(f" URL: {tool['url']}") + if tool["description"]: + lines.append(f"\n {tool['description']}") + return "\n".join(lines) + + +def main(): + parser = argparse.ArgumentParser(description="Search Nukepedia tool catalog") + parser.add_argument("query", nargs="?", default="", help="Search query") + parser.add_argument("--category", "-c", help="Filter by category") + parser.add_argument("--subcategory", "-s", help="Filter by subcategory") + parser.add_argument("--author", "-a", help="Filter by author") + parser.add_argument("--min-rating", type=float, help="Minimum rating (1-5)") + parser.add_argument("--min-downloads", type=int, help="Minimum downloads") + parser.add_argument("--limit", "-l", type=int, default=10, help="Max results") + parser.add_argument("--verbose", "-v", action="store_true", help="Verbose output") + parser.add_argument("--catalog", default=None, help="Path to catalog JSON") + parser.add_argument("--json", action="store_true", help="Output as JSON") + args = parser.parse_args() + + catalog_path = Path(args.catalog) if args.catalog else Path(__file__).parent.parent / "data" / "nukepedia-catalog.json" + + if not catalog_path.exists(): + print(f"Catalog not found: {catalog_path}") + print("Run scrape.py first to build the catalog.") + sys.exit(1) + + catalog = load_catalog(catalog_path) + results = search( + catalog, + query=args.query, + category=args.category, + subcategory=args.subcategory, + author=args.author, + min_rating=args.min_rating, + min_downloads=args.min_downloads, + limit=args.limit + ) + + if args.json: + print(json.dumps(results, indent=2)) + return + + if not results: + print("No tools found matching your query.") + return + + for tool in results: + if args.verbose: + print(format_verbose(tool)) + else: + print(format_brief(tool)) + print() + + print(f"{len(results)} tool(s) found. Support Nukepedia: https://nukepedia.com/donate") + + +if __name__ == "__main__": + main()