mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Maya: Refactor Create Assembly to new publisher
This commit is contained in:
parent
c2319079aa
commit
3f87417b69
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
from openpype.hosts.maya.api import plugin
|
||||
|
||||
|
||||
class CreateAssembly(plugin.Creator):
|
||||
class CreateAssembly(plugin.MayaCreator):
|
||||
"""A grouped package of loaded content"""
|
||||
|
||||
name = "assembly"
|
||||
identifier = "io.openpype.creators.maya.assembly"
|
||||
label = "Assembly"
|
||||
family = "assembly"
|
||||
icon = "cubes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue