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-02-14 19:32:55 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-06 17:03:59 +0300
commit56cfd3d5a7d334aa1c993144458515ae2a5e34b5 (patch)
tree6de108a9bea816d3b3011da07c8fd0446192f0f2 /source/blender/alembic/intern/abc_transform.h
parentae76a90593fb03187789e29676f589adfd5294ea (diff)
Alembic: Removed AbcTransformWriter::m_parent
It was set, but never read anywhere.
Diffstat (limited to 'source/blender/alembic/intern/abc_transform.h')
-rw-r--r--source/blender/alembic/intern/abc_transform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/alembic/intern/abc_transform.h b/source/blender/alembic/intern/abc_transform.h
index 6a3aae216f2..b55fa12dadf 100644
--- a/source/blender/alembic/intern/abc_transform.h
+++ b/source/blender/alembic/intern/abc_transform.h
@@ -37,7 +37,6 @@ class AbcTransformWriter : public AbcObjectWriter {
Alembic::Abc::M44d m_matrix;
bool m_is_animated;
- Object *m_parent;
bool m_visible;
public:
@@ -49,7 +48,6 @@ public:
Alembic::AbcGeom::OXform &alembicXform() { return m_xform;}
virtual Imath::Box3d bounds();
- void setParent(Object *p) { m_parent = p; }
private:
virtual void do_write();