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
path: root/tests
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-06-19 15:31:04 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-06-19 16:30:18 +0300
commit1a448c66edf26ceb4fc4f0daad7375f0ae5f84cf (patch)
tree8bc31f56bf512f56c99a32d7179e1aac0ac761f5 /tests
parent89b7f785e64275819bd7372f6b47f1cc9225078f (diff)
Cleanup: Alembic, move the C++ code to `blender::io::alembic` namespace
This commit only moves code into the `blender::io::alembic` namespace, it does not move `static` functions into an anonymous namespace. No functional changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/alembic/abc_export_test.cc2
-rw-r--r--tests/gtests/alembic/abc_matrix_test.cc2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/gtests/alembic/abc_export_test.cc b/tests/gtests/alembic/abc_export_test.cc
index e7e8eb6f84f..2926809a1af 100644
--- a/tests/gtests/alembic/abc_export_test.cc
+++ b/tests/gtests/alembic/abc_export_test.cc
@@ -13,6 +13,8 @@ extern "C" {
#include "DEG_depsgraph.h"
+using namespace blender::io::alembic;
+
class TestableAbcExporter : public AbcExporter {
public:
TestableAbcExporter(Main *bmain, const char *filename, ExportSettings &settings)
diff --git a/tests/gtests/alembic/abc_matrix_test.cc b/tests/gtests/alembic/abc_matrix_test.cc
index 9b16eb108be..60dfd4e30cf 100644
--- a/tests/gtests/alembic/abc_matrix_test.cc
+++ b/tests/gtests/alembic/abc_matrix_test.cc
@@ -8,6 +8,8 @@ extern "C" {
#include "BLI_utildefines.h"
}
+using namespace blender::io::alembic;
+
TEST(abc_matrix, CreateRotationMatrixY_YfromZ)
{
// Input variables