From f03fc27bf78f035617d97d536149bceeb9ab1e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Wed, 22 Oct 2014 18:11:12 +0200 Subject: Removed unused line. --- source/blender/editors/physics/particle_edit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/physics') diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c index cbed5a3b2ee..b739f1572c1 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; -- cgit v1.2.3