Blender Git Loki
Git Commits -> Revision 4b2fbeb
Revision 4b2fbeb by Lukas Toenne (alembic_pointcache) November 4, 2014, 15:27 (GMT) |
Support for writing derived mesh data from point cache modifier between other modifiers. Previously this was simply using the derivedFinal of the object. Now the point cache has its own writer instance which is writing samples during the regular modifier evaluation, rather than directly being called by the bake operator. |
Commit Details:
Full Hash: 4b2fbebc27c72c374caba1406e09e76a009eaf8d
Parent Commit: e6f9f59
Lines Changed: +89, -31
7 Modified Paths:
/source/blender/editors/physics/physics_pointcache.c (+29, -6) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/modifiers/intern/MOD_pointcache.c (+43, -15) (Diff)
/source/blender/pointcache/intern/export.cpp (+2, -1) (Diff)
/source/blender/pointcache/intern/mesh.cpp (+10, -8) (Diff)
/source/blender/pointcache/PTC_api.cpp (+2, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+0, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/modifiers/intern/MOD_pointcache.c (+43, -15) (Diff)
/source/blender/pointcache/intern/export.cpp (+2, -1) (Diff)
/source/blender/pointcache/intern/mesh.cpp (+10, -8) (Diff)
/source/blender/pointcache/PTC_api.cpp (+2, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+0, -1) (Diff)