added settings for white list of environment variables

This commit is contained in:
Jakub Trllo 2022-04-08 15:58:59 +02:00
parent 5de8185ded
commit 2a618081fd
2 changed files with 11 additions and 0 deletions

View file

@ -12,6 +12,7 @@
"linux": [],
"darwin": []
},
"local_env_white_list": [],
"openpype_path": {
"windows": [],
"darwin": [],

View file

@ -110,6 +110,16 @@
{
"type": "splitter"
},
{
"type": "list",
"key": "local_env_white_list",
"label": "White list of local environment variables",
"use_label_wrap": true,
"object_type": "text"
},
{
"type": "splitter"
},
{
"type": "collapsible-wrap",
"label": "OpenPype deployment control",