Commit: 7a59a589901fdf83169bfcb2204d3d3abf97fb16
Author: Lukas Tönne
Date: Wed Oct 22 18:11:12 2014 +0200
Branches: gooseberry
https://developer.blender.org/rB7a59a589901fdf83169bfcb2204d3d3abf97fb16
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;
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs