import_obj
Imports a Wavefront OBJ file into 3ds Max. Errors if the file is missing; optionally merges into the current scene.
Instructions
导入 Wavefront OBJ。file 不存在则报错;支持 merge。 [English] Import a Wavefront OBJ. Fails if the file is missing; merge is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 要导入的 .obj 文件路径。 | OBJ file path to import. | |
| merge | No | 是否合并进当前场景,默认否。 | Merge into the current scene, default false. |