mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
replace backslash in hierararchy which may cause issues in burnin path
This commit is contained in:
parent
1286edfc25
commit
d78166a0da
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class CollectTemplates(pyblish.api.InstancePlugin):
|
||||||
"asset": asset_name,
|
"asset": asset_name,
|
||||||
"subset": subset_name,
|
"subset": subset_name,
|
||||||
"version": version_number,
|
"version": version_number,
|
||||||
"hierarchy": hierarchy,
|
"hierarchy": hierarchy.replace("\\", "/"),
|
||||||
"representation": "TEMP"}
|
"representation": "TEMP"}
|
||||||
|
|
||||||
instance.data["template"] = template
|
instance.data["template"] = template
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue