mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Remove todo
This commit is contained in:
parent
b04ae30b82
commit
d1c3eb83cf
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue