mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
feat(nuke): prerender node dont need review knob
This commit is contained in:
parent
9248e4b8cf
commit
31f0ab6378
2 changed files with 30 additions and 12 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue