Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/alembic/intern/abc_reader_object.h
| Show First 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | protected: | ||||
| bool m_inherits_xform; | bool m_inherits_xform; | ||||
| public: | public: | ||||
| AbcObjectReader *parent_reader; | AbcObjectReader *parent_reader; | ||||
| public: | public: | ||||
| explicit AbcObjectReader(const Alembic::Abc::IObject &object, ImportSettings &settings); | explicit AbcObjectReader(const Alembic::Abc::IObject &object, ImportSettings &settings); | ||||
| virtual ~AbcObjectReader(); | virtual ~AbcObjectReader() = default; | ||||
| const Alembic::Abc::IObject &iobject() const; | const Alembic::Abc::IObject &iobject() const; | ||||
| typedef std::vector<AbcObjectReader *> ptr_vector; | typedef std::vector<AbcObjectReader *> ptr_vector; | ||||
| /** | /** | ||||
| * Returns the transform of this object. This can be the Alembic object | * Returns the transform of this object. This can be the Alembic object | ||||
| * itself (in case of an Empty) or it can be the parent Alembic object. | * itself (in case of an Empty) or it can be the parent Alembic object. | ||||
| ▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines | |||||