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>2015-12-12 07:10:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-12 07:10:03 +0300
commitdc98a3b0a74b0e91ad424195ce488a9b14f13e73 (patch)
tree346961b83f6151e72e99a9294714c714e75d85e3 /source/blender/modifiers
parentebf9d315c418c5ef7e0789cd9c13ae17ff4b84cf (diff)
Cleanup: style/spelling
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_boolean.c b/source/blender/modifiers/intern/MOD_boolean.c
index 8379d2823af..57318e44eec 100644
--- a/source/blender/modifiers/intern/MOD_boolean.c
+++ b/source/blender/modifiers/intern/MOD_boolean.c
@@ -201,7 +201,8 @@ static DerivedMesh *applyModifier_bmesh(
DM_to_bmesh_ex(dm_other, bm, true);
DM_to_bmesh_ex(dm, bm, true);
- if (1) {
+ /* main bmesh intersection setup */
+ {
/* create tessface & intersect */
const int looptris_tot = poly_to_tri_count(bm->totface, bm->totloop);
int tottri;