[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28709] trunk/blender/source/blender/ blenlib/intern/bpath.c: remove usless ../../ with 'Make Paths Absolute' operator

Campbell Barton ideasman42 at gmail.com
Mon May 10 14:58:21 CEST 2010


Revision: 28709
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28709
Author:   campbellbarton
Date:     2010-05-10 14:58:21 +0200 (Mon, 10 May 2010)

Log Message:
-----------
remove usless ../../ with 'Make Paths Absolute' operator

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

Modified: trunk/blender/source/blender/blenlib/intern/bpath.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/bpath.c	2010-05-10 10:32:46 UTC (rev 28708)
+++ trunk/blender/source/blender/blenlib/intern/bpath.c	2010-05-10 12:58:21 UTC (rev 28709)
@@ -132,6 +132,7 @@
 	} else { /* local data, use the blend files path */
 		BLI_path_abs(path_expanded, bpi->base_path);
 	}
+	BLI_cleanup_file(NULL, path_expanded);
 }
 char* BLI_bpathIterator_getLib( struct BPathIterator *bpi) {
 	return bpi->lib;





More information about the Bf-blender-cvs mailing list