Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/alembic/intern/abc_reader_mesh.h
| Show First 20 Lines • Show All 75 Lines • ▼ Show 20 Lines | struct Mesh *read_mesh(struct Mesh *existing_mesh, | ||||
| int read_flag, | int read_flag, | ||||
| const char **err_str); | const char **err_str); | ||||
| }; | }; | ||||
| void read_mverts(MVert *mverts, | void read_mverts(MVert *mverts, | ||||
| const Alembic::AbcGeom::P3fArraySamplePtr positions, | const Alembic::AbcGeom::P3fArraySamplePtr positions, | ||||
| const Alembic::AbcGeom::N3fArraySamplePtr normals); | const Alembic::AbcGeom::N3fArraySamplePtr normals); | ||||
| CDStreamConfig get_config(struct Mesh *mesh); | CDStreamConfig get_config(struct Mesh *mesh, bool may_interpolate_vertices); | ||||
| } // namespace blender::io::alembic | } // namespace blender::io::alembic | ||||