import_fbx
Import an FBX file into 3ds Max, merging with the current scene when merge is enabled, or replacing it otherwise. Errors if the file path is missing.
Instructions
导入 FBX。file 不存在则报错;merge=true 时合并进当前场景,否则替换。 [English] Import an FBX. Fails if the file is missing; with merge=true it merges into the current scene, otherwise it replaces it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 要导入的 .fbx 文件路径。 | FBX file path to import. | |
| merge | No | 是否合并进当前场景,默认否(替换)。 | Merge into the current scene, default false (replace). |