|
Blender V5.0
|
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< SampleInterpolationSettings > | interpolation_settings |
| P3fArraySamplePtr | positions = nullptr |
| P3fArraySamplePtr | ceil_positions = nullptr |
| FloatArraySamplePtr | weights = nullptr |
| FloatArraySamplePtr | radii = nullptr |
Definition at line 194 of file abc_reader_curves.cc.
| P3fArraySamplePtr blender::io::alembic::PreprocessedSampleData::ceil_positions = nullptr |
Definition at line 220 of file abc_reader_curves.cc.
| CurveType blender::io::alembic::PreprocessedSampleData::curve_type = CURVE_TYPE_POLY |
Definition at line 211 of file abc_reader_curves.cc.
| Vector<bool> blender::io::alembic::PreprocessedSampleData::curves_cyclic |
Definition at line 202 of file abc_reader_curves.cc.
| Vector<int8_t> blender::io::alembic::PreprocessedSampleData::curves_orders |
Definition at line 204 of file abc_reader_curves.cc.
| bool blender::io::alembic::PreprocessedSampleData::do_cyclic = false |
Definition at line 208 of file abc_reader_curves.cc.
| std::optional<SampleInterpolationSettings> blender::io::alembic::PreprocessedSampleData::interpolation_settings |
Definition at line 216 of file abc_reader_curves.cc.
| int8_t blender::io::alembic::PreprocessedSampleData::knot_mode = 0 |
Definition at line 212 of file abc_reader_curves.cc.
| Vector<int> blender::io::alembic::PreprocessedSampleData::offset_in_alembic |
Definition at line 200 of file abc_reader_curves.cc.
| Vector<int> blender::io::alembic::PreprocessedSampleData::offset_in_blender |
Definition at line 197 of file abc_reader_curves.cc.
| P3fArraySamplePtr blender::io::alembic::PreprocessedSampleData::positions = nullptr |
Definition at line 219 of file abc_reader_curves.cc.
| FloatArraySamplePtr blender::io::alembic::PreprocessedSampleData::radii = nullptr |
Definition at line 222 of file abc_reader_curves.cc.
| FloatArraySamplePtr blender::io::alembic::PreprocessedSampleData::weights = nullptr |
Definition at line 221 of file abc_reader_curves.cc.