Hey Everyone .. I just started scripting for nuke (from softimage) this is my 
first post to this list ... so bear with me ...

I am trying to put a backdrop behind the nodes I am creating so I thought the 
following would work :

nuke_string += '''
nuke.selectAll()
x = nukescripts.autoBackdrop()
x.knob("name").setValue("'''+ c_shot +'''")
'''

This does indeed create a backdrop node and name it properly ... but it does 
not put it behind all the nodes I have created.

When I execute this within Nuke is works fine ... any ideas  or suggestions ?

essentially I am creating a nuke subprocess from within Softimage :

thanks

Michael



________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
_______________________________________________
Nuke-python mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to