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:
authorCampbell Barton <ideasman42@gmail.com>2020-07-11 07:50:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-11 07:50:47 +0300
commit020e0f11ff547f1547fecfdc4765e2e1092a4e2c (patch)
tree2e736da2a56cb1068e7d36483f0d66f56d660664 /source/creator/creator_args.c
parentd2b910fafec6532cfe4438d3e621d21a616a61ba (diff)
Docs: remove reference to PYTHONHOME
This is no longer used by default, when '--python-use-system-env' is set there are many Python environment variables, don't list them in Blender's help message.
Diffstat (limited to 'source/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 54780a271d3..4aabfb76acb 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -683,7 +683,6 @@ static int arg_handle_print_help(int UNUSED(argc), const char **UNUSED(argv), vo
# ifdef WITH_SDL
printf(" $SDL_AUDIODRIVER LibSDL audio driver - alsa, esd, dma.\n");
# endif
- printf(" $PYTHONHOME Path to the Python directory, eg. /usr/lib/python.\n\n");
exit(0);