Intro to writing Nuke C++ Plugins (a.k.a. the NDK) – Part 1 – Intro & Compiling
There is a lot you can customize in the Nuke interface using Python and many new nodes you can create with gizmos, expressions, and Blinkscript. There are also many limitations that can only be lifted by digging deeper and getting into the world of the Nuke Development Kit (a.k.a. NDK), the C++ API for Nuke. [...]