mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
11 lines
228 B
Python
11 lines
228 B
Python
import avalon.maya
|
|
|
|
|
|
class CreateMayaAscii(avalon.maya.Creator):
|
|
"""Raw Maya Ascii file export"""
|
|
|
|
name = "mayaAscii"
|
|
label = "Maya Ascii"
|
|
family = "mayaAscii"
|
|
icon = "file-archive-o"
|
|
defaults = ['Main']
|