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:
authorAntonio Vazquez <blendergit@gmail.com>2020-01-05 11:47:36 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-01-05 11:47:51 +0300
commit85d43943ddec06409099d9bc326cfaed0ac14f8b (patch)
tree171455209ea61e28fddf95a91a6344e24e846e6a /source/blender/editors/animation
parentbbe7c278d22aad14541844055d2e6ae782a873bf (diff)
GPencil: Add missing update in previous commit of task T72897
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 35c743a3af3..e90289de963 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -1377,6 +1377,9 @@ static void rearrange_gpencil_channels(bAnimContext *ac, eRearrangeAnimChan_Mode
/* free visible layers data */
BLI_freelistN(&anim_data_visible);
+
+ /* Tag to recalc geometry */
+ DEG_id_tag_update(&gpd->id, ID_RECALC_TRANSFORM | ID_RECALC_GEOMETRY);
}
/* free GPD channel data */