Add an expression to the disable knob of the read node and simply put
"error" in the expression field. This is will disable the node if there's an
error (missing a frame, etc).

-ak

On Tue, Jun 28, 2011 at 10:08 AM, Olivier Jezequel <
[email protected]> wrote:

> 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
> Nuke-python@support.**thefoundry.co.uk<[email protected]>,
> http://forums.thefoundry.co.**uk/ <http://forums.thefoundry.co.uk/>
> http://support.thefoundry.co.**uk/cgi-bin/mailman/listinfo/**nuke-python<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

Reply via email to