Trees | Indices | Help |
|
---|
|
1 ##### 2 ## 3 ## Bookmarks 4 # 5 6 7 import nuke 8 9 quickSaves = {} 1012 node = nuke.toNode( nodeName ) 13 for s in nuke.selectedNodes(): 14 s['selected'].setValue( False ) 15 16 node['selected'].setValue( True ) 17 nuke.zoomToFitSelected()18 24 2527 try: 28 nuke.zoom( quickSaves[slot][0], [ quickSaves[slot][1], quickSaves[slot][2] ] ) 29 except: 30 return31
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 06:16:28 2017 | http://epydoc.sourceforge.net |