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

Public Attributes

Vector< intoffset_in_blender
 
Vector< intoffset_in_alembic
 
Vector< bool > curves_cyclic
 
Vector< int8_tcurves_orders
 
bool do_cyclic = false
 
CurveType curve_type = CURVE_TYPE_POLY
 
int8_t knot_mode = 0
 
P3fArraySamplePtr positions = nullptr
 
FloatArraySamplePtr weights = nullptr
 
FloatArraySamplePtr radii = nullptr
 

Detailed Description

Definition at line 165 of file abc_reader_curves.cc.

Member Data Documentation

◆ curve_type

CurveType blender::io::alembic::PreprocessedSampleData::curve_type = CURVE_TYPE_POLY

Definition at line 182 of file abc_reader_curves.cc.

◆ curves_cyclic

Vector<bool> blender::io::alembic::PreprocessedSampleData::curves_cyclic

Definition at line 173 of file abc_reader_curves.cc.

◆ curves_orders

Vector<int8_t> blender::io::alembic::PreprocessedSampleData::curves_orders

Definition at line 175 of file abc_reader_curves.cc.

◆ do_cyclic

bool blender::io::alembic::PreprocessedSampleData::do_cyclic = false

Definition at line 179 of file abc_reader_curves.cc.

◆ knot_mode

int8_t blender::io::alembic::PreprocessedSampleData::knot_mode = 0

Definition at line 183 of file abc_reader_curves.cc.

◆ offset_in_alembic

Vector<int> blender::io::alembic::PreprocessedSampleData::offset_in_alembic

Definition at line 171 of file abc_reader_curves.cc.

◆ offset_in_blender

Vector<int> blender::io::alembic::PreprocessedSampleData::offset_in_blender

◆ positions

P3fArraySamplePtr blender::io::alembic::PreprocessedSampleData::positions = nullptr

Definition at line 186 of file abc_reader_curves.cc.

◆ radii

FloatArraySamplePtr blender::io::alembic::PreprocessedSampleData::radii = nullptr

Definition at line 188 of file abc_reader_curves.cc.

◆ weights

FloatArraySamplePtr blender::io::alembic::PreprocessedSampleData::weights = nullptr

Definition at line 187 of file abc_reader_curves.cc.


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