mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
create dummy creator plugin for multiverse usd
This commit is contained in:
parent
1ccc2ad458
commit
b86201546f
1 changed files with 10 additions and 0 deletions
10
openpype/hosts/maya/plugins/create/create_multiverse_usd.py
Normal file
10
openpype/hosts/maya/plugins/create/create_multiverse_usd.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from openpype.hosts.maya.api import plugin
|
||||
|
||||
|
||||
class CreateMultiverseUsd(plugin.Creator):
|
||||
"""Multiverse USD data"""
|
||||
|
||||
name = "usd"
|
||||
label = "Multiverse USD"
|
||||
family = "usd"
|
||||
icon = "cubes"
|
||||
Loading…
Add table
Add a link
Reference in a new issue