mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3021 - collect suspend_publish
This commit is contained in:
parent
9de22092cf
commit
cf362dc502
1 changed files with 5 additions and 0 deletions
|
|
@ -69,6 +69,11 @@ class PreCollectNukeInstances(pyblish.api.ContextPlugin):
|
|||
instance = context.create_instance(subset)
|
||||
instance.append(node)
|
||||
|
||||
suspend_publish = False
|
||||
if "suspend_publish" in node.knobs():
|
||||
suspend_publish = node["suspend_publish"].value()
|
||||
instance.data["suspend_publish"] = suspend_publish
|
||||
|
||||
# get review knob value
|
||||
review = False
|
||||
if "review" in node.knobs():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue