export_abc
Export 3ds Max scenes or selected objects to Alembic (.abc) format for interchange with other DCC tools. Specify the output file path; if the Alembic plugin is missing, the call returns an error.
Instructions
导出 Alembic (.abc)。Alembic 是插件,若本机未安装会直接报错(err.class_missing)。 [English] Export Alembic (.abc). Alembic is a plugin - if this Max lacks it the call fails with err.class_missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 输出 .abc 文件路径。 | Output .abc path. | |
| selected | No | 是否只导出当前选择,默认是。 | Export only the current selection, default true. |