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_nurbs.h')
-rw-r--r--source/blender/io/alembic/exporter/abc_writer_nurbs.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/source/blender/io/alembic/exporter/abc_writer_nurbs.h b/source/blender/io/alembic/exporter/abc_writer_nurbs.h
index f7fd8ffe91a..691390ffc9f 100644
--- a/source/blender/io/alembic/exporter/abc_writer_nurbs.h
+++ b/source/blender/io/alembic/exporter/abc_writer_nurbs.h
@@ -23,9 +23,7 @@
#include "abc_writer_mesh.h"
#include <vector>
-namespace blender {
-namespace io {
-namespace alembic {
+namespace blender::io::alembic {
class ABCNurbsWriter : public ABCAbstractWriter {
private:
@@ -52,6 +50,4 @@ class ABCNurbsMeshWriter : public ABCGenericMeshWriter {
virtual Mesh *get_export_mesh(Object *object_eval, bool &r_needsfree) override;
};
-} // namespace alembic
-} // namespace io
-} // namespace blender
+} // namespace blender::io::alembic