Blender Git Commit Log

Git Commits -> Revision 2bb6028

Revision 2bb6028 by Sybren A. Stüvel (master)
January 16, 2019, 09:43 (GMT)
Alembic export: separated "writing Alembic mesh" from "writing mesh object"

I moved most of the `AbcMeshWriter` code to a new class
`AbcGenericMeshWriter`. The latter is an abstract class and does not
make any assumptions about the type of Blender object being written.
This makes it possible to write metaballs, curves, nurbs surfaces, etc.
as mesh to Alembic files.

The `AbcMeshWriter` class now is the concrete implementation of
`AbcGenericMeshWriter` for writing mesh objects.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D4213

Commit Details:

Full Hash: 2bb6028d1a64bec0ec83c14483e1d06c802989de
Parent Commit: 45042f6
Lines Changed: +76, -33

3 Modified Paths:

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