From 6c05a92fe189baf82b7de4813d63b7bacf36cab2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 4 May 2008 15:02:48 +0000 Subject: missed out on some BLI_convertstringcode's, also found that playing relative quicktime paths from the python api never worked, was using the 'Scene' type cast to a char. --- source/blender/quicktime/apple/quicktime_export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/apple/quicktime_export.c b/source/blender/quicktime/apple/quicktime_export.c index a49a9a2fdc8..736bb4dd584 100644 --- a/source/blender/quicktime/apple/quicktime_export.c +++ b/source/blender/quicktime/apple/quicktime_export.c @@ -428,7 +428,7 @@ void makeqtstring (char *string) { if (string==0) return; strcpy(string, G.scene->r.pic); - BLI_convertstringcode(string, G.sce, G.scene->r.cfra); + BLI_convertstringcode(string, G.sce); BLI_make_existing_file(string); -- cgit v1.2.3