[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32162] trunk/blender: .B25.blend -> startup.blend

Nathan Letwory nathan at letworyinteractive.com
Tue Sep 28 01:33:10 CEST 2010


Revision: 32162
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32162
Author:   jesterking
Date:     2010-09-28 01:33:10 +0200 (Tue, 28 Sep 2010)

Log Message:
-----------
.B25.blend -> startup.blend

Modified Paths:
--------------
    trunk/blender/release/scripts/op/image.py
    trunk/blender/source/blender/windowmanager/intern/wm_init_exit.c

Modified: trunk/blender/release/scripts/op/image.py
===================================================================
--- trunk/blender/release/scripts/op/image.py	2010-09-27 23:28:45 UTC (rev 32161)
+++ trunk/blender/release/scripts/op/image.py	2010-09-27 23:33:10 UTC (rev 32162)
@@ -139,7 +139,7 @@
         # filepath = bpy.path.clean_name(filepath) # fixes <memory> rubbish, needs checking
 
         if filepath.startswith(".") or filepath == "":
-            # TODO, have a way to check if the file is saved, assume .B25.blend
+            # TODO, have a way to check if the file is saved, assume startup.blend
             tmpdir = context.user_preferences.filepaths.temporary_directory
             filepath = os.path.join(tmpdir, "project_edit")
         else:

Modified: trunk/blender/source/blender/windowmanager/intern/wm_init_exit.c
===================================================================
--- trunk/blender/source/blender/windowmanager/intern/wm_init_exit.c	2010-09-27 23:28:45 UTC (rev 32161)
+++ trunk/blender/source/blender/windowmanager/intern/wm_init_exit.c	2010-09-27 23:33:10 UTC (rev 32162)
@@ -134,7 +134,7 @@
 	WM_read_homefile(C, NULL);
 
 	/* note: there is a bug where python needs initializing before loading the
-	 * .B25.blend because it may contain PyDrivers. It also needs to be after
+	 * startup.blend because it may contain PyDrivers. It also needs to be after
 	 * initializing space types and other internal data.
 	 *
 	 * However cant redo this at the moment. Solution is to load python





More information about the Bf-blender-cvs mailing list