From 5f6b9fd324162358ac482b151bc034e0006d6734 Mon Sep 17 00:00:00 2001 From: Damien Plisson Date: Wed, 18 Nov 2009 19:35:03 +0000 Subject: Quicktime-cocoa : fix file busy issue when rendering a second time with quicktime export --- source/blender/quicktime/apple/qtkit_export.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m index e308118e9d6..460b35a0592 100644 --- a/source/blender/quicktime/apple/qtkit_export.m +++ b/source/blender/quicktime/apple/qtkit_export.m @@ -187,7 +187,9 @@ void end_qt(void) if (qtexport->movie) { /* Flush update of the movie file */ [qtexport->movie updateMovieFile]; - + + [qtexport->movie invalidate]; + /* Clean up movie structure */ [qtexport->filename release]; [qtexport->frameAttributes release]; -- cgit v1.2.3