How to find your .nuke folder and a few MacOS Finder keyboard shortcuts and Terminal command line tips
Continue reading...python
Get a List of Keyframes
Dealing with animation values with Python in Nuke is way more confusing than dealing with other values in Nuke. There are a few useful pages out...
Continue reading...Reload Modules in Nuke 13
When you are working on anything but a very simply python script it is usually better to write it in a dedicated IDE rather than try...
Continue reading...Resources For Learning Python
A collection of the resources that have helped me learn Python.
Continue reading...aovCompare
This is a quick demo of a Python tool that I wrote for Nuke, called avoCompare. This simple script takes two read nodes and compares the...
Continue reading...Add Collapsable Group to Control Panel
In a previous post I showed you how to open and close a group of knobs in a control panel with Python. This little snippet of...
Continue reading...The Nuke Package For Atom
I have made another concerted effort to learn Python this year. I hadn’t coded for a while, so I needed to pick an IDE to help...
Continue reading...Add Nodes Inside A Group With Python
As I only have Nuke NC at home I can’t export a gizmo that I can share with other people, so I decided I had to...
Continue reading...List All The Layers In A Render
As far as I could tell you can easily get a list of all the channels in an image with: print nuke.selectedNode().channels() but you couldn’t easily...
Continue reading...Collapse/open Group of Knobs
This code example creates an on knobChanged callback on a node that toggles a group of knobs open or closed based on a checkbox on the...
Continue reading...
Latest Comments