mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
do not use family_preset_key for multiple_instances check
This commit is contained in:
parent
bc76f55df2
commit
302d4cee5b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class CollectContextDataSAPublish(pyblish.api.ContextPlugin):
|
|||
self.log.debug(f"_ in_data: {pformat(in_data)}")
|
||||
|
||||
# exception for editorial
|
||||
if in_data["family_preset_key"] in ["editorial", "psd_batch"]:
|
||||
if in_data["family"] in ["editorial", "psd_batch"]:
|
||||
in_data_list = self.multiple_instances(context, in_data)
|
||||
else:
|
||||
in_data_list = [in_data]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue