mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[qt6] Set the RHI backend to "opengl"
This commit is contained in:
parent
d5b5163828
commit
b65197e23e
1 changed files with 1 additions and 0 deletions
|
@ -157,3 +157,4 @@ def setupEnvironment(backend=Backend.STANDALONE):
|
|||
os.environ["QML_XHR_ALLOW_FILE_READ"] = '1'
|
||||
os.environ["QML_XHR_ALLOW_FILE_WRITE"] = '1'
|
||||
os.environ["PYSEQ_STRICT_PAD"] = '1'
|
||||
os.environ["QSG_RHI_BACKEND"] = "opengl"
|
||||
|
|
Loading…
Add table
Reference in a new issue