resolve_eval
Run custom Lua code in DaVinci Resolve to execute operations not covered by dedicated tools.
Instructions
Run arbitrary Lua inside Resolve against the live resolve object. Code MUST
return a value, e.g. 'return resolve:GetProjectManager():GetCurrentProject():GetName()'.
Escape hatch for operations not yet wrapped as a dedicated tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lua_code | Yes |