[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30099] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/application/AppConfig.cpp: Fix for path changes in the trunk revision 29935.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Thu Jul 8 08:11:40 CEST 2010


Revision: 30099
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30099
Author:   kjym3
Date:     2010-07-08 08:11:39 +0200 (Thu, 08 Jul 2010)

Log Message:
-----------
Fix for path changes in the trunk revision 29935.
This commit should also fix a crash in MinGW32 builds.

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29935

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppConfig.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppConfig.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppConfig.cpp	2010-07-08 01:53:36 UTC (rev 30098)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppConfig.cpp	2010-07-08 06:11:39 UTC (rev 30099)
@@ -33,7 +33,7 @@
 Path::Path() {
 	// get the root directory
 	//soc
-	setRootDir( BLI_gethome_folder("scripts", BLI_GETHOME_ALL) );
+	setRootDir( BLI_get_folder(BLENDER_SCRIPTS, NULL) );
 
 	_pInstance = this;
 }





More information about the Bf-blender-cvs mailing list