We use this kind of approach for our pipe renders, and we do it by wrapping
the actual render execution process in a Python script that does all the
knob setup and everything, and then just calls nuke.execute on the Gizmo.
Not sure this sort of approach is an option for you, but it does make Nuke's
command-line rendering much more flexible.
-Nathan
-----Original Message-----
From: John RA Benson
Sent: Sunday, October 30, 2011 8:01 AM
To: Nuke Python discussion
Subject: [Nuke-python] getting Write nodes in a gizmo to execute
Hello -
We have a write node wrapped into gizmo for doing pre-renders. If I
launch nuke from the command line:
"nuke -x -X prerenderNode myScript.nk"
to execute just that node, I get:
"prerenderNode has no Write operators"
Using "-X prerenderNode.NameOfWriteNodeInside" didn't work either.
Ideally, I'd like to get it rendering via a simple command line, but
it's looking like it will need a python fix?
Any ideas on how to trick it to execute the node? 6.2v1
cheers -
jrab
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python