traypublisher: editorial ayon attribute only

https://github.com/ynput/OpenPype/pull/5873#discussion_r1384655823
This commit is contained in:
Jakub Jezek 2023-11-07 13:38:43 +01:00
parent 46761a028f
commit 62af7138e1
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -683,13 +683,15 @@ or updating already created. Publishing will create OTIO file.
# create creator attributes
creator_attributes = {
"asset_name": shot_name,
"Folder path": shot_metadata["folderPath"],
"Parent hierarchy path": shot_metadata["hierarchy"],
"workfile_start_frame": workfile_start_frame,
"fps": fps,
"handle_start": int(handle_start),
"handle_end": int(handle_end)
}
if AYON_SERVER_ENABLED:
creator_attributes["folderPath"] = shot_metadata["folderPath"]
creator_attributes.update(timing_data)
# create shared new instance data