[Bf-blender-cvs] [f253e592215] master: Docs: Limit the OCIO env vars that we document

Aaron Carlisle noreply at git.blender.org
Tue Jun 1 01:19:59 CEST 2021


Commit: f253e5922150984ac2685d6ca4d3a29f7b25b1bb
Author: Aaron Carlisle
Date:   Mon May 31 19:18:38 2021 -0400
Branches: master
https://developer.blender.org/rBf253e5922150984ac2685d6ca4d3a29f7b25b1bb

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.

===================================================================

M	source/creator/creator_args.c

===================================================================

diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index f9492f5bb62..8b1ac05f086 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -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");



More information about the Bf-blender-cvs mailing list