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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-14 01:50:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-14 01:54:55 +0300
commitae6e84471ab4fbf7c1f9b16b5184ca2b3040d65c (patch)
treeb4d0ce6b3b994b1f12c1e2bb3c252034a87264c7 /source/blender/editors/mask/mask_shapekey.c
parent72369c638d936a76ba58c98b4b89626f6ff28f32 (diff)
parentc1d29ea7835c0f2ebd20531dfe3996c6bbce6b58 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/mask/mask_shapekey.c')
-rw-r--r--source/blender/editors/mask/mask_shapekey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/mask/mask_shapekey.c b/source/blender/editors/mask/mask_shapekey.c
index 3fb1cc87dbd..4337ff705b6 100644
--- a/source/blender/editors/mask/mask_shapekey.c
+++ b/source/blender/editors/mask/mask_shapekey.c
@@ -89,7 +89,6 @@ void MASK_OT_shape_key_insert(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Insert Shape Key";
- ot->description = "";
ot->idname = "MASK_OT_shape_key_insert";
/* api callbacks */
@@ -138,7 +137,6 @@ void MASK_OT_shape_key_clear(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Clear Shape Key";
- ot->description = "";
ot->idname = "MASK_OT_shape_key_clear";
/* api callbacks */