Collect animation members

This commit is contained in:
Roy Nieterau 2023-11-14 17:13:46 +01:00
parent 1fbe1b3163
commit b04ae30b82

View file

@ -11,8 +11,8 @@ class CollectBlenderInstanceData(pyblish.api.InstancePlugin):
order = pyblish.api.CollectorOrder
hosts = ["blender"]
families = ["model", "pointcache", "rig", "camera", "layout", "blendScene",
"camera"]
families = ["model", "pointcache", "animation", "rig", "camera", "layout",
"blendScene"]
label = "Collect Instance"
def process(self, instance):