Python API (What's New in 2023.1)
Open a Flame file browser with Python, and find an updated API for Batch, MediaHub, Media Panel, and transitions.
Flame Learning Channel: Python: Browsing & Messaging
File Browser
You can now use the Python API to display Flame browser for users to select files. The PyBrowser object is used to set a file selection and settings as variables to be used by other functions like flame.import_clips()
. The advantage of using a PyBrowser over a Qt dialog box is user interface consistency and access to features such as bookmarks.
API New Attributes and Functions
Flame Family includes updates to the API in the following components:
- Batch
- MediaHub
- Clips and Segments
- Look node
- Media Panel
- Timeline
- Transitions
For more information, see Flame Family Python API.