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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-02-12 22:57:05 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-02-12 22:57:05 +0400
commit875f616ab8c0856bef287d1041141ee2f4d986aa (patch)
tree5d60104f814028f052722aff6fdc5c107d134be5 /source/blender/editors/space_outliner/space_outliner.c
parent39daef28a1eb3c42db886df229851c860054bc7e (diff)
Fix for outliner notifiers for inserting keyframes on visibility/selectivity/renderability
flags and toggling renderability from shortcut.
Diffstat (limited to 'source/blender/editors/space_outliner/space_outliner.c')
-rw-r--r--source/blender/editors/space_outliner/space_outliner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index a040c63b2ab..ebbe28e62fa 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -265,6 +265,7 @@ static void outliner_main_area_listener(ARegion *ar, wmNotifier *wmn)
case NC_ANIMATION:
switch(wmn->data) {
case ND_NLA_ACTCHANGE:
+ case ND_KEYFRAME:
ED_region_tag_redraw(ar);
break;
case ND_ANIMCHAN: