create dummy creator plugin for multiverse usd

This commit is contained in:
Bo Zhou 2022-03-04 18:16:19 +09:00
parent 1ccc2ad458
commit b86201546f

View 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"