Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/alembic/intern/abc_reader_object.cc
| Show First 20 Lines • Show All 161 Lines • ▼ Show 20 Lines | Imath::M44d get_matrix(const IXformSchema &schema, const float time) | ||||
| } | } | ||||
| return s0.getMatrix(); | return s0.getMatrix(); | ||||
| } | } | ||||
| struct Mesh *AbcObjectReader::read_mesh(struct Mesh *existing_mesh, | struct Mesh *AbcObjectReader::read_mesh(struct Mesh *existing_mesh, | ||||
| const Alembic::Abc::ISampleSelector &UNUSED(sample_sel), | const Alembic::Abc::ISampleSelector &UNUSED(sample_sel), | ||||
| int UNUSED(read_flag), | int UNUSED(read_flag), | ||||
| const char *UNUSED(velocity_name), | |||||
| const float UNUSED(velocity_scale), | |||||
| const char **UNUSED(err_str)) | const char **UNUSED(err_str)) | ||||
| { | { | ||||
| return existing_mesh; | return existing_mesh; | ||||
| } | } | ||||
| bool AbcObjectReader::topology_changed(Mesh * /*existing_mesh*/, | bool AbcObjectReader::topology_changed(Mesh * /*existing_mesh*/, | ||||
| const Alembic::Abc::ISampleSelector & /*sample_sel*/) | const Alembic::Abc::ISampleSelector & /*sample_sel*/) | ||||
| { | { | ||||
| ▲ Show 20 Lines • Show All 152 Lines • Show Last 20 Lines | |||||