mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Collect animation members
This commit is contained in:
parent
1fbe1b3163
commit
b04ae30b82
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue