[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30381] trunk/blender/source/creator/ creator.c: Update --help message for new path environment variables.

Brecht Van Lommel brecht at blender.org
Thu Jul 15 17:20:53 CEST 2010


Revision: 30381
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30381
Author:   blendix
Date:     2010-07-15 17:20:53 +0200 (Thu, 15 Jul 2010)

Log Message:
-----------
Update --help message for new path environment variables.

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

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2010-07-15 15:03:42 UTC (rev 30380)
+++ trunk/blender/source/creator/creator.c	2010-07-15 15:20:53 UTC (rev 30381)
@@ -289,11 +289,13 @@
 	printf ("\t\t\"blender --background test.blend --render-output /tmp --render-frame 1\" works as expected.\n\n");
 
 	printf ("\nEnvironment Variables:\n");
-	printf ("  $HOME\t\t\tStore '.blender/' containing defaults, bookmarks and user scripts.\n");
-	printf ("  $BLENDERPATH  System directory to use for data files and scripts.\n");
-	printf ("                For this build of blender the default $BLENDERPATH is...\n");
-	printf ("                \"%s\"\n", blender_path);
-	printf ("                setting the $BLENDERPATH will override this\n");
+	printf ("  $BLENDER_USER_CONFIG      Directory for user configuration files.\n");
+	printf ("  $BLENDER_SYSTEM_CONFIG    Directory for system wide configuration files.\n");
+	printf ("  $BLENDER_USER_SCRIPTS     Directory for user scripts.\n");
+	printf ("  $BLENDER_SYSTEM_SCRIPTS   Directory for system wide scripts.\n");
+	printf ("  $BLENDER_USER_DATAFILES   Directory for user data files (icons, translations, ..).\n");
+	printf ("  $BLENDER_SYSTEM_DATAFILES Directory for system wide data files.\n");
+	printf ("  $BLENDER_SYSTEM_PYTHON    Directory for system python libraries.\n");
 #ifdef WIN32
 	printf ("  $TEMP         Store temporary files here.\n");
 #else





More information about the Bf-blender-cvs mailing list