Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
processing reviewable in creator
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Feb 10, 2022
1 parent bc806db commit 3411e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openpype/hosts/nuke/plugins/create/create_write_prerender.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ def process(self):
"/{subset}.{frame}.{ext}")})

self.log.info("write_data: {}".format(write_data))

reviewable = self.presets.get("reviewable")
write_node = create_write_node(
self.data["subset"],
write_data,
input=selected_node,
prenodes=[],
review=False,
review=reviewable,
linked_knobs=["channels", "___", "first", "last", "use_limit"])

# relinking to collected connections
Expand Down

0 comments on commit 3411e47

Please sign in to comment.