Blender Git Loki
Git Commits -> Revision dd1f70f
Revision dd1f70f by Lukas Toenne (alembic_pointcache) November 4, 2014, 08:08 (GMT) |
Introduced a new modifier "Point Cache" for recording cache data at user-defined points in the modifier stack. These will replace the preliminary test changes in the mesh cache modifier. |
Commit Details:
Full Hash: dd1f70ffb5ec44314931ae933cf3e1dc44a48716
Parent Commit: 45e4ef5
Lines Changed: +416, -0
1 Added Path:
/source/blender/modifiers/intern/MOD_pointcache.c (+152, -0) (View)
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+6, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+21, -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/pointcache/intern/mesh.cpp (+178, -0) (Diff)
/source/blender/pointcache/intern/mesh.h (+36, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+7, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+21, -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/pointcache/intern/mesh.cpp (+178, -0) (Diff)
/source/blender/pointcache/intern/mesh.h (+36, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+7, -0) (Diff)