Blender Git Commit Log
Git Commits -> Revision 61bba5e
Revision 61bba5e by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) December 18, 2014, 12:52 (GMT) |
Radical simplification of the wind effect on hair, since the previous approach does not work very well. Using a cross section estimate still causes large oscillations due to varying hair force based on angles. It also requires a sensible hair thickness value (particle radius) which is difficult to control and visualize at this point. The new model is based purely on per-vertex forces, which seems to be much more stable. It's also somewhat justified by the fact that each hair vertex represents a certain mass. |
Commit Details:
Full Hash: 61bba5e66fada20eb5d5e4cdaff25715ed65f1c6
Parent Commit: 3a7b5bd
Lines Changed: +25, -1