feat(pype): addig additional path element for representation preset names

This commit is contained in:
Jakub Jezek 2019-07-12 16:30:50 +02:00
parent f45986a1ce
commit 37fd304026

View file

@ -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(