|
Blender V4.3
|
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 |
| P3fArraySamplePtr | positions = nullptr |
| FloatArraySamplePtr | weights = nullptr |
| FloatArraySamplePtr | radii = nullptr |
Definition at line 165 of file abc_reader_curves.cc.
| CurveType blender::io::alembic::PreprocessedSampleData::curve_type = CURVE_TYPE_POLY |
Definition at line 182 of file abc_reader_curves.cc.
| Vector<bool> blender::io::alembic::PreprocessedSampleData::curves_cyclic |
Definition at line 173 of file abc_reader_curves.cc.
Definition at line 175 of file abc_reader_curves.cc.
| bool blender::io::alembic::PreprocessedSampleData::do_cyclic = false |
Definition at line 179 of file abc_reader_curves.cc.
| int8_t blender::io::alembic::PreprocessedSampleData::knot_mode = 0 |
Definition at line 183 of file abc_reader_curves.cc.
Definition at line 171 of file abc_reader_curves.cc.
Definition at line 168 of file abc_reader_curves.cc.
Referenced by blender::io::alembic::preprocess_sample(), and blender::io::alembic::AbcCurveReader::read_curves_sample().
| P3fArraySamplePtr blender::io::alembic::PreprocessedSampleData::positions = nullptr |
Definition at line 186 of file abc_reader_curves.cc.
| FloatArraySamplePtr blender::io::alembic::PreprocessedSampleData::radii = nullptr |
Definition at line 188 of file abc_reader_curves.cc.
| FloatArraySamplePtr blender::io::alembic::PreprocessedSampleData::weights = nullptr |
Definition at line 187 of file abc_reader_curves.cc.