mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
in ayon folderPath should be on creator instance data
This commit is contained in:
parent
a9ea198e79
commit
c326a8bfd4
1 changed files with 4 additions and 2 deletions
|
|
@ -224,8 +224,10 @@ or updating already created. Publishing will create OTIO file.
|
|||
i["family"] for i in self._creator_settings["family_presets"]
|
||||
]
|
||||
}
|
||||
# Create otio editorial instance
|
||||
asset_name = instance_data["asset"]
|
||||
if AYON_SERVER_ENABLED:
|
||||
asset_name = instance_data["folderPath"]
|
||||
else:
|
||||
asset_name = instance_data["asset"]
|
||||
|
||||
asset_doc = get_asset_by_name(self.project_name, asset_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue