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>2014-11-10 15:32:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-10 15:32:39 +0300
commit225e3460d02eafad31b9709c981dd8376878eaa6 (patch)
tree7035c04c1769e9b8e7429cc51753ec988ecb84ae /source/blender/editors/object/object_shapekey.c
parent723f1e950b1db926785a77b5321b79487f1ce7d1 (diff)
Fix: Shapekey Basis not updated on editmode exit
Diffstat (limited to 'source/blender/editors/object/object_shapekey.c')
-rw-r--r--source/blender/editors/object/object_shapekey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_shapekey.c b/source/blender/editors/object/object_shapekey.c
index 4a24ab66721..b9c8ab1e35f 100644
--- a/source/blender/editors/object/object_shapekey.c
+++ b/source/blender/editors/object/object_shapekey.c
@@ -379,7 +379,6 @@ void OBJECT_OT_shape_key_remove(wmOperatorType *ot)
ot->description = "Remove shape key from the object";
/* api callbacks */
- ot->poll = shape_key_mode_poll;
ot->poll = shape_key_mode_exists_poll;
ot->exec = shape_key_remove_exec;