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