|
Blender V4.3
|
#include <grease_pencil_weight_paint.hh>
Public Attributes | |
| int | active_vertex_group |
| MutableSpan< MDeformVert > | deform_verts |
| VMutableArray< float > | deform_weights |
| float | multi_frame_falloff |
| Vector< bool > | locked_vgroups |
| Vector< bool > | bone_deformed_vgroups |
| Array< float2 > | point_positions |
| Array< bool > | points_touched_by_brush |
| int | points_touched_by_brush_num |
| Vector< BrushPoint > | points_in_brush |
Definition at line 44 of file grease_pencil_weight_paint.hh.
| int blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::active_vertex_group |
Definition at line 45 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::AverageWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::BlurWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::DrawWeightPaintOperation::on_stroke_extended(), and blender::ed::sculpt_paint::greasepencil::SmearWeightPaintOperation::on_stroke_extended().
| Vector<bool> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::bone_deformed_vgroups |
Definition at line 51 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::AverageWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::BlurWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::DrawWeightPaintOperation::on_stroke_extended(), and blender::ed::sculpt_paint::greasepencil::SmearWeightPaintOperation::on_stroke_extended().
| MutableSpan<MDeformVert> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::deform_verts |
Definition at line 46 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::AverageWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::BlurWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::DrawWeightPaintOperation::on_stroke_extended(), and blender::ed::sculpt_paint::greasepencil::SmearWeightPaintOperation::on_stroke_extended().
| VMutableArray<float> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::deform_weights |
Definition at line 47 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::apply_weight_to_point().
| Vector<bool> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::locked_vgroups |
Definition at line 50 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::AverageWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::BlurWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::DrawWeightPaintOperation::on_stroke_extended(), and blender::ed::sculpt_paint::greasepencil::SmearWeightPaintOperation::on_stroke_extended().
| float blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::multi_frame_falloff |
Definition at line 48 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::add_point_under_brush_to_brush_buffer().
| Array<float2> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::point_positions |
Definition at line 53 of file grease_pencil_weight_paint.hh.
| Vector<BrushPoint> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::points_in_brush |
Definition at line 61 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::add_point_under_brush_to_brush_buffer(), blender::ed::sculpt_paint::greasepencil::AverageWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::BlurWeightPaintOperation::on_stroke_extended(), blender::ed::sculpt_paint::greasepencil::DrawWeightPaintOperation::on_stroke_extended(), and blender::ed::sculpt_paint::greasepencil::SmearWeightPaintOperation::on_stroke_extended().
| Array<bool> blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::points_touched_by_brush |
Definition at line 57 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::add_point_under_brush_to_brush_buffer().
| int blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::DrawingWeightData::points_touched_by_brush_num |
Definition at line 58 of file grease_pencil_weight_paint.hh.
Referenced by blender::ed::sculpt_paint::greasepencil::WeightPaintOperation::add_point_under_brush_to_brush_buffer().