execute_script_on_file
Run Python scripts on .blend files in headless mode to perform batch modifications, with optional saving of the file.
Instructions
Execute Python code on an existing .blend file in headless mode.
Opens the file, runs the code, optionally saves. Great for batch modifications to existing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| save | No | ||
| timeout | No | ||
| blend_file | Yes |