Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/editipo.c')
-rw-r--r--source/blender/src/editipo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c
index a2b75af6cfc..05fd6e6dfe2 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -110,6 +110,7 @@
#include "BSE_drawview.h"
#include "BSE_headerbuttons.h"
#include "BSE_node.h"
+#include "BSE_sequence.h"
#include "blendef.h"
#include "mydevice.h"
@@ -325,7 +326,7 @@ void editipo_changed(SpaceIpo *si, int doredraw)
allqueue(REDRAWBUTSEDIT, 0);
allqueue(REDRAWVIEW3D, 0);
}
- else if(si->blocktype==ID_SEQ) clear_seq_belonging_to_ipo(si->ipo);
+ else if(si->blocktype==ID_SEQ) free_imbuf_seq_with_ipo(si->ipo);
else if(si->blocktype==ID_PO) {
Object *ob= OBACT;
if(ob && ob->pose) {