Blender V4.3
blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData Struct Reference

#include <grease_pencil_weight_paint.hh>

Public Attributes

int active_vertex_group
 
MutableSpan< MDeformVertdeform_verts
 
VMutableArray< floatdeform_weights
 
float multi_frame_falloff
 
Vector< bool > locked_vgroups
 
Vector< bool > bone_deformed_vgroups
 
Array< float2point_positions
 
Array< bool > points_touched_by_brush
 
int points_touched_by_brush_num
 
Vector< BrushPointpoints_in_brush
 

Detailed Description

Definition at line 44 of file grease_pencil_weight_paint.hh.

Member Data Documentation

◆ active_vertex_group

◆ bone_deformed_vgroups

◆ deform_verts

◆ deform_weights

VMutableArray<float> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::deform_weights

◆ locked_vgroups

◆ multi_frame_falloff

float blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::multi_frame_falloff

◆ point_positions

Array<float2> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::point_positions

Definition at line 53 of file grease_pencil_weight_paint.hh.

◆ points_in_brush

◆ points_touched_by_brush

Array<bool> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::points_touched_by_brush

◆ points_touched_by_brush_num

int blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::points_touched_by_brush_num

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