mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
fix(nuke): create write should return created write
This commit is contained in:
parent
e1f1eb6e0d
commit
66808d34fe
1 changed files with 1 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue