Blender Git Commit Log
Git Commits -> Revision 28f173b
Revision 28f173b by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 15, 2014, 12:18 (GMT) |
Added a calculation function for the fictitious forces introduced by moving hair root reference frames. This calculates Euler, Coriolis and Centrifugal forces which result from describing hair in a moving reference frame. http://en.wikipedia.org/wiki/Fictitious_force |
Commit Details:
Full Hash: 28f173b3e7b84c12dce5f2fd88c81818c253ec74
Parent Commit: e2e49b9
Lines Changed: +87, -11
5 Modified Paths:
/source/blender/blenlib/BLI_math_matrix.h (+2, -1) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+10, -1) (Diff)
/source/blender/editors/object/object_bake_api.c (+1, -1) (Diff)
/source/blender/physics/intern/implicit.h (+10, -0) (Diff)
/source/blender/physics/intern/implicit_blender.c (+64, -8) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+10, -1) (Diff)
/source/blender/editors/object/object_bake_api.c (+1, -1) (Diff)
/source/blender/physics/intern/implicit.h (+10, -0) (Diff)
/source/blender/physics/intern/implicit_blender.c (+64, -8) (Diff)