live_run_python
Execute Python code inside a running GIMP instance and return the assigned result, providing an escape hatch for operations beyond the standard tools.
Instructions
Execute Python inside the running GIMP and return result.
The Gimp module and every operation helper are already in scope. Assign to
a variable named result to return a value. Escape hatch for anything the
typed tools above do not cover; requires the bridge plug-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |