mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
traypublisher: editorial ayon attribute only
https://github.com/ynput/OpenPype/pull/5873#discussion_r1384655823
This commit is contained in:
parent
46761a028f
commit
62af7138e1
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue