Your search for coolchipper returned 5 results.
Search
EnableDisable
Contributed by coolchipper
Python script which lets you enable and disable nodes based on user input and class. I know Nuke already has select similar option, but for people who don't like going into menus this may be helpful.Just add the text to the menu.py file in your .nuke directory . Thanks
rangeKey
Contributed by coolchipper
Little callback for setting up keys over a range using Multiply node.
deployCrops
Contributed by coolchipper
Little python snippet to deploy crops after the merges with bbox more than the user-specified format. place the deployCrops file into your .nuke/python directory Add this to the menu.py file # deployCrops nodeMenu = nuke.menu('Nuke').findItem('Edit/Node') nodeMenu.addCommand('deployCrops', 'deployCrops.deployCrops()')
HueTransfer
Contributed by coolchipper
HueTransfer gizmo to convert an incoming element and BG into HSV color space and swap the hues. Useful to blend in glass crack elements and other transparent elements with the BG.
PointCloudTrack
Contributed by coolchipper
Gizmo to generate tracks out of Nuke's native point cloud or any geometry by sampling values from the viewer.