Page 1 of 1

Allow DeepWrite Class nodes to execute

Posted: Wed Mar 15, 2017 3:33 pm
by keyframe
Heya Timur,

We've recently had to modify render.py in the nuke plugins folder, line 166 to:

Code: Select all

if writenode.Class() != 'Write' and writenode.Class() != 'DeepWrite':
        errorExit('Node "%s" class is not "Write".' % xnode, True
and a few small tweaks to afanasy.py in $GCRU_LOCATION/plugins/nuke/scripts/cgru/ to allow this.

I've attached the file here for your review. Others might benefit from these changes, so I thought I'd share.

Cheers,

G

Re: Allow DeepWrite Class nodes to execute

Posted: Wed Mar 15, 2017 10:08 pm
by timurhai
I will examine it.
But!
The best way to contribute is https://github.com/CGRU/cgru.
Very useful interface to view/examine/apply/comment code changes.

Re: Allow DeepWrite Class nodes to execute

Posted: Sat Mar 18, 2017 4:16 pm
by keyframe
Thanks Timur,

And thanks for pointing me at GitHub. I keep meaning to learn about it but never seem to find the time... As you might have guessed from the hacky code, software development is not really my forté - I'm more of a motion blur nerd ;)

Cheers,

G