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_camera.h')
-rw-r--r--source/blender/io/alembic/exporter/abc_writer_camera.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/io/alembic/exporter/abc_writer_camera.h b/source/blender/io/alembic/exporter/abc_writer_camera.h
index 3b515911a48..44b80984411 100644
--- a/source/blender/io/alembic/exporter/abc_writer_camera.h
+++ b/source/blender/io/alembic/exporter/abc_writer_camera.h
@@ -25,6 +25,10 @@
/* ************************************************************************** */
+namespace blender {
+namespace io {
+namespace alembic {
+
class AbcCameraWriter : public AbcObjectWriter {
Alembic::AbcGeom::OCameraSchema m_camera_schema;
Alembic::AbcGeom::CameraSample m_camera_sample;
@@ -42,4 +46,8 @@ class AbcCameraWriter : public AbcObjectWriter {
virtual void do_write();
};
+} // namespace alembic
+} // namespace io
+} // namespace blender
+
#endif /* __ABC_WRITER_CAMERA_H__ */