mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
feat(pype): addig additional path element for representation preset names
This commit is contained in:
parent
f45986a1ce
commit
37fd304026
1 changed files with 3 additions and 0 deletions
|
|
@ -342,6 +342,9 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
|
||||
template_data["representation"] = repre['ext']
|
||||
|
||||
if repre.get("outputName"):
|
||||
template_data["output"] = repre['outputName']
|
||||
|
||||
src = os.path.join(stagingdir, fname)
|
||||
anatomy_filled = anatomy.format(template_data)
|
||||
dst = os.path.normpath(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue