KasumiL5x / nuketools

nuketools is a collection of various tools I made for The Foundry's Nuke compositing software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuketools

nuketools is a collection of various tools I made for a 2D compositing module at university. My computer science background and interest in pipeline development pushed me to focus on creating a more technologically-focused product. They were written to work with NukeX9.0v6 which requires Microsoft's 2010 compiler, so your mileage may vary with other versions of Nuke. Check the latest NDK to see if this has changed since. Please note that the projects may contain references to my local drive (for instance, post-build scripts), and therefore may need to be updated (although the project itself will compile without issue). Due to how the NDK API is structured, the code may be somewhat unclean in certain parts.

Usage

You will have to compile all but multi render, as that's just a Python script. When this project was made, the NDK required Microsoft's 2010 C++ toolchain. This may have changed. Visual Studio SLN files are provided for all C++ projects, so providing the API didn't change, there should not be much work to get them compiling correctly.

bumpy

Converts and input image into a normal map with options for different algorithms, normalization, etc.

bumpy

check

Generates a checkerboard mask with options for fuzziness, rotation, and scale.

check

fractal

Generates masks for various fractals with detailed control over each fractal.

check

gradient

Generates a radial gradient mask based on a custom user-provided curve and position.

check

kirei

Various image filters, such as temperature grading, channel mixing, vignette, and many more.

check

multi render

Script to render all selected nodes automagically.

check

About

nuketools is a collection of various tools I made for The Foundry's Nuke compositing software.

License:MIT License


Languages

Language:C++ 92.5%Language:Python 7.5%