From 6665ce8951b2110e5dbd7126aae3c120bb6205e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 5 Mar 2020 10:46:52 +0100 Subject: Cleanup: Clarified comment No functional changes. --- source/blender/editors/animation/anim_deps.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/animation/anim_deps.c b/source/blender/editors/animation/anim_deps.c index 0a93351fefd..98fcb9c5ce5 100644 --- a/source/blender/editors/animation/anim_deps.c +++ b/source/blender/editors/animation/anim_deps.c @@ -368,8 +368,8 @@ void ANIM_animdata_update(bAnimContext *ac, ListBase *anim_data) if (ale->update & ANIM_UPDATE_ORDER) { ale->update &= ~ANIM_UPDATE_ORDER; if (gpl) { - /* While correct & we could enable it: 'posttrans_gpd_clean' - * currently handles as well as removing doubles. */ + /* While correct & we could enable it: 'posttrans_gpd_clean' currently + * both sorts and removes doubles, so this is not necessary here. */ // gpencil_sort_frames(gpl); } } @@ -389,8 +389,8 @@ void ANIM_animdata_update(bAnimContext *ac, ListBase *anim_data) if (ale->update & ANIM_UPDATE_ORDER) { ale->update &= ~ANIM_UPDATE_ORDER; if (masklay) { - /* While correct & we could enable it: 'posttrans_mask_clean' - * currently handles as well as removing doubles. */ + /* While correct & we could enable it: 'posttrans_mask_clean' currently + * both sorts and removes doubles, so this is not necessary here. */ // BKE_mask_layer_shape_sort(masklay); } } -- cgit v1.2.3