|
Blender V5.0
|
#include <abc_reader_object.h>
Public Member Functions | |
| ImportSettings ()=default | |
Public Attributes | |
| bool | blender_archive_version_prior_44 = false |
| bool | do_convert_mat = false |
| float | conversion_mat [4][4] |
| int | from_up = 0 |
| int | from_forward = 0 |
| float | scale = 1.0f |
| bool | is_sequence = false |
| bool | set_frame_range = false |
| int | sequence_min_frame = 0 |
| int | sequence_max_frame = 1 |
| int | read_flag = 0 |
| std::string | velocity_name |
| float | velocity_scale = 1.0f |
| bool | validate_meshes = false |
| bool | always_add_cache_reader = false |
| CacheFile * | cache_file = nullptr |
Definition at line 32 of file abc_reader_object.h.
|
default |
| bool blender::io::alembic::ImportSettings::always_add_cache_reader = false |
Definition at line 56 of file abc_reader_object.h.
Referenced by ABC_import().
| bool blender::io::alembic::ImportSettings::blender_archive_version_prior_44 = false |
Definition at line 33 of file abc_reader_object.h.
Referenced by CacheReader_open_alembic_object(), blender::io::alembic::read_edge_creases(), and blender::io::alembic::read_vertex_creases().
Definition at line 58 of file abc_reader_object.h.
Referenced by visit_object().
| float blender::io::alembic::ImportSettings::conversion_mat[4][4] |
Definition at line 36 of file abc_reader_object.h.
| bool blender::io::alembic::ImportSettings::do_convert_mat = false |
Definition at line 35 of file abc_reader_object.h.
| int blender::io::alembic::ImportSettings::from_forward = 0 |
Definition at line 39 of file abc_reader_object.h.
| int blender::io::alembic::ImportSettings::from_up = 0 |
Definition at line 38 of file abc_reader_object.h.
| bool blender::io::alembic::ImportSettings::is_sequence = false |
Definition at line 41 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 blender::io::alembic::has_animations().
| int blender::io::alembic::ImportSettings::read_flag = 0 |
Definition at line 49 of file abc_reader_object.h.
Referenced by 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 = 1.0f |
Definition at line 40 of file abc_reader_object.h.
Referenced by ABC_import().
| int blender::io::alembic::ImportSettings::sequence_max_frame = 1 |
Definition at line 46 of file abc_reader_object.h.
Referenced by ABC_import().
| int blender::io::alembic::ImportSettings::sequence_min_frame = 0 |
Definition at line 45 of file abc_reader_object.h.
Referenced by ABC_import().
| bool blender::io::alembic::ImportSettings::set_frame_range = false |
Definition at line 42 of file abc_reader_object.h.
Referenced by ABC_import().
| bool blender::io::alembic::ImportSettings::validate_meshes = false |
Definition at line 55 of file abc_reader_object.h.
Referenced by ABC_import().
| std::string blender::io::alembic::ImportSettings::velocity_name |
Definition at line 52 of file abc_reader_object.h.
Referenced by 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 = 1.0f |
Definition at line 53 of file abc_reader_object.h.
Referenced by blender::io::alembic::AbcMeshReader::read_mesh(), blender::io::alembic::read_mesh_sample(), and blender::io::alembic::read_subd_sample().