Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-06-01 02:18:38 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-06-01 02:19:00 +0300
commitf253e5922150984ac2685d6ca4d3a29f7b25b1bb (patch)
tree2163db33818ce2aeb67a94db659aa89c18932bf1 /source/creator
parent8180d478e1aefbbe538bd54b42dda388b482abf5 (diff)
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.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c6
1 files changed, 0 insertions, 6 deletions
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");