export_gltf
Exports current selection or full scene from 3ds Max to glTF/GLB, requiring the glTF plugin to be installed.
Instructions
导出 glTF / GLB。glTF 是插件,若本机未安装会直接报错(err.class_missing)。 [English] Export glTF / GLB. glTF is a plugin - if this Max lacks it the call fails with err.class_missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 输出 .gltf 或 .glb 文件路径。 | Output .gltf or .glb path. | |
| selected | No | 是否只导出当前选择,默认是。 | Export only the current selection, default true. |