[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27370] trunk/blender/source/blender/ quicktime/apple/qtkit_export.m: cant test but this should fix mac build

Campbell Barton ideasman42 at gmail.com
Tue Mar 9 20:04:06 CET 2010


Revision: 27370
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27370
Author:   campbellbarton
Date:     2010-03-09 20:04:05 +0100 (Tue, 09 Mar 2010)

Log Message:
-----------
cant test but this should fix mac build

Modified Paths:
--------------
    trunk/blender/source/blender/quicktime/apple/qtkit_export.m

Modified: trunk/blender/source/blender/quicktime/apple/qtkit_export.m
===================================================================
--- trunk/blender/source/blender/quicktime/apple/qtkit_export.m	2010-03-09 18:48:15 UTC (rev 27369)
+++ trunk/blender/source/blender/quicktime/apple/qtkit_export.m	2010-03-09 19:04:05 UTC (rev 27370)
@@ -143,7 +143,7 @@
 	char txt[64];
 
 	strcpy(string, rd->pic);
-	BLI_convertstringcode(string, G.sce);
+	BLI_path_abs(string, G.sce);
 
 	BLI_make_existing_file(string);
 
@@ -157,7 +157,7 @@
 	if (string==NULL) return;
 	
 	strcpy(string, rd->pic);
-	BLI_convertstringcode(string, G.sce);
+	BLI_path_abs(string, G.sce);
 	
 	BLI_make_existing_file(string);
 	





More information about the Bf-blender-cvs mailing list