Blender Git Loki
Git Commits -> Revision e921e0f
Revision e921e0f by Sybren A. Stüvel (master) May 24, 2017, 10:38 (GMT) |
Alembic export: consider mesh with animation data as "animated" This allows you to put any kind of animation data on the mesh, and its shape will be exported on each timekey. Note that this timekey is unrelated to the animation data (so we don't export on each keyframe, for example). A practical example is the addition of an animated custom property to trigger the export of animated mesh data. The mesh data can then be created from any source, like Python scripts. Not only is this useful in itself, it also provides a workaround for one of the two issues described in T51351. |
Commit Details:
Full Hash: e921e0f0af25be23895fed01bc18ddf1fbcc692a
Parent Commit: eafea25
Lines Changed: +1, -1
1 Modified Path:
/source/blender/alembic/intern/abc_mesh.cc (+1, -1) (Diff)