Blender Git Commit Log
Git Commits -> Revision 9b4912b
April 29, 2015, 12:16 (GMT) |
New shrinkwrap modifier for cached hair data. This is experimental. It might work for simple collision-like features, by keeping goal positions for hair above the mesh surface. However, the nature of nearest-point lookup on meshes means that the goal position can flip to the other side of a mesh rapidly, which would lead to strong forces and unstable behavior. This code should be seen as an experiment. |
Commit Details:
Full Hash: 9b4912ba9eac21db6e3c91b567ac2127829342d9
Parent Commit: 2b833c7
Lines Changed: +347, -36
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+16, -1) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+243, -35) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+73, -0) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+243, -35) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+73, -0) (Diff)