|
Blender V4.3
|
Classes | |
| struct | LayerData |
Static Public Member Functions | |
Common Utilities for Interpolation Operators | |
| static InterpolateOpData * | from_operator (const bContext &C, const wmOperator &op) |
Public Attributes | |
| IndexMaskMemory | layer_mask_memory |
| IndexMask | layer_mask |
| bool | exclude_breakdowns |
| float | shift |
| float | init_factor |
| InterpolateFlipMode | flipmode |
| float | smooth_factor |
| int | smooth_steps |
| NumInput | numeric_input |
| Array< LayerData > | layer_data |
| int | active_layer_index |
Definition at line 165 of file grease_pencil_interpolate.cc.
|
static |
Definition at line 292 of file grease_pencil_interpolate.cc.
References BLI_assert, CTX_data_active_object(), CTX_data_scene(), data, blender::ed::sculpt_paint::greasepencil::find_curve_mapping_from_index(), blender::ed::sculpt_paint::greasepencil::find_frames_interval(), float, blender::index_mask::IndexMask::from_predicate(), blender::IndexRange::from_single(), layer_data, wmOperator::ptr, RNA_boolean_get(), RNA_enum_get(), RNA_float_get(), RNA_int_get(), and RNA_struct_find_property().
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_init(), and blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec().
| int blender::ed::sculpt_paint::greasepencil::InterpolateOpData::active_layer_index |
Definition at line 190 of file grease_pencil_interpolate.cc.
| bool blender::ed::sculpt_paint::greasepencil::InterpolateOpData::exclude_breakdowns |
Definition at line 178 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec().
| InterpolateFlipMode blender::ed::sculpt_paint::greasepencil::InterpolateOpData::flipmode |
Definition at line 184 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec().
| float blender::ed::sculpt_paint::greasepencil::InterpolateOpData::init_factor |
Definition at line 183 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_modal(), and blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_status_indicators().
Definition at line 189 of file grease_pencil_interpolate.cc.
Referenced by from_operator(), and blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec().
| IndexMask blender::ed::sculpt_paint::greasepencil::InterpolateOpData::layer_mask |
Definition at line 176 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec().
| IndexMaskMemory blender::ed::sculpt_paint::greasepencil::InterpolateOpData::layer_mask_memory |
Definition at line 175 of file grease_pencil_interpolate.cc.
| NumInput blender::ed::sculpt_paint::greasepencil::InterpolateOpData::numeric_input |
Definition at line 188 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_modal(), and blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_status_indicators().
| float blender::ed::sculpt_paint::greasepencil::InterpolateOpData::shift |
Definition at line 181 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_modal(), and blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_status_indicators().
| float blender::ed::sculpt_paint::greasepencil::InterpolateOpData::smooth_factor |
Definition at line 185 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec().
| int blender::ed::sculpt_paint::greasepencil::InterpolateOpData::smooth_steps |
Definition at line 186 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec().