Skip to content

create_maxScene

Creator plugin for creating raw max scene.

CreateMaxScene

Bases: MaxCreator

Creator plugin for 3ds max scenes.

Source code in client/ayon_max/plugins/create/create_maxScene.py
 6
 7
 8
 9
10
11
12
13
class CreateMaxScene(plugin.MaxCreator):
    """Creator plugin for 3ds max scenes."""
    identifier = "io.openpype.creators.max.maxScene"
    label = "Max Scene"
    product_type = "maxScene"
    icon = "gear"

    settings_category = "max"