mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
moved optional maya environments back to settings
This commit is contained in:
parent
d43b3d1b2c
commit
916d3457f5
2 changed files with 7 additions and 6 deletions
|
|
@ -22,11 +22,6 @@ def add_implementation_envs(env, _app):
|
|||
|
||||
# Set default values if are not already set via settings
|
||||
defaults = {
|
||||
"MAYA_DISABLE_CLIC_IPM": "Yes",
|
||||
"MAYA_DISABLE_CIP": "Yes",
|
||||
"MAYA_DISABLE_CER": "Yes",
|
||||
"PYMEL_SKIP_MEL_INIT": "Yes",
|
||||
"LC_ALL": "C",
|
||||
"OPENPYPE_LOG_NO_COLORS": "Yes"
|
||||
}
|
||||
for key, value in defaults.items():
|
||||
|
|
|
|||
|
|
@ -4,7 +4,13 @@
|
|||
"label": "Maya",
|
||||
"icon": "{}/app_icons/maya.png",
|
||||
"host_name": "maya",
|
||||
"environment": {},
|
||||
"environment": {
|
||||
"MAYA_DISABLE_CLIC_IPM": "Yes",
|
||||
"MAYA_DISABLE_CIP": "Yes",
|
||||
"MAYA_DISABLE_CER": "Yes",
|
||||
"PYMEL_SKIP_MEL_INIT": "Yes",
|
||||
"LC_ALL": "C"
|
||||
},
|
||||
"variants": {
|
||||
"2022": {
|
||||
"use_python_2": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue