Hiya,
It is quiet specific so in advance, no i don't want black frames by setting the read node to it ;)

I need to render in a specific pipeline that will load as sequences in nuke but are just still frames.
There will be missing frames because we don't need them (naming conventions)
and we want to render the same frames (not the missing ones in black)

per default, nuke6.2 will stop at the first missing frame (while i know nuke 6.3 will carry on gently) so i want to write a script that check the error fames of my read and disable the write node at those frames
(because a disabled node will skip the frame where it is disabled)

i don't know how to query an action for each frame, and not sure where to put the script too in fact.

it would be something like this in my mind :

for each frame :
   if error :
      write.knob('disable').setValue(1)

cheers
Olivier
_______________________________________________
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