NukeOCD is a python tool that I have been developing to help organize Node graphs. I really like the interactivity and the ability to drag and draw over the Node Graph selecting alignment axes with the drawing direction.
Pipeline
Research and Development
After working in visual effects and video post-production for some time, I began developing scripts to customise tools and automate repetitive everyday tasks. I usually create them for personal use or for company-specific needs, and I share many of them for free below.
GitHub: I keep the latest versions of the scripts here
Nukepedia: Magno Borgo - Python scripts for Nuke
BoundaryVFX: Silhouette Roto and Paint scripts
I have a great understanding of Nuke, SilhouetteFX, SynthEyes, Qt, Kitsu, and Python pipeline scripting. If you need development help, please get in touch.
If you like any of my scripts and use them often, buy me a coffee: Paypal
BorisFX Silhouette - Collapse Object List Script
I have wanted this feature for about 15 years. You know the feeling: a Silhouette roto project with hundreds of layers, and you need to collapse all the main layers to find something in the Object List. Now you can. Assign it to a keyboard shortcut and boom.
Because the Python API has no direct way to do this, I had to dig into the Qt/PySide UI to find the correct panel and trigger the layer-expansion action.