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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-10-16 14:29:41 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-10-16 14:29:41 +0400
commit2e74a6ba30fe0357338e032f22db3eb3795c0b6f (patch)
tree11788da8e7dbdcc44a5ec03d6b18280156a230b2 /source/blender/editors/object/object_intern.h
parent04f17fed4d2972bcf4ffc544d1715b5b253f9e54 (diff)
Added a button to clear the weights of all shape keys, useful
when editing shapes and doing blending tests.
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index 420b6a21946..6a9974830b3 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -175,6 +175,7 @@ void OBJECT_OT_game_property_remove(struct wmOperatorType *ot);
/* object_shapekey.c */
void OBJECT_OT_shape_key_add(struct wmOperatorType *ot);
void OBJECT_OT_shape_key_remove(struct wmOperatorType *ot);
+void OBJECT_OT_shape_key_clear(struct wmOperatorType *ot);
/* object_group.c */
void OBJECT_OT_group_add(struct wmOperatorType *ot);