Skip to content
Jed Smith edited this page Dec 24, 2021 · 6 revisions

Nuke-Config Documentation

Nuke-Config is a simple but powerful collection of tools and scripts for Foundry's Nuke compositing software.

It provides many tools and scripts to improve efficiency and quality of life while doing day-to-day compositing tasks.

Get Started

Check out the table of contents in the side-bar at the right.

Contents

Here's a rough overview of the organization. Nodes are in the ToolSets folder, organized by type. Python scripts are located in scripts, mostly in the nuketools module, with a few necessary exceptions.

$ tree -L 2 ~/dev/nuke-config
├── init.py
├── menu.py
├── scripts
│   ├── nuketools
│   ├── Qt.py
│   ├── shortcuteditor.py
├── ToolSets
│   ├── 3D
│   ├── Channel
│   ├── Color
│   ├── Deep
│   ├── Draw
│   ├── Filter
│   ├── Keyer
│   ├── Lens
│   ├── Merge
│   ├── Other
│   ├── templates
│   ├── Time
│   ├── Transform
│   └── Write