import_usd
Import a USD file into the current 3ds Max scene. Requires the USD plugin to be installed; optionally merge instead of replacing the scene.
Instructions
导入 USD。USD 是插件,若本机未安装会直接报错(err.class_missing)。 [English] Import USD. USD is a plugin - if this Max lacks it the call fails with err.class_missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 要导入的 USD 文件路径。 | USD file path to import. | |
| merge | No | 是否合并进当前场景,默认否。 | Merge into the current scene, default false. |