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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-08-02 07:41:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-02 07:41:42 +0400
commitf45dcf022db02272d495ddfb07ffffe50e3f7f70 (patch)
tree0fad23b6b8c1023873ae1e170cf98f7b17ec9def /source
parent0045a70d9619a5b0f3da9853c75587b765c1150a (diff)
- X11 tablet was using uninitialized variables.
- Added BLENDER_FORCE_SWAPBUFFERS in help message.
Diffstat (limited to 'source')
-rw-r--r--source/creator/creator.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 5a90a1e5b9f..21193eb9683 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -254,6 +254,10 @@ static void print_help(void)
printf (" $IMAGEEDITOR\t\tImage editor executable, launch with the IKey from the file selector.\n");
printf (" $WINEDITOR\t\tText editor executable, launch with the EKey from the file selector.\n");
printf (" $PYTHONHOME\t\tPath to the python directory, eg. /usr/lib/python.\n");
+#ifdef __linux__
+ printf (" $BLENDER_FORCE_SWAPBUFFERS\tFixes menu drawing with some Intel and Radeon cards\n");
+ printf (" \t\tThe value is not used, only that the env var is set (linux specific).\n");
+#endif
printf ("\nNote: Arguments must be separated by white space. eg:\n");
printf (" \"blender -ba test.blend\"\n");
printf (" ...will ignore the 'a'\n");