Blender Git Commit Log
Git Commits -> Revision 5faf582
July 28, 2014, 15:13 (GMT) |
Simulate hair in world space. Object space is used for the DNA data, which is more suitable for tools and object handling. For the simulation though, world space is much better since calculating forces becomes a lot easier. Otherwise one would have to take into account "virtual" forces generated by the accelerated object frame of reference. |
Commit Details:
Full Hash: 5faf582c931465512362d6df3f6e006b7bda2187
Parent Commit: 363782d
Lines Changed: +415, -15
2 Added Paths:
/source/blender/hair/intern/HAIR_math.cpp (+136, -0) (View)
/source/blender/hair/intern/HAIR_types.cpp (+36, -0) (View)
/source/blender/hair/intern/HAIR_types.cpp (+36, -0) (View)
6 Modified Paths:
/source/blender/hair/CMakeLists.txt (+2, -0) (Diff)
/source/blender/hair/HAIR_capi.cpp (+12, -7) (Diff)
/source/blender/hair/HAIR_capi.h (+2, -2) (Diff)
/source/blender/hair/intern/HAIR_math.h (+154, -1) (Diff)
/source/blender/hair/intern/HAIR_types.h (+70, -2) (Diff)
/source/blender/modifiers/intern/MOD_hair.c (+3, -3) (Diff)
/source/blender/hair/HAIR_capi.cpp (+12, -7) (Diff)
/source/blender/hair/HAIR_capi.h (+2, -2) (Diff)
/source/blender/hair/intern/HAIR_math.h (+154, -1) (Diff)
/source/blender/hair/intern/HAIR_types.h (+70, -2) (Diff)
/source/blender/modifiers/intern/MOD_hair.c (+3, -3) (Diff)