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:
Diffstat (limited to 'source/blender/bmesh/operators/bevel.c')
-rw-r--r--source/blender/bmesh/operators/bevel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/bmesh/operators/bevel.c b/source/blender/bmesh/operators/bevel.c
index 9bd4f00668f..a80712884fc 100644
--- a/source/blender/bmesh/operators/bevel.c
+++ b/source/blender/bmesh/operators/bevel.c
@@ -34,10 +34,10 @@ typedef struct EdgeTag {
void calc_corner_co(BMesh *bm, BMLoop *l, float *co, float fac)
{
- float no[3], tan[3], vec1[3], vec2[3], v1[3], v2[3], v3[3], v4[3];
- float p1[3], p2[3], w[3];
- float l1, l2;
- int ret, inv=0;
+ float no[3], /*tan[3]*,*/ vec1[3], vec2[3], v1[3], v2[3], v3[3], v4[3];
+ /*float p1[3], p2[3], w[3];
+ float l1, l2;*/
+ int /*ret,*/ inv=0;
if (l->f->len > 2) {
copy_v3_v3(v1, l->prev->v->co);