Python Scripting in Resolve
# Setup
# Environment Variables
When setting up the API access on windows with environment variables make sure to NOT use nested variables as python will read those as strings.
Instead of using the variables as shown in the provided README.txt from Black Magic Design make sure to replace all nested variables with hardcoded paths.
Windows:
|
|
Explained here: Python scripting error - Blackmagic Forum
# Imp Module
sources / further reading: