mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
AYON: Add folder to template data (#5417)
* added 'folder[name]' to template data * removed asset <-> folder conversion from conversion utils * use folder[name] in maya namespace
This commit is contained in:
parent
083b800c1b
commit
ae3eb37776
5 changed files with 9 additions and 5 deletions
|
|
@ -94,6 +94,9 @@ def get_asset_template_data(asset_doc, project_name):
|
|||
|
||||
return {
|
||||
"asset": asset_doc["name"],
|
||||
"folder": {
|
||||
"name": asset_doc["name"]
|
||||
},
|
||||
"hierarchy": hierarchy,
|
||||
"parent": parent_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue