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_subdiv_disabler.h')
-rw-r--r--source/blender/io/alembic/exporter/abc_subdiv_disabler.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/source/blender/io/alembic/exporter/abc_subdiv_disabler.h b/source/blender/io/alembic/exporter/abc_subdiv_disabler.h
index 677847f3f63..3556df7ff31 100644
--- a/source/blender/io/alembic/exporter/abc_subdiv_disabler.h
+++ b/source/blender/io/alembic/exporter/abc_subdiv_disabler.h
@@ -25,9 +25,7 @@ struct ModifierData;
struct Object;
struct Scene;
-namespace blender {
-namespace io {
-namespace alembic {
+namespace blender::io::alembic {
/**
* Temporarily all subdivision modifiers on mesh objects.
@@ -50,6 +48,4 @@ class SubdivModifierDisabler final {
static ModifierData *get_subdiv_modifier(Scene *scene, Object *ob);
};
-} // namespace alembic
-} // namespace io
-} // namespace blender
+} // namespace blender::io::alembic