extension_write_script
Install a Fusion/Resolve script into the per-page Scripts subfolder for the selected category, making it accessible from the Workspace ▸ Scripts menu.
Instructions
Install a Fusion/Resolve script under a per-page Scripts subfolder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Full script source. | |
| name | Yes | Filename (``.py`` added if no ``.lua``/``.py`` given). | |
| category | No | Menu category — Comp, Edit, Color, Fairlight, Deliver, or Utility (default). Determines where it appears in the Workspace ▸ Scripts menu. | Utility |
| overwrite | No | If False, refuse to replace an existing file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |