[Bf-blender-cvs] [cfd13b6] hair_immediate_fixes: Removed unused line.

Lukas Tönne noreply at git.blender.org
Wed Oct 22 18:13:25 CEST 2014


Commit: cfd13b6dd2e7f53715ef8d03efba481ee22a0a1b
Author: Lukas Tönne
Date:   Wed Oct 22 18:11:12 2014 +0200
Branches: hair_immediate_fixes
https://developer.blender.org/rBcfd13b6dd2e7f53715ef8d03efba481ee22a0a1b

Removed unused line.

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

M	source/blender/editors/physics/particle_edit.c

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

diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index cbed5a3..b739f15 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -4132,7 +4132,6 @@ static void shape_cut(PEData *data, int pa_index)
 			BLI_bvhtree_ray_cast(data->shape_bvh.tree, key->co, dir, 0.0f, &hit, data->shape_bvh.raycast_callback, &data->shape_bvh);
 			if (hit.index >= 0) {
 				if (hit.dist < len) {
-//					cut_time = interpf((key+1)->time, key->time, hit.dist / len);
 					cut_time = (hit.dist / len + (float)k) / (float)totkeys;
 					cut = true;
 					break;




More information about the Bf-blender-cvs mailing list