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:
-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);