Search

Your search for Pranjal choudhary returned 5 results.

EnableDisable

Contributed by Pranjal choudhary

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 Pranjal choudhary

Little callback for setting up keys over a range using Multiply node.

deployCrops

Contributed by Pranjal choudhary

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 Pranjal choudhary

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 Pranjal choudhary

Gizmo to generate tracks out of Nuke's native point cloud or any geometry by sampling values from the viewer.