From 40d710f35d0ead5a2230bdf65810495162ee6e83 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 21 Feb 2003 18:42:56 +0000 Subject: zel365 showed me this bug with deleting nla keys... If I had to guess REMAKEIPO is kind of miss named. since what it does it free up memory it almost looks like it should be a part of REMAKEALLIPO we both felt a little overwhelmed by the code though and opted for just calling both of them in delete_nlachannel_keys I also added in allqueue (REDRAWVIEW3D, 0); since things could probably change around since your recalcing the ipo's... Kent --- source/blender/src/editnla.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') diff --git a/source/blender/src/editnla.c b/source/blender/src/editnla.c index d12ce9ca71e..45aef9295ba 100644 --- a/source/blender/src/editnla.c +++ b/source/blender/src/editnla.c @@ -979,6 +979,8 @@ static void delete_nlachannel_keys(void) } allspace(REMAKEALLIPO, 0); + allspace(REMAKEIPO,0); + allqueue (REDRAWVIEW3D, 0); allqueue(REDRAWNLA, 0); allqueue(REDRAWIPO, 0); } -- cgit v1.2.3