Blender Git Loki
Git Commits -> Revision bb043db
April 10, 2015, 07:15 (GMT) |
Goal springs for cached strand simulation. In addition to the original particle hair sim settings the parameters for strand sim have a curve to define the strength of goal springs along strands. This useful because currently there is no way to override the weights of strands. This would require a new particle edit mode that can work with non-particle data in a sane way ... |
Commit Details:
Full Hash: bb043dbef3b7b2ea088a5544bf2a3d1a0a8cdf2d
Parent Commit: 59940c3
Lines Changed: +90, -0
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+16, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+12, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+46, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+16, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+12, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+46, -0) (Diff)