Run this in the script editor, it should work:

for a in nuke.allNodes():
if a.Class() == "Read":
a['on_error'].setValue('black')





On Wed, Nov 7, 2012 at 7:04 AM, Khushnum <[email protected]> wrote:

>  hi
> how would I change the read node default settings for missing frames  =
> black ?
>
> I already have an enormous comp that has close to a 100 odd read nodes. I
> want to change all of them to the above settings.
>
>
> I did however find this " nuke.knobDefault('Read.on_error','black')  to
> be added into the init.py. but this only helps with new read nodes. it does
> not change what I already have within my comp.
>
> any help?
>
> Thank you
> ~K
>  Notice: The information contained in this e-mail message and/or
> attachments to it may contain confidential or privileged information. If
> you are not the intended recipient, any dissemination, use, review,
> distribution, printing or copying of the information contained in this
> e-mail message and/or attachments to it are strictly prohibited. If you
> have received this communication in error, please notify us by reply e-mail
> or telephone and immediately and permanently delete the message and any
> attachments. Thank you
>
> _______________________________________________
> Nuke-users mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
>
_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to