ayon-core/pype/plugins/maya/create/create_layout.py
2019-02-20 17:11:52 +01:00

11 lines
222 B
Python

import avalon.maya
class CreateSetDress(avalon.maya.Creator):
"""A grouped package of loaded content"""
name = "layout"
label = "Layout"
family = "layout"
icon = "map-marked"
defaults = ["Main"]