daz_execute_file
Execute a DazScript file on the DAZ Studio machine, passing optional arguments to automate scene tasks.
Instructions
Execute a DazScript file on disk inside DAZ Studio.
Args:
script_file: Absolute path to the .dsa/.ds script file on the DAZ Studio machine.
args: Optional JSON-serialisable object accessible inside the script as args.
Returns: Object with keys: success, result, output (list of print() lines), error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_file | Yes | ||
| args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||