mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed filling of "representation" key with representation "ext" key
This commit is contained in:
parent
1231e4a3d6
commit
42faada165
1 changed files with 0 additions and 2 deletions
|
|
@ -463,8 +463,6 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
"Given file name is a full path"
|
||||
)
|
||||
|
||||
template_data["representation"] = repre['ext']
|
||||
|
||||
src = os.path.join(stagingdir, fname)
|
||||
anatomy_filled = anatomy.format(template_data)
|
||||
template_filled = anatomy_filled[template_name]["path"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue