| Trees | Indices | Help |
|
|---|
|
|
1 #####
2 ##
3 ## Bookmarks
4 #
5
6
7 import nuke
8
9 quickSaves = {}
10
12 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
25
27 try:
28 nuke.zoom( quickSaves[slot][0], [ quickSaves[slot][1], quickSaves[slot][2] ] )
29 except:
30 return
31
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 2 22:44:10 2013 | http://epydoc.sourceforge.net |