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:
authorYimingWu <xp8110@outlook.com>2019-10-10 12:12:52 +0300
committerYimingWu <xp8110@outlook.com>2019-10-10 12:12:52 +0300
commit8a3528a8b6b105558dc3f72484915567989c7203 (patch)
treeace88d314350756232832055d47310ce28566654 /source/blender/blenkernel/intern/gpencil.c
parent089374869b949dfe7c2acd441299844df909c843 (diff)
Gpencil: Fix code styles and revert BLI_map.h
Diffstat (limited to 'source/blender/blenkernel/intern/gpencil.c')
-rw-r--r--source/blender/blenkernel/intern/gpencil.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/gpencil.c b/source/blender/blenkernel/intern/gpencil.c
index cfee019b21c..d5d7d8e34af 100644
--- a/source/blender/blenkernel/intern/gpencil.c
+++ b/source/blender/blenkernel/intern/gpencil.c
@@ -1429,9 +1429,6 @@ void BKE_gpencil_vgroup_remove(Object *ob, bDeformGroup *defgroup)
/* Remove the group */
BLI_freelinkN(&ob->defbase, defgroup);
- if (gpd) {
- DEG_id_tag_update(&gpd->id, ID_RECALC_TRANSFORM | ID_RECALC_GEOMETRY);
- }
}
void BKE_gpencil_dvert_ensure(bGPDstroke *gps)