mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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']
|