Blender V5.0
blender::ed::sculpt_paint::greasepencil::InterpolateOpData Struct Reference

Classes

struct  LayerData

Static Public Member Functions

Common Utilities for Interpolation Operators
static InterpolateOpDatafrom_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< LayerDatalayer_data
int active_layer_index

Detailed Description

Definition at line 166 of file grease_pencil_interpolate.cc.

Member Function Documentation

◆ from_operator()

Member Data Documentation

◆ active_layer_index

int blender::ed::sculpt_paint::greasepencil::InterpolateOpData::active_layer_index

Definition at line 191 of file grease_pencil_interpolate.cc.

◆ exclude_breakdowns

bool blender::ed::sculpt_paint::greasepencil::InterpolateOpData::exclude_breakdowns

◆ flipmode

InterpolateFlipMode blender::ed::sculpt_paint::greasepencil::InterpolateOpData::flipmode

◆ init_factor

◆ layer_data

Array<LayerData> blender::ed::sculpt_paint::greasepencil::InterpolateOpData::layer_data

◆ layer_mask

IndexMask blender::ed::sculpt_paint::greasepencil::InterpolateOpData::layer_mask

◆ layer_mask_memory

IndexMaskMemory blender::ed::sculpt_paint::greasepencil::InterpolateOpData::layer_mask_memory

Definition at line 176 of file grease_pencil_interpolate.cc.

◆ numeric_input

◆ shift

◆ smooth_factor

float blender::ed::sculpt_paint::greasepencil::InterpolateOpData::smooth_factor

◆ smooth_steps

int blender::ed::sculpt_paint::greasepencil::InterpolateOpData::smooth_steps

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