Blender Git Commit Log
Git Commits -> Revision 93c4960
April 3, 2015, 12:18 (GMT) |
RNA for modifier struct subtypes. Also renamed StrandSimParams to HairSimParams, since strands are only the agnostic data structure, while these parameters are specifically used to simulate hair-like behavior. Other simulations could use strands but implement completely different kinds of physics (e.g. grass, ropes). |
Commit Details:
Full Hash: 93c49605fdd9f6f731e2e4becbf08bdc1b59e70f
Parent Commit: 1550f09
Lines Changed: +74, -12
5 Modified Paths:
/source/blender/blenkernel/intern/cache_library.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+63, -1) (Diff)
/source/blender/physics/BPH_mass_spring.h (+3, -3) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+3, -3) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+63, -1) (Diff)
/source/blender/physics/BPH_mass_spring.h (+3, -3) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+3, -3) (Diff)