fix: redraw dope sheet / action editor when pose bone selection changes

This commit is contained in:
Sybren A. Stüvel
2017-02-24 18:21:46 +01:00
parent a58350b07f
commit 502c4be56e

View File

@@ -187,6 +187,9 @@ static void rna_Bone_select_update(Main *UNUSED(bmain), Scene *UNUSED(scene), Po
}
WM_main_add_notifier(NC_GEOM | ND_DATA, id);
/* spaces that show animation data of the selected bone need updating */
WM_main_add_notifier(NC_ANIMATION | ND_ANIMCHAN, id);
}
static char *rna_Bone_path(PointerRNA *ptr)