Blender Git Commit Log
Git Commits -> Revision caac27d
Revision caac27d by Campbell Barton (master) January 21, 2013, 15:41 (GMT) |
mesh-cache deform modifier, supports MDD and PC2 formats. see wiki docs: http://wiki.blender.org/index.php/Doc:2.6/Manual/Modifiers/Deform/Mesh_Cache |
Commit Details:
Full Hash: caac27dcbc4fb652fbb417b4b312493b0ef0eea0
SVN Revision: 53963
Parent Commit: 4c0ebed
Lines Changed: +1357, -13
4 Added Paths:
/source/blender/modifiers/intern/MOD_meshcache.c (+314, -0) (View)
/source/blender/modifiers/intern/MOD_meshcache_mdd.c (+301, -0) (View)
/source/blender/modifiers/intern/MOD_meshcache_pc2.c (+277, -0) (View)
/source/blender/modifiers/intern/MOD_meshcache_util.h (+63, -0) (View)
/source/blender/modifiers/intern/MOD_meshcache_mdd.c (+301, -0) (View)
/source/blender/modifiers/intern/MOD_meshcache_pc2.c (+277, -0) (View)
/source/blender/modifiers/intern/MOD_meshcache_util.h (+63, -0) (View)
13 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+36, -0) (Diff)
/source/blender/blenkernel/intern/bpath.c (+4, -0) (Diff)
/source/blender/blenlib/BLI_math_rotation.h (+3, -0) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+149, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+55, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+134, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+10, -11) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+4, -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/bpath.c (+4, -0) (Diff)
/source/blender/blenlib/BLI_math_rotation.h (+3, -0) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+149, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+55, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+134, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+10, -11) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+4, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)