[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29196] trunk/blender/source/creator/ creator.c: remove unused env vars from --help

Campbell Barton ideasman42 at gmail.com
Thu Jun 3 22:06:29 CEST 2010


Revision: 29196
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29196
Author:   campbellbarton
Date:     2010-06-03 22:06:29 +0200 (Thu, 03 Jun 2010)

Log Message:
-----------
remove unused env vars from --help

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2010-06-03 20:00:47 UTC (rev 29195)
+++ trunk/blender/source/creator/creator.c	2010-06-03 20:06:29 UTC (rev 29196)
@@ -207,7 +207,7 @@
 	printf ("Usage: blender [args ...] [file] [args ...]\n\n");
 
 	printf ("Render Options:\n");
-	BLI_argsPrintArgDoc(ba, "-b");
+	BLI_argsPrintArgDoc(ba, "--background");
 	BLI_argsPrintArgDoc(ba, "--render-anim");
 	BLI_argsPrintArgDoc(ba, "--scene");
 	BLI_argsPrintArgDoc(ba, "--render-frame");
@@ -287,8 +287,6 @@
 #ifndef DISABLE_SDL
 	printf ("  $SDL_AUDIODRIVER  LibSDL audio driver - alsa, esd, alsa, dma.\n");
 #endif
-	printf ("  $IMAGEEDITOR  Image editor executable, launch with the IKey from the file selector.\n");
-	printf ("  $WINEDITOR    Text editor executable, launch with the EKey from the file selector.\n");
 	printf ("  $PYTHONHOME   Path to the python directory, eg. /usr/lib/python.\n\n");
 
 	printf ("Note: Arguments must be separated by white space. eg:\n");





More information about the Bf-blender-cvs mailing list