mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Inherit from correct new style creator
This commit is contained in:
parent
c8b6bcf990
commit
6c1385e2c9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from openpype.lib import (
|
|||
)
|
||||
|
||||
|
||||
class CreateMultiverseUsdOver(plugin.Creator):
|
||||
class CreateMultiverseUsdOver(plugin.MayaCreator):
|
||||
"""Create Multiverse USD Override"""
|
||||
|
||||
identifier = "io.openpype.creators.maya.mvusdoverride"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue