mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 01:14:54 +01:00
OP-2766 - added newPublishing flag to differentiate old from new
This commit is contained in:
parent
b8dd330be3
commit
adc135cb4c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class CollectFromCreateContext(pyblish.api.ContextPlugin):
|
|||
|
||||
# Update global data to context
|
||||
context.data.update(create_context.context_data_to_store())
|
||||
|
||||
context.data["newPublishing"] = True
|
||||
# Update context data
|
||||
for key in ("AVALON_PROJECT", "AVALON_ASSET", "AVALON_TASK"):
|
||||
value = create_context.dbcon.Session.get(key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue