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...Nuke
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...shuffleFromViewer
When working with CG renders that come with a lot of AOVs it can be quite a task going through them all and finding the ones...
Continue reading...Nuke Expressions Basics – Part 2
This is part 2 of my Nuke Expressions Basics series. If you haven’t watched part 1 you can see it here. In this video I will...
Continue reading...Nuke Expressions Basics – Part 1
This is part 1 of my series about the basics of using expressions while you composite in Nuke
Continue reading...Please Don’t Use The Mask Input on a Merge Node
This tip is going to be a quick explanation about why I don’t like using the mask input on a merge node in Nuke. It’s something...
Continue reading...Compositing Showreel 2020
I’ve worked on a lot of cool projects since my last showreel update including; Aladdin at ILM, The Mandalorian at Image Engine, The Meg and Skyscraper...
Continue reading...
Latest Comments