[Bf-blender-cvs] [8a32f2c] master: Remove left-over form debug time

Sergey Sharybin noreply at git.blender.org
Mon Feb 17 18:38:20 CET 2014


Commit: 8a32f2c6d6768b646b7ef13726fe90f4b6857c7d
Author: Sergey Sharybin
Date:   Mon Feb 17 21:13:25 2014 +0600
https://developer.blender.org/rB8a32f2c6d6768b646b7ef13726fe90f4b6857c7d

Remove left-over form debug time

===================================================================

M	source/blender/modifiers/intern/MOD_boolean_util.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_boolean_util.c b/source/blender/modifiers/intern/MOD_boolean_util.c
index 3607c94..d68bf50 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);




More information about the Bf-blender-cvs mailing list