Ez Dollar GUI v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Nicholas Joseph
Quickly add $gui to your knobs using this handy prompt.
Requirements:
12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10 or later
11 Jun 2021
42

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 [email protected]

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

####

Please login in order to download these files.

Comments   

 
0 # C J 2022-10-11 02:12
Reopening after saving will fail
 
 
0 # C J 2022-10-11 02:14
Sorry, wrong place to post, can't seem to delete comments
 

You have no rights to post comments

We have 3501 guests and 119 members online