Your search for Nathan Rusch returned 8 results.
Search
Backdrop Contents
Contributed by Nathan Rusch
Returns all the non-Viewer nodes contained in all selected Backdrop nodes.
swapOutNode
Contributed by Nathan Rusch
Function that mostly duplicates Nuke's Ctrl + Shift + drag-and-drop replace-node functionality.
Bake Expressions
Contributed by Nathan Rusch
Bakes expression-driven knob components to keyframes over a given frame range and view list.
Duplicate Read Destroyer
Contributed by Nathan Rusch
Removes superfluous Read nodes sharing duplicate knob values (optionally filtered by name regex). Replaces them with shaded PostageStamp nodes with hidden inputs.
Knob Animation and Python: A Primer
Interact with animated knobs and animated curves using Python.
Using nuke.animation without tearing your hair out
This is quite possibly the most stubborn Nuke Python function I've ever encountered, and it took me a lot of poking and prodding to get it worked out, so I figured I should spread the knowledge around. nuke.animation is the Python equivalent of (/wrapper for?) the TCL "animation" command.…
AnimationCurve and AnimationKey objects
AnimationCurve Objects AnimationCurve objects contain the animation data of a given animated knob, and can be accessed using a knob’s .animation() or .animations() methods. NOTE: AnimationCurves can be created manually using Python, but for the purposes of this article, we will assume they all come from pre-animated knobs.…
Interview with Hugh Macdonald
Big Pipe, Little Pipe
Pipelines, open source & developing for NUKE
Read the Hugh Macdonald interview