mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
add path to folder keys
This commit is contained in:
parent
13fbc5b74f
commit
e194652f65
2 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ def get_folder_template_data(folder_entity, project_name):
|
||||||
"folder": {
|
"folder": {
|
||||||
"name": folder_name,
|
"name": folder_name,
|
||||||
"type": folder_entity["folderType"],
|
"type": folder_entity["folderType"],
|
||||||
|
"path": path,
|
||||||
},
|
},
|
||||||
"asset": folder_name,
|
"asset": folder_name,
|
||||||
"hierarchy": hierarchy,
|
"hierarchy": hierarchy,
|
||||||
|
|
|
||||||
|
|
@ -406,6 +406,7 @@ class CollectAnatomyInstanceData(pyblish.api.ContextPlugin):
|
||||||
"parent": parent_name,
|
"parent": parent_name,
|
||||||
"folder": {
|
"folder": {
|
||||||
"name": folder_name,
|
"name": folder_name,
|
||||||
|
"path": instance.data["folderPath"],
|
||||||
# TODO get folder type from hierarchy
|
# TODO get folder type from hierarchy
|
||||||
# Using 'Shot' is current default behavior of editorial
|
# Using 'Shot' is current default behavior of editorial
|
||||||
# (or 'newAssetPublishing') publishing.
|
# (or 'newAssetPublishing') publishing.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue