Blender Git Commit Log
Git Commits -> Revision 3a8295f
Revision 3a8295f by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 19:18 (GMT) |
Improved force field effects on hair strands. The previous calculation was modulated with the angle between the wind direction and the segments, which leads to very oscillating behavior. Now the formula includes an estimate for the geometric cross section of a hair segment based on the incident angle and the hair thickness (currently just the particle size). This gives a more stable behavior and more realistic response to wind. Conflicts: source/blender/blenkernel/intern/particle_system.c source/blender/physics/intern/BPH_mass_spring.cpp |
Commit Details:
Full Hash: 3a8295f198fbc7fc57320547b2780b318c9fc883
Parent Commit: 7c0af40
Lines Changed: +42, -9
5 Modified Paths:
/source/blender/blenkernel/BKE_cloth.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+6, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+7, -1) (Diff)
/source/blender/physics/intern/implicit.h (+1, -1) (Diff)
/source/blender/physics/intern/implicit_blender.c (+27, -7) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+6, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+7, -1) (Diff)
/source/blender/physics/intern/implicit.h (+1, -1) (Diff)
/source/blender/physics/intern/implicit_blender.c (+27, -7) (Diff)