extension_write_dctl
Install custom DCTLs in DaVinci Resolve by writing their source code into the LUT directory, with overwrite control.
Instructions
Install a DCTL by writing its source into the LUT directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Full DCTL source (the ``transform`` / ``__DEVICE__`` body Resolve compiles). | |
| name | Yes | Filename for the DCTL (``.dctl`` added if omitted). | |
| overwrite | No | If False, refuse to replace an existing file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |