mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Use MayaHiddenCreator
This commit is contained in:
parent
3b23bf9f1f
commit
f91189fdf3
1 changed files with 1 additions and 2 deletions
|
|
@ -6,10 +6,9 @@ from openpype.lib import (
|
|||
BoolDef,
|
||||
TextDef
|
||||
)
|
||||
from openpype.pipeline.create import HiddenCreator
|
||||
|
||||
|
||||
class CreateAnimation(plugin.MayaCreator, HiddenCreator):
|
||||
class CreateAnimation(plugin.MayaHiddenCreator):
|
||||
"""Animation output for character rigs
|
||||
|
||||
We hide the animation creator from the UI since the creation of it is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue