projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix missing updates when muting/soloing/reordering NLA tracks.
[blender.git]
/
source
/
blender
/
editors
/
animation
/
anim_channels_edit.c
diff --git
a/source/blender/editors/animation/anim_channels_edit.c
b/source/blender/editors/animation/anim_channels_edit.c
index 26de5c3afc8d1c1246288e4e7e00a3dd5f78edc1..2d1c30734d9f02044ffe25f1def5758833023158 100644
(file)
--- a/
source/blender/editors/animation/anim_channels_edit.c
+++ b/
source/blender/editors/animation/anim_channels_edit.c
@@
-1355,6
+1355,7
@@
static int animchannels_rearrange_exec(bContext *C, wmOperator *op)
switch (ac.datatype) {
case ANIMCONT_NLA: /* NLA-tracks only */
rearrange_nla_channels(&ac, adt, mode);
+ DEG_id_tag_update(ale->id, ID_RECALC_ANIMATION | ID_RECALC_COPY_ON_WRITE);
break;
case ANIMCONT_DRIVERS: /* Drivers list only */