execute_context_script
Execute previously registered Blender Python scripts by script name and category to automate 3D modeling tasks.
Instructions
Execute a previously registered Python script in Blender.
Args:
script_name: Name of the script to execute (without .py extension)
category: Category/folder the script is in (default: "default")
Returns:
Script execution results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | default | |
| script_name | Yes |