[Bf-blender-cvs] [2a46f90] einteriores: E-Interiores: change default *.blend files to prevent conflict with running blender versions

Dalai Felinto noreply at git.blender.org
Tue Apr 19 04:24:47 CEST 2016


Commit: 2a46f90ed1a0ce1d1d44a17e6e6648c07de145d5
Author: Dalai Felinto
Date:   Mon Feb 29 18:21:47 2016 -0300
Branches: einteriores
https://developer.blender.org/rB2a46f90ed1a0ce1d1d44a17e6e6648c07de145d5

E-Interiores: change default *.blend files to prevent conflict with running blender versions

===================================================================

M	source/blender/blenkernel/BKE_appdir.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_appdir.h b/source/blender/blenkernel/BKE_appdir.h
index 077fe2a..141edce 100644
--- a/source/blender/blenkernel/BKE_appdir.h
+++ b/source/blender/blenkernel/BKE_appdir.h
@@ -76,10 +76,10 @@ enum {
 	BLENDER_RESOURCE_PATH_SYSTEM    = 2,
 };
 
-#define BLENDER_STARTUP_FILE    "startup.blend"
-#define BLENDER_USERPREF_FILE   "userpref.blend"
-#define BLENDER_QUIT_FILE       "quit.blend"
-#define BLENDER_BOOKMARK_FILE   "bookmarks.txt"
-#define BLENDER_HISTORY_FILE    "recent-files.txt"
+#define BLENDER_STARTUP_FILE    "e_startup.blend"
+#define BLENDER_USERPREF_FILE   "e_userpref.blend"
+#define BLENDER_QUIT_FILE       "e_quit.blend"
+#define BLENDER_BOOKMARK_FILE   "e_bookmarks.txt"
+#define BLENDER_HISTORY_FILE    "e_recent-files.txt"
 
 #endif  /* __BKE_APPDIR_H__ */




More information about the Bf-blender-cvs mailing list