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>2011-02-07 16:02:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-07 16:02:44 +0300
commitbd023c443b9619ddfa467da79755204885b61a89 (patch)
tree7ff8ada5cb21360b4934e6343a0f2f252915f54f /source/blender/editors/armature/editarmature.c
parent3fab280c61c2655c0e493bcbd20b12ff3cd0bdc2 (diff)
remove mat_nr from MVert struct, saves 4 bytes per vertex.
used to be used for halo's
Diffstat (limited to 'source/blender/editors/armature/editarmature.c')
-rw-r--r--source/blender/editors/armature/editarmature.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c
index 2cdb2c9a062..e7bff9ec203 100644
--- a/source/blender/editors/armature/editarmature.c
+++ b/source/blender/editors/armature/editarmature.c
@@ -716,7 +716,6 @@ void POSE_OT_armature_apply (wmOperatorType *ot)
/* set the current pose as the restpose */
static int pose_visual_transform_apply_exec (bContext *C, wmOperator *UNUSED(op))
{
- Scene *scene= CTX_data_scene(C);
Object *ob= ED_object_pose_armature(CTX_data_active_object(C)); // must be active object, not edit-object
/* don't check if editmode (should be done by caller) */