mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
temporary fix for nuke
This commit is contained in:
parent
78d0b8c654
commit
ecf0da7721
1 changed files with 7 additions and 1 deletions
|
|
@ -18,7 +18,13 @@ def add_implementation_envs(env, _app):
|
|||
new_nuke_paths.append(norm_path)
|
||||
|
||||
env["NUKE_PATH"] = os.pathsep.join(new_nuke_paths)
|
||||
env.pop("QT_AUTO_SCREEN_SCALE_FACTOR", None)
|
||||
# NOTE: Poping of the key is right way. But is commented because there is
|
||||
# a bug in `app_launcher.py` which only change values and not remove
|
||||
# existing.
|
||||
# Fixed with https://github.com/pypeclub/OpenPype/pull/2655
|
||||
# but this fix requires new build
|
||||
# env.pop("QT_AUTO_SCREEN_SCALE_FACTOR", None)
|
||||
env["QT_AUTO_SCREEN_SCALE_FACTOR"] = ""
|
||||
|
||||
# Try to add QuickTime to PATH
|
||||
quick_time_path = "C:/Program Files (x86)/QuickTime/QTSystem"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue