feat(nuke): prerender node dont need review knob

This commit is contained in:
Jakub Jezek 2020-03-20 21:35:23 +01:00
parent 9248e4b8cf
commit 31f0ab6378
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
2 changed files with 30 additions and 12 deletions

View file

@ -87,7 +87,9 @@ class CreateWritePrerender(plugin.PypeCreator):
self.data["subset"],
write_data,
input=selected_node,
prenodes=[])
prenodes=[],
review=False
)
# relinking to collected connections
for i, input in enumerate(inputs):