Blender V5.0
blender::io::alembic::PreprocessedSampleData Struct Reference

Public Attributes

Vector< int > offset_in_blender
Vector< int > offset_in_alembic
Vector< bool > curves_cyclic
Vector< int8_t > curves_orders
bool do_cyclic = false
CurveType curve_type = CURVE_TYPE_POLY
int8_t knot_mode = 0
std::optional< SampleInterpolationSettingsinterpolation_settings
P3fArraySamplePtr positions = nullptr
P3fArraySamplePtr ceil_positions = nullptr
FloatArraySamplePtr weights = nullptr
FloatArraySamplePtr radii = nullptr

Detailed Description

Definition at line 194 of file abc_reader_curves.cc.

Member Data Documentation

◆ ceil_positions

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

Definition at line 220 of file abc_reader_curves.cc.

◆ curve_type

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

Definition at line 211 of file abc_reader_curves.cc.

◆ curves_cyclic

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

Definition at line 202 of file abc_reader_curves.cc.

◆ curves_orders

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

Definition at line 204 of file abc_reader_curves.cc.

◆ do_cyclic

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

Definition at line 208 of file abc_reader_curves.cc.

◆ interpolation_settings

std::optional<SampleInterpolationSettings> blender::io::alembic::PreprocessedSampleData::interpolation_settings

Definition at line 216 of file abc_reader_curves.cc.

◆ knot_mode

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

Definition at line 212 of file abc_reader_curves.cc.

◆ offset_in_alembic

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

Definition at line 200 of file abc_reader_curves.cc.

◆ offset_in_blender

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

Definition at line 197 of file abc_reader_curves.cc.

◆ positions

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

Definition at line 219 of file abc_reader_curves.cc.

◆ radii

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

Definition at line 222 of file abc_reader_curves.cc.

◆ weights

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

Definition at line 221 of file abc_reader_curves.cc.


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