mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
10 lines
No EOL
199 B
Python
10 lines
No EOL
199 B
Python
import avalon.maya
|
|
|
|
|
|
class CreateSetDress(avalon.maya.Creator):
|
|
"""A grouped package of loaded content"""
|
|
|
|
name = "setdress"
|
|
label = "Set Dress"
|
|
family = "setdress"
|
|
icon = "cubes" |