ayon-core/pype/plugins/maya/create/create_setdress.py
2018-10-18 13:59:58 +02:00

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"