Hey man, thats great! I can get it working with your setup but if i use it int 
his way:

nodeClass = nuke.thisNode()['nodesClass'].value()
knobType = nuke.thisNode()['nodeKnobs'].value()
tempNode = nuke.createNode(nodeClass, inpanel = False)
tempNode
t = str(type(tempNode()[knobType].value())) 
nuke.thisNode()['knobInType'].setValue(t)
nuke.delete(tempNode)

It cant call tempNode.
Any idea why?

also as a side note, i used to do this all the time and now cant rember how... 
if i have a node selection and do:

curNodes = nuke.selectedNodes()

and then go through and create a temp node, at the end of the script how do i 
get nuke to select the nodes from curNodes in the DAG again?



_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to