Context Manager - falkhofmann/nuke_kombinat GitHub Wiki

These tools are more tailored towards TDs. To reduce code duplication and provide an easy option to have certain behaviors de- and re-activated while running other tools.

Timer

Measure the time of your code execution with context manager.

SaveSelection

Save the current node selection, deselect all, run tasks and reset the selection based on the initial state.

PauseViewer

Pause the active viewer during code execution to avoid slow downs.