Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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_len
 
int sequence_offset
 
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 22 of file abc_reader_object.h.

Constructor & Destructor Documentation

◆ ImportSettings()

blender::io::alembic::ImportSettings::ImportSettings ( )
inline

Definition at line 48 of file abc_reader_object.h.

Member Data Documentation

◆ always_add_cache_reader

bool blender::io::alembic::ImportSettings::always_add_cache_reader

◆ cache_file

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

◆ conversion_mat

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

Definition at line 24 of file abc_reader_object.h.

◆ do_convert_mat

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

Definition at line 23 of file abc_reader_object.h.

◆ from_forward

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

Definition at line 27 of file abc_reader_object.h.

◆ from_up

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

Definition at line 26 of file abc_reader_object.h.

◆ is_sequence

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

Definition at line 29 of file abc_reader_object.h.

Referenced by ABC_import(), and blender::io::alembic::has_animations().

◆ read_flag

int blender::io::alembic::ImportSettings::read_flag

◆ scale

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

◆ sequence_len

int blender::io::alembic::ImportSettings::sequence_len

Definition at line 33 of file abc_reader_object.h.

Referenced by ABC_import().

◆ sequence_offset

int blender::io::alembic::ImportSettings::sequence_offset

Definition at line 34 of file abc_reader_object.h.

Referenced by ABC_import().

◆ set_frame_range

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

Definition at line 30 of file abc_reader_object.h.

Referenced by ABC_import().

◆ validate_meshes

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

◆ velocity_name

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

◆ velocity_scale

float blender::io::alembic::ImportSettings::velocity_scale

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