Skip to content

create_mayascene

CreateMayaScene

Bases: MayaCreator

Raw Maya Scene file export

Source code in client/ayon_maya/plugins/create/create_mayascene.py
 4
 5
 6
 7
 8
 9
10
11
class CreateMayaScene(plugin.MayaCreator):
    """Raw Maya Scene file export"""

    identifier = "io.openpype.creators.maya.mayascene"
    name = "mayaScene"
    label = "Maya Scene"
    product_type = "mayaScene"
    icon = "file-archive-o"