mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixed label and family for multiverse usd composition creator
This commit is contained in:
parent
28f57a045b
commit
9f54faed1c
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ class CreateMultiverseUsdComp(plugin.Creator):
|
|||
"""Create Multiverse USD Composition"""
|
||||
|
||||
name = "usdOverrideMain"
|
||||
label = "Multiverse USD Override"
|
||||
family = "usd_override"
|
||||
label = "Multiverse USD Composition"
|
||||
family = "usdComposition"
|
||||
icon = "cubes"
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue