From f253e5922150984ac2685d6ca4d3a29f7b25b1bb Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 31 May 2021 19:18:38 -0400 Subject: 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. --- source/creator/creator_args.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/creator') 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"); -- cgit v1.2.3