[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30749] branches/render25/source/blender/ blenlib/intern/path_util.c: Render Branch: paths tweak, don' t look in local directory for USER scripts.

Brecht Van Lommel brecht at blender.org
Mon Jul 26 11:23:34 CEST 2010


Revision: 30749
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30749
Author:   blendix
Date:     2010-07-26 11:23:34 +0200 (Mon, 26 Jul 2010)

Log Message:
-----------
Render Branch: paths tweak, don't look in local directory for USER scripts.

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

Modified: branches/render25/source/blender/blenlib/intern/path_util.c
===================================================================
--- branches/render25/source/blender/blenlib/intern/path_util.c	2010-07-26 09:09:53 UTC (rev 30748)
+++ branches/render25/source/blender/blenlib/intern/path_util.c	2010-07-26 09:23:34 UTC (rev 30749)
@@ -990,7 +990,6 @@
 			return NULL;
 			
 		case BLENDER_USER_SCRIPTS:
-			if (get_path_local(path, "scripts", subfolder)) break;
 			if (get_path_user(path, "scripts", subfolder, "BLENDER_USER_SCRIPTS")) break;
 			return NULL;
 			





More information about the Bf-blender-cvs mailing list