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_select.c
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_select.c')
-rw-r--r--source/blender/editors/object/object_select.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c
index 90d1a9df93e..47730496296 100644
--- a/source/blender/editors/object/object_select.c
+++ b/source/blender/editors/object/object_select.c
@@ -95,7 +95,6 @@ void ED_base_object_select(Base *base, short mode)
void ED_base_object_activate(bContext *C, Base *base)
{
Scene *scene= CTX_data_scene(C);
- Base *tbase;
/* sets scene->basact */
BASACT= base;