Skip to content

Commit

Permalink
Elaborate TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Sep 20, 2024
1 parent 6126888 commit c14710c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ def process(self, instance):
# so that e.g. any regular plug-ins for `pointcache` or alike do
# not trigger.
instance.data["family"] = "generic"
# TODO: Do not add the dynamic 'rop' family in the collector?
# TODO: Do not add the dynamic 'rop' family in the collector but
# set it in th Creator? Unfortunately that's currently not possible
# due to logic in the ayon-core `CollectFromCreateContext` that
# sets `family` to `productType`.
instance.data["families"] = ["generic", "rop"]

0 comments on commit c14710c

Please sign in to comment.