fusion_lua
Run Lua scripts inside a Fusion composition to build and edit node graphs, enabling node-level operations not accessible via Python API.
Instructions
Run Lua inside a Fusion comp. This is how node graphs are built and edited.
The Python API reaches comps but not their nodes, so node-level work goes
through here. Inside the script, comp is the composition.
Example: local bg = comp:AddTool("Background") bg.TopLeftRed = 1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | ||
| comp_name | No | ||
| item_handle | No |