Blender Git Commit Log

Git Commits -> Revision 0576f4c

Revision 0576f4c by Sybren A. Stüvel (master)
April 11, 2019, 14:22 (GMT)
Fix T62664: Exporting Metaballs as Alembic crashes Blender

The `AbcMetaballWriter` now subclasses `AbcGenericMeshWriter` instead of
wrapping an `AbcMeshWriter`. `AbcGenericMeshWriter` was created for this
purpose (writing non-mesh objects as mesh to Alembic) and performs the work
in a cleaner and, more importantly, not crashing way.

Commit Details:

Full Hash: 0576f4ca9b41f1f0e7dfdd896e539488419306ff
Parent Commit: 7509d0b
Lines Changed: +33, -33

4 Modified Paths:

/source/blender/alembic/intern/abc_mball.cc (+17, -23) (Diff)
/source/blender/alembic/intern/abc_mball.h (+8, -8) (Diff)
/source/blender/alembic/intern/abc_mesh.cc (+7, -2) (Diff)
/source/blender/alembic/intern/abc_mesh.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021