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:
-rw-r--r--source/blender/src/editnla.c2
1 files changed, 2 insertions, 0 deletions
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);
}