Blender Git Commit Log

Git Commits -> Revision 89eb05a

Revision 89eb05a by Sybren A. Stüvel (master)
October 29, 2017, 14:21 (GMT)
Alembic: exporting MetaBalls as mesh

- Only basis balls are exported, as they represent the resulting mesh.
As a result the mesh is written to Alembic using the name of the basis
ball.
- MetaBalls are converted to a mesh on every frame, then an
AbcMeshWriter is used to write that mesh to Alembic.

Commit Details:

Full Hash: 89eb05a8908130f8668e4c677d63f3d2b89e68bb
Parent Commit: d900049
Lines Changed: +223, -12

2 Added Paths:

/source/blender/alembic/intern/abc_mball.cc (+122, -0) (View)
/source/blender/alembic/intern/abc_mball.h (+61, -0) (View)

8 Modified Paths:

/source/blender/alembic/CMakeLists.txt (+3, -0) (Diff)
/source/blender/alembic/intern/abc_exporter.cc (+23, -7) (Diff)
/source/blender/alembic/intern/abc_exporter.h (+2, -1) (Diff)
/source/blender/alembic/intern/abc_mesh.cc (+5, -0) (Diff)
/source/blender/alembic/intern/abc_mesh.h (+1, -0) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+1, -1) (Diff)
/tests/gtests/alembic/abc_export_test.cc (+4, -3) (Diff)
/tests/gtests/alembic/CMakeLists.txt (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021