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/bmo_inset.c')
-rw-r--r--source/blender/bmesh/operators/bmo_inset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_inset.c b/source/blender/bmesh/operators/bmo_inset.c
index b02a3e8652f..23d63bbe5ab 100644
--- a/source/blender/bmesh/operators/bmo_inset.c
+++ b/source/blender/bmesh/operators/bmo_inset.c
@@ -1122,7 +1122,6 @@ void bmo_inset_region_exec(BMesh *bm, BMOperator *op)
/* apply the offset */
if (use_attributes) {
- printf("index: %i\n", v_split->head.index);
madd_v3_v3fl(v_split->co, tvec, thickness_array[v_split->head.index]);
}
else {