mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
10 lines
204 B
Python
10 lines
204 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"
|