Blender Git Loki
Git Commits -> Revision 9e3c7ca
March 26, 2015, 13:10 (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: 9e3c7ca0857bc4df1b65475421f7fcb93277e4f9
Parent Commit: b91059f
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)