Blender Git Commit Log
Git Commits -> Revision 0faee07
April 16, 2015, 19:16 (GMT) |
New cache modifier type for creating force fields on duplis of the cached group itself. This allows using the dupli group objects themselves as force fields, in particular for collision objects in strand simulation. Without this feature only the original objects of are recognized by the effectors system, and even if duplis worked properly their settings would not be accessible due to linking and dupli group hiding. The cache modifier circumvents this issue by providing a new force field system, separate from the current effectors. |
Commit Details:
Full Hash: 0faee07971f365150825abdf91797d5ef3f41e32
Parent Commit: bda3e21
Lines Changed: +309, -17
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+4, -0) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+36, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+195, -1) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+35, -4) (Diff)
/source/blender/physics/BPH_mass_spring.h (+3, -1) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+29, -11) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+36, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+195, -1) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+35, -4) (Diff)
/source/blender/physics/BPH_mass_spring.h (+3, -1) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+29, -11) (Diff)