Ez Dollar GUI

Quickly add $gui to your knobs using this handy prompt.

Updated: 12 June 2021

Author: nfrancisj

Compatible Nuke versions: 10.0 or later

Compatibility:

Demo and Install instructions:

Demo Video on YT

 

Info:

Quickly add $gui to your knobs.
Some operations in Nuke are very heavy. With this script you can set a gui value
while working in the viewport, then a final render value for final output....quickly!

Consider a sernario when adding motion blur to your script. You can tune your
motionblur to the final look, but this high value will slow down your script.
Using this simple script, you can set a lower value, or even 0 to turn it off, while working,
then you can set a render value which will automatically activate when the render begins.

All animation knobs will have $GUI added to the right-click context menu.
The syntax needs to be 'GUI:RENDER' where both values are an integer separated by a semi-colon.

Bugs? Let me know at 

Install:


1) COPY TokyoSoupTools FOLDER TO .NUKE FOLDER

2) ADD TO INIT.PY

nuke.pluginAddPath('.\TokyoSoupTools\gizmos')
nuke.pluginAddPath('.\TokyoSoupTools\icons')
nuke.pluginAddPath('.\TokyoSoupTools\scripts')

3) ADD TO MENU.PY

#### EzDollarGUI ####

try:
from ezDollarGUI import setGUI
AnimMenu = nuke.menu( 'Animation' )
EzDollarGUI = AnimMenu.addCommand('$GUI', 'setGUI()')
except: pass

####

Sign in or register to download or rate.