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>2021-02-26 22:57:24 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-02-26 22:57:24 +0300
commit5c6cd5f8cd24d7384af06e2b85cfd18c214a0d3e (patch)
tree065a2fcd4800d7e48c83c37c65814346cd5e7d9a
parentc0d8a14ae3466cb97386f950fff9720ebda5ba43 (diff)
Cleanup: unused class member
-rw-r--r--intern/cycles/render/alembic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/alembic.h b/intern/cycles/render/alembic.h
index 1bfdc9e6757..b986f46bc8a 100644
--- a/intern/cycles/render/alembic.h
+++ b/intern/cycles/render/alembic.h
@@ -276,7 +276,6 @@ class AlembicObject : public Node {
MatrixSampleMap xform_samples;
Alembic::AbcGeom::IObject iobject;
- Transform xform;
/* Set if the path points to a valid IObject whose type is supported. */
AbcSchemaType schema_type;