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_instance.h')
-rw-r--r--source/blender/io/alembic/exporter/abc_writer_instance.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/source/blender/io/alembic/exporter/abc_writer_instance.h b/source/blender/io/alembic/exporter/abc_writer_instance.h
index 74379b9d6bd..067c4af7aed 100644
--- a/source/blender/io/alembic/exporter/abc_writer_instance.h
+++ b/source/blender/io/alembic/exporter/abc_writer_instance.h
@@ -21,9 +21,7 @@
#include "abc_writer_abstract.h"
-namespace blender {
-namespace io {
-namespace alembic {
+namespace blender::io::alembic {
/* Writer for Alembic instances, i.e. data that references another Alembic object.
*
@@ -43,6 +41,4 @@ class ABCInstanceWriter : public ABCAbstractWriter {
virtual void do_write(HierarchyContext &context) override;
};
-} // namespace alembic
-} // namespace io
-} // namespace blender
+} // namespace blender::io::alembic