Commit: 0ffe8be5e913edda4c102cea7dc99e1ef96cbd2b
Author: Lukas Tönne
Date: Sat Apr 11 14:04:03 2015 +0200
Branches: gooseberry
https://developer.blender.org/rB0ffe8be5e913edda4c102cea7dc99e1ef96cbd2b
Fix for missing function argument commented out during cleanup.
===================================================================
M source/blender/physics/intern/BPH_mass_spring.cpp
===================================================================
diff --git a/source/blender/physics/intern/BPH_mass_spring.cpp
b/source/blender/physics/intern/BPH_mass_spring.cpp
index 9be2d8a..7d84c2b 100644
--- a/source/blender/physics/intern/BPH_mass_spring.cpp
+++ b/source/blender/physics/intern/BPH_mass_spring.cpp
@@ -1375,7 +1375,7 @@ static void strands_calc_curve_forces(Strands *strands,
float space[4][4], HairS
}
/* Collect forces and derivatives: F, dFdX, dFdV */
-static void strands_calc_force(Strands *strands, float space[4][4],
HairSimParams *params, Implicit_Data *data, float UNUSED(frame), Scene *scene,
ListBase * /*effectors*/)
+static void strands_calc_force(Strands *strands, float space[4][4],
HairSimParams *params, Implicit_Data *data, float UNUSED(frame), Scene *scene,
ListBase * effectors)
{
unsigned int numverts = strands->totverts;
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs