mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
11 lines
223 B
Python
11 lines
223 B
Python
import avalon.maya
|
|
|
|
|
|
class CreateAssembly(avalon.maya.Creator):
|
|
"""A grouped package of loaded content"""
|
|
|
|
name = "assembly"
|
|
label = "Assembly"
|
|
family = "assembly"
|
|
icon = "boxes"
|
|
defaults = ['Main']
|