mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
11 lines
236 B
Python
11 lines
236 B
Python
import avalon.maya
|
|
|
|
|
|
class CreateSetDress(avalon.maya.Creator):
|
|
"""A grouped package of loaded content"""
|
|
|
|
name = "setdressMain"
|
|
label = "Set Dress"
|
|
family = "setdress"
|
|
icon = "cubes"
|
|
defaults = ["Main", "Anim"]
|