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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-02-17 19:13:25 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-02-17 21:38:12 +0400
commit8a32f2c6d6768b646b7ef13726fe90f4b6857c7d (patch)
tree0ec2e448f8eb5b95e277590da65dde161198208b /source/blender/modifiers
parent641d653a3799144e67808cd83b27e210eb26fc05 (diff)
Remove left-over form debug time
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean_util.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/modifiers/intern/MOD_boolean_util.c b/source/blender/modifiers/intern/MOD_boolean_util.c
index 3607c946be3..d68bf508e31 100644
--- a/source/blender/modifiers/intern/MOD_boolean_util.c
+++ b/source/blender/modifiers/intern/MOD_boolean_util.c
@@ -521,10 +521,6 @@ static void exporter_SetPoly(ExportMeshData *export_data,
mpoly->loopstart = start_loop;
mpoly->totloop = num_loops;
- if (which_orig_mesh == CARVE_MESH_RIGHT) {
- which_orig_mesh = CARVE_MESH_RIGHT;
- }
-
/* Interpolate data for poly loops. */
{
MVert *source_mverts = which_mvert(export_data, which_orig_mesh);