[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29182] trunk/blender/source/blender/ blenlib/intern/path_util.c: correction for last commit, the order only needed switching so you can start blender from a different branches directory .

Campbell Barton ideasman42 at gmail.com
Thu Jun 3 15:35:39 CEST 2010


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

Log Message:
-----------
correction for last commit, the order only needed switching so you can start blender from a different branches directory.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/path_util.c

Modified: trunk/blender/source/blender/blenlib/intern/path_util.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/path_util.c	2010-06-03 13:31:50 UTC (rev 29181)
+++ trunk/blender/source/blender/blenlib/intern/path_util.c	2010-06-03 13:35:38 UTC (rev 29182)
@@ -852,9 +852,6 @@
 	if(test_data_path(targetpath, BLI_getwdN(cwd), "release", folder_name))
 		return 1;
 
-	if(test_data_path(targetpath, bprogdir, "release", folder_name))
-		return 1;
-
 	/* try ./.blender/folder_name */
 	if(test_data_path(targetpath, bprogdir, ".blender", folder_name))
 		return 1;





More information about the Bf-blender-cvs mailing list