|
Blender
V2.93
|
#include <abc_reader_object.h>
Public Member Functions | |
| ImportSettings () | |
Public Attributes | |
| bool | do_convert_mat |
| float | conversion_mat [4][4] |
| int | from_up |
| int | from_forward |
| float | scale |
| bool | is_sequence |
| bool | set_frame_range |
| int | sequence_len |
| int | sequence_offset |
| int | read_flag |
| bool | validate_meshes |
| CacheFile * | cache_file |
Definition at line 36 of file abc_reader_object.h.
|
inline |
Definition at line 57 of file abc_reader_object.h.
| CacheFile* blender::io::alembic::ImportSettings::cache_file |
Definition at line 55 of file abc_reader_object.h.
Referenced by blender::io::alembic::AbcObjectReader::addCacheModifier(), blender::io::alembic::AbcObjectReader::setupObjectTransform(), and visit_object().
| float blender::io::alembic::ImportSettings::conversion_mat[4][4] |
Definition at line 38 of file abc_reader_object.h.
| bool blender::io::alembic::ImportSettings::do_convert_mat |
Definition at line 37 of file abc_reader_object.h.
| int blender::io::alembic::ImportSettings::from_forward |
Definition at line 41 of file abc_reader_object.h.
| int blender::io::alembic::ImportSettings::from_up |
Definition at line 40 of file abc_reader_object.h.
| bool blender::io::alembic::ImportSettings::is_sequence |
Definition at line 43 of file abc_reader_object.h.
Referenced by ABC_import(), and blender::io::alembic::has_animations().
| int blender::io::alembic::ImportSettings::read_flag |
Definition at line 51 of file abc_reader_object.h.
Referenced by blender::io::alembic::AbcMeshReader::AbcMeshReader(), blender::io::alembic::AbcSubDReader::AbcSubDReader(), blender::io::alembic::AbcSubDReader::read_mesh(), blender::io::alembic::AbcMeshReader::read_mesh(), blender::io::alembic::read_mesh_sample(), and blender::io::alembic::read_subd_sample().
| float blender::io::alembic::ImportSettings::scale |
Definition at line 42 of file abc_reader_object.h.
Referenced by ABC_import(), and blender::io::alembic::AbcObjectReader::setupObjectTransform().
| int blender::io::alembic::ImportSettings::sequence_len |
Definition at line 47 of file abc_reader_object.h.
Referenced by ABC_import().
| int blender::io::alembic::ImportSettings::sequence_offset |
Definition at line 48 of file abc_reader_object.h.
Referenced by ABC_import().
| bool blender::io::alembic::ImportSettings::set_frame_range |
Definition at line 44 of file abc_reader_object.h.
Referenced by ABC_import().
| bool blender::io::alembic::ImportSettings::validate_meshes |
Definition at line 53 of file abc_reader_object.h.
Referenced by ABC_import(), blender::io::alembic::AbcSubDReader::readObjectData(), blender::io::alembic::AbcPointsReader::readObjectData(), and blender::io::alembic::AbcMeshReader::readObjectData().