mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add todo to move get subset group logic
This commit is contained in:
parent
d6c682723d
commit
47259f8ef7
1 changed files with 2 additions and 0 deletions
|
|
@ -821,6 +821,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
|
||||
Attribute 'subset_grouping_profiles' is defined by OpenPype settings.
|
||||
"""
|
||||
# TODO: This logic is better suited for a Collector to just store
|
||||
# instance.data["subsetGroup"]
|
||||
# Skip if 'subset_grouping_profiles' is empty
|
||||
if not self.subset_grouping_profiles:
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue