Your search for Ben Dickson returned 4 results.
Search
cycle_vlut
Contributed by Ben Dickson
Change between available viewer LUT's
tabtabtab
Contributed by Ben Dickson
Alternative 'tab node creator thingy', with substring matching and weighting
Shortcut Editor
Contributed by Ben Dickson
Allows you to quickly bind keyboard shortcuts to existing menu items without writing Python code
Calling Python from an expression
You can easily call Python methods from within expressions, similar to calling Tcl expressions from Python via nuke.tcl() To do this, you use the "python" Tcl method, for example: [python nuke.thisNode().metadata().keys()] While this is mostly straight-forward, there are a few things to be aware of..…