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:
authorSybren A. Stüvel <sybren@blender.org>2020-05-08 10:52:22 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-05-08 13:19:43 +0300
commit163a48f2035bbb40e6d437c7522f587d690456f6 (patch)
tree80dbf6cdaf686a4fd5e128c73807955e6764f316 /source/blender/io/alembic/intern/abc_reader_object.cc
parent298356a9c0befa503a8eea6f168f6cdc5a950ac8 (diff)
Cleanup: Alembic, moved axis conversion functions into their own files
The long-term goal is to move code out of `abc_util.{h,cc}` into either files with better, more concrete names, or simply into the one file where they are used. No functional changes.
Diffstat (limited to 'source/blender/io/alembic/intern/abc_reader_object.cc')
-rw-r--r--source/blender/io/alembic/intern/abc_reader_object.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/io/alembic/intern/abc_reader_object.cc b/source/blender/io/alembic/intern/abc_reader_object.cc
index 4e6db2dd85c..c40421da8c2 100644
--- a/source/blender/io/alembic/intern/abc_reader_object.cc
+++ b/source/blender/io/alembic/intern/abc_reader_object.cc
@@ -19,6 +19,7 @@
*/
#include "abc_reader_object.h"
+#include "abc_axis_conversion.h"
#include "abc_util.h"
extern "C" {