mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed subset and version anatomy update since they are already set for whole instance
This commit is contained in:
parent
29c6768da9
commit
3a5ab92687
1 changed files with 0 additions and 6 deletions
|
|
@ -229,12 +229,6 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
for idx, repre in enumerate(instance.data["representations"]):
|
||||
# create template data for Anatomy
|
||||
template_data = copy.deepcopy(anatomy_data)
|
||||
# TODO cleanup this code, should be already in anatomyData
|
||||
template_data.update({
|
||||
"subset": subset["name"],
|
||||
"version": int(version["name"])
|
||||
})
|
||||
|
||||
if intent is not None:
|
||||
template_data["intent"] = intent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue