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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2016-09-20 15:15:02 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2016-09-20 15:17:05 +0300
commitf3b94a54bc9dc2c93c350e67f4cf1bb048d32afa (patch)
tree8d5f69006a233563408036c8743f149bf5ffa7a1 /source/blender/alembic/intern/abc_object.h
parent386da0cc77cbd16a8b5a196dd1b44e517198dbda (diff)
Alembic: add support to interpolate transform matrices in-between
frames.
Diffstat (limited to 'source/blender/alembic/intern/abc_object.h')
-rw-r--r--source/blender/alembic/intern/abc_object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/alembic/intern/abc_object.h b/source/blender/alembic/intern/abc_object.h
index 2e885f296b1..a35faa37565 100644
--- a/source/blender/alembic/intern/abc_object.h
+++ b/source/blender/alembic/intern/abc_object.h
@@ -166,4 +166,6 @@ public:
chrono_t maxTime() const;
};
+Imath::M44d get_matrix(const Alembic::AbcGeom::IXformSchema &schema, const float time);
+
#endif /* __ABC_OBJECT_H__ */