fix(nuke): create write should return created write

This commit is contained in:
Jakub Jezek 2019-11-29 01:01:44 +01:00
parent e1f1eb6e0d
commit 66808d34fe

View file

@ -40,7 +40,6 @@ class CreateWriteRender(plugin.PypeCreator):
def process(self):
from pype.nuke import lib as pnlib
reload(pnlib)
inputs = []
outputs = []
@ -101,7 +100,7 @@ class CreateWriteRender(plugin.PypeCreator):
for output in outputs:
output.setInput(0, write_node)
return True
return write_node
#
# class CreateWritePrerender(avalon.nuke.Creator):