mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2765 - added publish flag to new instance of workfile
This commit is contained in:
parent
ca0a38f8de
commit
296a2d1627
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ class CollectWorkfile(pyblish.api.ContextPlugin):
|
|||
instance.data.update(shared_instance_data)
|
||||
else:
|
||||
instance = existing_instance
|
||||
instance.data["publish"] = True # for DL
|
||||
|
||||
# creating representation
|
||||
representation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue