|
Blender V4.3
|
#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_min_frame |
| int | sequence_max_frame |
| int | read_flag |
| std::string | velocity_name |
| float | velocity_scale |
| bool | validate_meshes |
| bool | always_add_cache_reader |
| CacheFile * | cache_file |
Definition at line 32 of file abc_reader_object.h.
|
inline |
Definition at line 58 of file abc_reader_object.h.
| bool blender::io::alembic::ImportSettings::always_add_cache_reader |
Definition at line 54 of file abc_reader_object.h.
Referenced by ABC_import(), blender::io::alembic::AbcCurveReader::readObjectData(), blender::io::alembic::AbcMeshReader::readObjectData(), blender::io::alembic::AbcPointsReader::readObjectData(), blender::io::alembic::AbcSubDReader::readObjectData(), and blender::io::alembic::AbcObjectReader::setupObjectTransform().
| CacheFile* blender::io::alembic::ImportSettings::cache_file |
Definition at line 56 of file abc_reader_object.h.
Referenced by blender::io::alembic::AbcObjectReader::addCacheModifier(), and blender::io::alembic::AbcObjectReader::setupObjectTransform().
| float blender::io::alembic::ImportSettings::conversion_mat[4][4] |
Definition at line 34 of file abc_reader_object.h.
| bool blender::io::alembic::ImportSettings::do_convert_mat |
Definition at line 33 of file abc_reader_object.h.
| int blender::io::alembic::ImportSettings::from_forward |
Definition at line 37 of file abc_reader_object.h.
| int blender::io::alembic::ImportSettings::from_up |
Definition at line 36 of file abc_reader_object.h.
| bool blender::io::alembic::ImportSettings::is_sequence |
Definition at line 39 of file abc_reader_object.h.
Referenced by ABC_import(), and CacheReader_open_alembic_object().
| int blender::io::alembic::ImportSettings::read_flag |
Definition at line 47 of file abc_reader_object.h.
Referenced by blender::io::alembic::AbcMeshReader::AbcMeshReader(), blender::io::alembic::AbcSubDReader::AbcSubDReader(), and blender::io::alembic::AbcMeshReader::read_mesh().
| float blender::io::alembic::ImportSettings::scale |
Definition at line 38 of file abc_reader_object.h.
Referenced by ABC_import(), and blender::io::alembic::AbcObjectReader::setupObjectTransform().
| int blender::io::alembic::ImportSettings::sequence_max_frame |
Definition at line 44 of file abc_reader_object.h.
Referenced by ABC_import().
| int blender::io::alembic::ImportSettings::sequence_min_frame |
Definition at line 43 of file abc_reader_object.h.
Referenced by ABC_import().
| bool blender::io::alembic::ImportSettings::set_frame_range |
Definition at line 40 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::AbcMeshReader::readObjectData(), and blender::io::alembic::AbcSubDReader::readObjectData().
| std::string blender::io::alembic::ImportSettings::velocity_name |
Definition at line 50 of file abc_reader_object.h.
| float blender::io::alembic::ImportSettings::velocity_scale |
Definition at line 51 of file abc_reader_object.h.