|
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.
References always_add_cache_reader, cache_file, do_convert_mat, false, from_forward, from_up, is_sequence, NULL, read_flag, scale, sequence_max_frame, sequence_min_frame, set_frame_range, validate_meshes, velocity_name, and velocity_scale.
| bool blender::io::alembic::ImportSettings::always_add_cache_reader |
Definition at line 54 of file abc_reader_object.h.
Referenced by ABC_import(), and ImportSettings().
| CacheFile* blender::io::alembic::ImportSettings::cache_file |
Definition at line 56 of file abc_reader_object.h.
Referenced by ImportSettings(), and visit_object().
| 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.
Referenced by ImportSettings().
| int blender::io::alembic::ImportSettings::from_forward |
Definition at line 37 of file abc_reader_object.h.
Referenced by ImportSettings().
| int blender::io::alembic::ImportSettings::from_up |
Definition at line 36 of file abc_reader_object.h.
Referenced by ImportSettings().
| bool blender::io::alembic::ImportSettings::is_sequence |
Definition at line 39 of file abc_reader_object.h.
Referenced by ABC_import(), CacheReader_open_alembic_object(), blender::io::alembic::has_animations(), blender::io::alembic::has_animations(), and ImportSettings().
| int blender::io::alembic::ImportSettings::read_flag |
Definition at line 47 of file abc_reader_object.h.
Referenced by ImportSettings(), 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 38 of file abc_reader_object.h.
Referenced by ABC_import(), and ImportSettings().
| int blender::io::alembic::ImportSettings::sequence_max_frame |
Definition at line 44 of file abc_reader_object.h.
Referenced by ABC_import(), and ImportSettings().
| int blender::io::alembic::ImportSettings::sequence_min_frame |
Definition at line 43 of file abc_reader_object.h.
Referenced by ABC_import(), and ImportSettings().
| bool blender::io::alembic::ImportSettings::set_frame_range |
Definition at line 40 of file abc_reader_object.h.
Referenced by ABC_import(), and ImportSettings().
| bool blender::io::alembic::ImportSettings::validate_meshes |
Definition at line 53 of file abc_reader_object.h.
Referenced by ABC_import(), and ImportSettings().
| std::string blender::io::alembic::ImportSettings::velocity_name |
Definition at line 50 of file abc_reader_object.h.
Referenced by ImportSettings(), blender::io::alembic::AbcMeshReader::read_mesh(), blender::io::alembic::read_mesh_sample(), and blender::io::alembic::read_subd_sample().
| float blender::io::alembic::ImportSettings::velocity_scale |
Definition at line 51 of file abc_reader_object.h.
Referenced by ImportSettings(), blender::io::alembic::AbcMeshReader::read_mesh(), blender::io::alembic::read_mesh_sample(), and blender::io::alembic::read_subd_sample().