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@stuvel.eu>2017-03-01 16:27:25 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-06 17:47:00 +0300
commitf226b808ffb59ddb9aac8e51fff794f81bb55e38 (patch)
tree6590fec5efb6bd94a11c8810bbe68359ce223610 /source/blender/alembic/intern/abc_object.cc
parent3735065d22f035e3db914cdef656760cfbea13f8 (diff)
Alembic: code style
Diffstat (limited to 'source/blender/alembic/intern/abc_object.cc')
-rw-r--r--source/blender/alembic/intern/abc_object.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/alembic/intern/abc_object.cc b/source/blender/alembic/intern/abc_object.cc
index 62042d25501..e5c01fa8d87 100644
--- a/source/blender/alembic/intern/abc_object.cc
+++ b/source/blender/alembic/intern/abc_object.cc
@@ -236,7 +236,6 @@ void AbcObjectReader::setupObjectTransform(const float time)
}
}
-
Alembic::AbcGeom::IXform AbcObjectReader::xform()
{
/* Check that we have an empty object (locator, bone head/tail...). */
@@ -263,7 +262,6 @@ Alembic::AbcGeom::IXform AbcObjectReader::xform()
return IXform();
}
-
void AbcObjectReader::read_matrix(float mat[4][4], const float time, const float scale, bool &is_constant)
{
IXform ixform = xform();