Nuke & Python: Making your first functional plugin: Node colors presets. Part 1/2

We’ve looked at a few examples of Nuke code in my previous posts, and hopefully, you’re starting to get around to reading Python code. Today I’d like to take you through the whole process of making a small python plug-in. We will start by defining the project, think about different solutions, define the main structure [...]