Blender V4.3
blender::io::alembic::ImportSettings Struct Reference

#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
CacheFilecache_file

Detailed Description

Definition at line 32 of file abc_reader_object.h.

Constructor & Destructor Documentation

◆ ImportSettings()

Member Data Documentation

◆ always_add_cache_reader

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().

◆ cache_file

CacheFile* blender::io::alembic::ImportSettings::cache_file

Definition at line 56 of file abc_reader_object.h.

Referenced by ImportSettings(), and visit_object().

◆ conversion_mat

float blender::io::alembic::ImportSettings::conversion_mat[4][4]

Definition at line 34 of file abc_reader_object.h.

◆ do_convert_mat

bool blender::io::alembic::ImportSettings::do_convert_mat

Definition at line 33 of file abc_reader_object.h.

Referenced by ImportSettings().

◆ from_forward

int blender::io::alembic::ImportSettings::from_forward

Definition at line 37 of file abc_reader_object.h.

Referenced by ImportSettings().

◆ from_up

int blender::io::alembic::ImportSettings::from_up

Definition at line 36 of file abc_reader_object.h.

Referenced by ImportSettings().

◆ is_sequence

bool blender::io::alembic::ImportSettings::is_sequence

◆ read_flag

◆ scale

float blender::io::alembic::ImportSettings::scale

Definition at line 38 of file abc_reader_object.h.

Referenced by ABC_import(), and ImportSettings().

◆ sequence_max_frame

int blender::io::alembic::ImportSettings::sequence_max_frame

Definition at line 44 of file abc_reader_object.h.

Referenced by ABC_import(), and ImportSettings().

◆ sequence_min_frame

int blender::io::alembic::ImportSettings::sequence_min_frame

Definition at line 43 of file abc_reader_object.h.

Referenced by ABC_import(), and ImportSettings().

◆ set_frame_range

bool blender::io::alembic::ImportSettings::set_frame_range

Definition at line 40 of file abc_reader_object.h.

Referenced by ABC_import(), and ImportSettings().

◆ validate_meshes

bool blender::io::alembic::ImportSettings::validate_meshes

Definition at line 53 of file abc_reader_object.h.

Referenced by ABC_import(), and ImportSettings().

◆ velocity_name

std::string blender::io::alembic::ImportSettings::velocity_name

◆ velocity_scale


The documentation for this struct was generated from the following file: