Add todo to move get subset group logic

This commit is contained in:
Roy Nieterau 2022-03-24 00:21:44 +01:00
parent d6c682723d
commit 47259f8ef7

View file

@ -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