mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
wrong family for collect fbx animation
This commit is contained in:
parent
09e797577b
commit
5506a89ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class CollectFbxAnimation(pyblish.api.InstancePlugin):
|
|||
|
||||
order = pyblish.api.CollectorOrder + 0.2
|
||||
label = "Collect Fbx Animation"
|
||||
families = ["rig"]
|
||||
families = ["animation"]
|
||||
|
||||
def process(self, instance):
|
||||
frame = cmds.currentTime(query=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue