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:
Diffstat (limited to 'source/blender/io/alembic/exporter/abc_writer_mball.cc')
-rw-r--r--source/blender/io/alembic/exporter/abc_writer_mball.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/io/alembic/exporter/abc_writer_mball.cc b/source/blender/io/alembic/exporter/abc_writer_mball.cc
index 3593acf18b0..8ae3bb64390 100644
--- a/source/blender/io/alembic/exporter/abc_writer_mball.cc
+++ b/source/blender/io/alembic/exporter/abc_writer_mball.cc
@@ -33,6 +33,10 @@
#include "BLI_utildefines.h"
+namespace blender {
+namespace io {
+namespace alembic {
+
AbcMBallWriter::AbcMBallWriter(Main *bmain,
Object *ob,
AbcTransformWriter *parent,
@@ -93,3 +97,7 @@ bool AbcMBallWriter::isBasisBall(Scene *scene, Object *ob)
Object *basis_ob = BKE_mball_basis_find(scene, ob);
return ob == basis_ob;
}
+
+} // namespace alembic
+} // namespace io
+} // namespace blender