Blender Git Loki
Git Commits -> Revision e229f43
April 17, 2015, 07:47 (GMT) |
"Deflector" force modifier for cache simulation. This works like the existing effectors when using "surface" mode: It selects the closest point on the mesh surface and creates a force based on distance and falloff. Unlike the old effectors it also supports signed distance, based on the surface normal, which gives more control over the allowable distance of strands to the mesh surface. |
Commit Details:
Full Hash: e229f431ed6f8424736d1716bc9c8bd1b9ce23eb
Parent Commit: 0faee07
Lines Changed: +117, -9
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+10, -2) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+64, -6) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+29, -0) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+64, -6) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+29, -0) (Diff)