Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/alembic/intern/abc_reader_curves.h
| Show All 39 Lines | public: | ||||
| bool valid() const; | bool valid() const; | ||||
| bool accepts_object_type(const Alembic::AbcCoreAbstract::ObjectHeader &alembic_header, | bool accepts_object_type(const Alembic::AbcCoreAbstract::ObjectHeader &alembic_header, | ||||
| const Object *const ob, | const Object *const ob, | ||||
| const char **err_str) const; | const char **err_str) const; | ||||
| void readObjectData(Main *bmain, const Alembic::Abc::ISampleSelector &sample_sel); | void readObjectData(Main *bmain, const Alembic::Abc::ISampleSelector &sample_sel); | ||||
| struct Mesh *read_mesh(struct Mesh *existing_mesh, | struct Mesh *read_mesh(struct Mesh *existing_mesh, | ||||
| const Alembic::Abc::ISampleSelector &sample_sel, | const Alembic::Abc::ISampleSelector &sample_sel, | ||||
| int read_flag, | const int read_flag, | ||||
| const char *velocity_name, | |||||
| const float velocity_scale, | |||||
| const char **err_str); | const char **err_str); | ||||
| void read_curve_sample(Curve *cu, | void read_curve_sample(Curve *cu, | ||||
| const Alembic::AbcGeom::ICurvesSchema &schema, | const Alembic::AbcGeom::ICurvesSchema &schema, | ||||
| const Alembic::Abc::ISampleSelector &sample_selector); | const Alembic::Abc::ISampleSelector &sample_selector); | ||||
| }; | }; | ||||
| } // namespace blender::io::alembic | } // namespace blender::io::alembic | ||||