1
1

Docs: Limit the OCIO env vars that we document

Brecht mentioned that these are a bit obscure and don't make much sense 
to override these.
This commit is contained in:
2021-05-31 19:18:38 -04:00
parent 8180d478e1
commit f253e59221

View File

@@ -676,12 +676,6 @@ static int arg_handle_print_help(int UNUSED(argc), const char **UNUSED(argv), vo
printf(" $BLENDER_SYSTEM_PYTHON Directory for system Python libraries.\n");
# ifdef WITH_OCIO
printf(" $OCIO Path to override the OpenColorIO config file.\n");
printf(
" $OCIO_ACTIVE_DISPLAYS Overrides the active_displays list from the config file and "
"reorders them. Colon-separated list of displays, e.g 'sRGB:P3'.\n");
printf(
" $OCIO_ACTIVE_VIEWS Overrides the active_views list from the config file and "
"reorders them. Colon-separated list of view names, e.g 'internal:client:DI'.\n");
# endif
# ifdef WIN32
printf(" $TEMP Store temporary files here.\n");