Blender V4.3
blender::ed::greasepencil::PrimitiveToolOperation Struct Reference

Public Attributes

ARegionregion
void * draw_handle
ViewContext vc
int segments
Vector< float3control_points
Vector< float3temp_control_points
int temp_segments
PrimitiveType type
int subdivision
float4x4 projection
DrawingPlacement placement
bke::greasepencil::Drawingdrawing
Brushbrush
BrushGpencilSettingssettings
std::optional< ColorGeometry4fvertex_color
std::optional< ColorGeometry4ffill_color
int material_index
bool use_fill
float softness
float fill_opacity
float4x2 texture_space
float4x4 local_transform
OperatorMode mode
float2 start_position_2d
int active_control_point_index
ViewOpsDatavod

Detailed Description

Definition at line 107 of file grease_pencil_primitive.cc.

Member Data Documentation

◆ active_control_point_index

◆ brush

Brush* blender::ed::greasepencil::PrimitiveToolOperation::brush

◆ control_points

◆ draw_handle

void* blender::ed::greasepencil::PrimitiveToolOperation::draw_handle

◆ drawing

◆ fill_color

std::optional<ColorGeometry4f> blender::ed::greasepencil::PrimitiveToolOperation::fill_color

◆ fill_opacity

float blender::ed::greasepencil::PrimitiveToolOperation::fill_opacity

◆ local_transform

float4x4 blender::ed::greasepencil::PrimitiveToolOperation::local_transform

◆ material_index

int blender::ed::greasepencil::PrimitiveToolOperation::material_index

◆ mode

◆ placement

◆ projection

◆ region

◆ segments

◆ settings

◆ softness

float blender::ed::greasepencil::PrimitiveToolOperation::softness

◆ start_position_2d

◆ subdivision

◆ temp_control_points

◆ temp_segments

int blender::ed::greasepencil::PrimitiveToolOperation::temp_segments

◆ texture_space

float4x2 blender::ed::greasepencil::PrimitiveToolOperation::texture_space

◆ type

◆ use_fill

bool blender::ed::greasepencil::PrimitiveToolOperation::use_fill

◆ vc

◆ vertex_color

std::optional<ColorGeometry4f> blender::ed::greasepencil::PrimitiveToolOperation::vertex_color

◆ vod


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