Blender Git Loki
Git Commits -> Revision ab027c9
March 23, 2015, 11:12 (GMT) |
PointCache modifier to act as a terminator in modifier stacks. When writing DerivedMesh data, the modifier result at the point of the modifier will be used for writing to the cache. If this modifier is not used the derivedFinal mesh is used instead. |
Commit Details:
Full Hash: ab027c9a347a5cef1c6799feeb2fca83e552080b
Parent Commit: 6d94c2f
Lines Changed: +566, -16
2 Added Paths:
/source/blender/makesrna/intern/rna_pointcache.c (+300, -0) (View)
/source/blender/modifiers/intern/MOD_pointcache.c (+166, -0) (View)
/source/blender/modifiers/intern/MOD_pointcache.c (+166, -0) (View)
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+6, -0) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+60, -16) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+15, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+60, -16) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+15, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)