Blender Git Commit Log
Git Commits -> Revision 5c7adf5
Revision 5c7adf5 by Lukas Toenne (master) January 20, 2015, 08:30 (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: 5c7adf5be25552d4d9847bc99b25207880573005
Parent Commit: 658fc3d
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)