Writing Nuke C++ Plugins (a.k.a. the NDK) – Part 3 – Engine and pixel engine functions.
In this new chapter of the NDK tutorial, we will look into op engines and pixel engines. These functions process your image data and are used in most plugins. We will also briefly cover in_channels and _request which are useful secondary functions you use to ensure your op functions properly. Using your combined knowledge of [...]