mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
typo(nuke): removing prints
This commit is contained in:
parent
59b4178fda
commit
6ae508d383
1 changed files with 0 additions and 4 deletions
|
|
@ -92,17 +92,13 @@ class CreateWriteRender(plugin.PypeCreator):
|
||||||
write_data,
|
write_data,
|
||||||
input=selected_node)
|
input=selected_node)
|
||||||
|
|
||||||
self.log.info("### write_node: {}".format(write_node.name()))
|
|
||||||
|
|
||||||
# relinking to collected connections
|
# relinking to collected connections
|
||||||
for i, input in enumerate(inputs):
|
for i, input in enumerate(inputs):
|
||||||
self.log.info("### i, input: {}, {}".format(i, input.name()))
|
|
||||||
write_node.setInput(i, input)
|
write_node.setInput(i, input)
|
||||||
|
|
||||||
write_node.autoplace()
|
write_node.autoplace()
|
||||||
|
|
||||||
for output in outputs:
|
for output in outputs:
|
||||||
self.log.info("### output: {}".format(output.name()))
|
|
||||||
output.setInput(0, write_node)
|
output.setInput(0, write_node)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue