[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29941] trunk/blender/source/blender/ blenlib/intern/path_util.c: fairly sure this is a typo, matt/ elubie please check

Campbell Barton ideasman42 at gmail.com
Sun Jul 4 18:47:59 CEST 2010


Revision: 29941
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29941
Author:   campbellbarton
Date:     2010-07-04 18:47:58 +0200 (Sun, 04 Jul 2010)

Log Message:
-----------
fairly sure this is a typo, matt/elubie please check

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-07-04 16:47:35 UTC (rev 29940)
+++ trunk/blender/source/blender/blenlib/intern/path_util.c	2010-07-04 16:47:58 UTC (rev 29941)
@@ -1156,7 +1156,7 @@
 			return NULL;
 			
 		case BLENDER_SYSTEM_PYTHON:
-			BLI_join_dirfile(search_path, "scripts", subfolder);
+			BLI_join_dirfile(search_path, "python", subfolder);
 			
 			if (get_path_system(path, search_path, "BLENDER_SYSTEM_PYTHON")) break;
 			return NULL;





More information about the Bf-blender-cvs mailing list