|
Blender V5.0
|
Classes | |
| struct | LayerData |
Static Public Member Functions | |
Common Utilities for Interpolation Operators | |
| static InterpolateOpData * | from_operator (const bContext &C, const wmOperator &op) |
Definition at line 166 of file grease_pencil_interpolate.cc.
|
static |
Definition at line 315 of file grease_pencil_interpolate.cc.
References C, RenderData::cfra, 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::IndexMask::from_predicate(), blender::IndexRange::from_single(), layer_data, wmOperator::ptr, Scene::r, 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 191 of file grease_pencil_interpolate.cc.
| bool blender::ed::sculpt_paint::greasepencil::InterpolateOpData::exclude_breakdowns |
Definition at line 179 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 185 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 184 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 190 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 177 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 176 of file grease_pencil_interpolate.cc.
| NumInput blender::ed::sculpt_paint::greasepencil::InterpolateOpData::numeric_input |
Definition at line 189 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 182 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 186 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 187 of file grease_pencil_interpolate.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::grease_pencil_interpolate_sequence_exec().