daz_load_file
Load a DAZ Studio file (duf, daz, obj, fbx, etc.) into the current scene. Choose to merge with existing scene or replace it entirely.
Instructions
Load a DAZ Studio file into the current scene.
Args: file_path: Absolute path to the file on the DAZ Studio machine (.duf, .daz, .obj, .fbx, etc.). merge: If True (default), merge the file into the existing scene. If False, replace the current scene entirely.
Returns:
success: true on success
file: the path that was loaded
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| merge | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||