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/modifiers/intern/MOD_screw.c')
-rw-r--r--source/blender/modifiers/intern/MOD_screw.c32
1 files changed, 20 insertions, 12 deletions
diff --git a/source/blender/modifiers/intern/MOD_screw.c b/source/blender/modifiers/intern/MOD_screw.c
index 54db5bede8d..8fadfbaff07 100644
--- a/source/blender/modifiers/intern/MOD_screw.c
+++ b/source/blender/modifiers/intern/MOD_screw.c
@@ -717,26 +717,34 @@ static Mesh *applyModifier(ModifierData *md, const ModifierEvalContext *ctx, Mes
/*printf("\t\t\tFlipping 0\n");*/
SWAP(unsigned int, lt_iter.e->v1, lt_iter.e->v2);
}
- /* else {
- printf("\t\t\tFlipping Not 0\n");
- }*/
+#if 0
+ else {
+ printf("\t\t\tFlipping Not 0\n");
+ }
+#endif
}
else if (lt_iter.v == lt_iter.e->v2) {
if (ed_loop_flip == 1) {
/*printf("\t\t\tFlipping 1\n");*/
SWAP(unsigned int, lt_iter.e->v1, lt_iter.e->v2);
}
- /* else {
- printf("\t\t\tFlipping Not 1\n");
- }*/
+#if 0
+ else {
+ printf("\t\t\tFlipping Not 1\n");
+ }
+#endif
}
- /* else {
- printf("\t\tIncorrect edge topology");
- }*/
+#if 0
+ else {
+ printf("\t\tIncorrect edge topology");
+ }
+#endif
+ }
+#if 0
+ else {
+ printf("\t\tNo Edge at this point\n");
}
- /* else {
- printf("\t\tNo Edge at this point\n");
- }*/
+#endif
screwvert_iter_step(&lt_iter);
}
}