mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-24 08:31:12 -04:00
The obspython.i file requires `ENABLE_UI` to be defined for the swig compiler to pull in the actual obs-frontend-api header. If this is not the case, swig will not discover the required methods and ENUMs and in turn will not make those available in the scripting environment.