Trees | Indices | Help |
|
---|
|
1 # Copyright (c) 2009 The Foundry Visionmongers Ltd. All Rights Reserved. 2 3 import re 4 import nuke 5 import nukescripts 68 # If we're called by Tcl, _list is actually a string with nodes names that 9 # are space separated. 10 if type(_list) is str: 11 nodes = [nuke.toNode(x) for x in _list.split()] 12 else: 13 nodes = _list 14 return nukescripts.showExecuteDialog(nodes, exceptOnError)15
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 23 08:52:29 2012 | http://epydoc.sourceforge.net |