Feature Updates (What's New in 2025.0.1)
Use Python API to import third-party lens distortion file, copy cuts from Video to HDR track.
Lens Distortion
The Distortion controls are no longer clipped when a lens distortion setup is imported or the distortion is calculated.
Importing Lens Distortion JSON
You can now use the Python API to import a Lens Distortion .json file created in a third-party application.
Command | Type | Description |
---|---|---|
<PyNode>.import_lens_distortion() | Function | Import a compatible lens distortion json file created from a third-party application. |
ld = flame.batch.create_node("Lens Distortion")
ld.import_lens_distortion("/var/tmp/file.json")
Cuts from Video to HDR Track
Use the Copy Transitions to Track function available in a Track's context menu to copy cuts from a Video track to an HDR one. Other transitions such as Dissolves cannot be copied.