Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-10-28 20:18:27 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-10-29 17:21:36 +0300
commit89eb05a8908130f8668e4c677d63f3d2b89e68bb (patch)
treecaff26c9c47fe531c86e0ee03b843c6162fc5581 /source/blender/alembic/CMakeLists.txt
parentd9000495e1273052c895c754fd2aa56c9dbe6175 (diff)
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.
Diffstat (limited to 'source/blender/alembic/CMakeLists.txt')
-rw-r--r--source/blender/alembic/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index a6e0be6a7f3..fb08887c076 100644
--- a/source/blender/alembic/CMakeLists.txt
+++ b/source/blender/alembic/CMakeLists.txt
@@ -33,6 +33,7 @@ set(INC
../makesdna
../makesrna
../windowmanager
+ ../depsgraph
../../../intern/guardedalloc
../../../intern/utfconv
)
@@ -51,6 +52,7 @@ set(SRC
intern/abc_curves.cc
intern/abc_exporter.cc
intern/abc_hair.cc
+ intern/abc_mball.cc
intern/abc_mesh.cc
intern/abc_nurbs.cc
intern/abc_object.cc
@@ -66,6 +68,7 @@ set(SRC
intern/abc_curves.h
intern/abc_exporter.h
intern/abc_hair.h
+ intern/abc_mball.h
intern/abc_mesh.h
intern/abc_nurbs.h
intern/abc_object.h