Blender Git Commit Log
Git Commits -> Revision d0ac4e1
Revision d0ac4e1 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 25, 2014, 13:42 (GMT) |
Target calculation for local non-straight rest shapes. This is more involved than using simple straight bending targets constructed from the neighboring segments, but necessary for restoring groomed rest shapes. The targets are defined by parallel-transporting a coordinate frame along the hair, which smoothly rotates to avoid sudden twisting (Frenet frame problem). The rest positions of hair vertices defines the target vectors relative to the frame. In the deformed motion state the frame is then recalculated and the targets constructed in world/root space. |
Commit Details:
Full Hash: d0ac4e1c60b727f07f7253bd3888c221abc5b983
Parent Commit: 26a906d
Lines Changed: +175, -1