Remove todo

This commit is contained in:
Roy Nieterau 2023-11-14 17:17:35 +01:00
parent b04ae30b82
commit d1c3eb83cf

View file

@ -25,7 +25,6 @@ class CollectBlenderInstanceData(pyblish.api.InstancePlugin):
members.extend(instance_node.children)
# Special case for animation instances, include armatures
# TODO: Does this still work as intended?
if instance.data["family"] == "animation":
for obj in instance_node.objects:
if obj.type == 'EMPTY' and obj.get(AVALON_PROPERTY):