[Bf-blender-cvs] [98d4f98] temp_merge_gooseberry_hair: Removed unused line.

Lukas Tönne noreply at git.blender.org
Mon Jan 19 20:50:10 CET 2015


Commit: 98d4f982d85757a34359667009d958edc4c6fb21
Author: Lukas Tönne
Date:   Wed Oct 22 18:11:12 2014 +0200
Branches: temp_merge_gooseberry_hair
https://developer.blender.org/rB98d4f982d85757a34359667009d958edc4c6fb21

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