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_object.cc')
-rw-r--r--source/blender/io/alembic/exporter/abc_writer_object.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/io/alembic/exporter/abc_writer_object.cc b/source/blender/io/alembic/exporter/abc_writer_object.cc
index 3d280d9f0a4..97cac3a1af9 100644
--- a/source/blender/io/alembic/exporter/abc_writer_object.cc
+++ b/source/blender/io/alembic/exporter/abc_writer_object.cc
@@ -24,6 +24,10 @@
#include "BKE_object.h"
+namespace blender {
+namespace io {
+namespace alembic {
+
AbcObjectWriter::AbcObjectWriter(Object *ob,
uint32_t time_sampling,
ExportSettings &settings,
@@ -85,3 +89,7 @@ void AbcObjectWriter::write()
do_write();
m_first_frame = false;
}
+
+} // namespace alembic
+} // namespace io
+} // namespace blender