mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
do not add "image" automatically to psd instance
This commit is contained in:
parent
801fcd7aab
commit
dfc6aebeb2
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ class CollectPsdInstances(pyblish.api.InstancePlugin):
|
|||
|
||||
new_instance.data["label"] = f"{instance_name}"
|
||||
new_instance.data["subset"] = subset_name
|
||||
new_instance.data["families"].append("image")
|
||||
|
||||
# fix anatomy data
|
||||
anatomy_data_new = copy.deepcopy(anatomy_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue