|
Blender V4.3
|
Inherits blender::ed::sculpt_paint::PaintModeData.
Public Member Functions | |
| ~WPaintData () | |
Public Member Functions inherited from blender::ed::sculpt_paint::PaintModeData | |
| virtual | ~PaintModeData ()=default |
Public Attributes | |
| ViewContext | vc |
| NormalAnglePrecalc | normal_angle_precalc |
| WeightPaintGroupData | active |
| WeightPaintGroupData | mirror |
| const bool * | vgroup_validmap |
| const bool * | lock_flags |
| const bool * | vgroup_locked |
| const bool * | vgroup_unlocked |
| const bool * | defbase_sel |
| int | defbase_tot_sel |
| bool | do_multipaint |
| bool | do_lock_relative |
| int | defbase_tot |
| float * | precomputed_weight |
| bool | precomputed_weight_ready |
Definition at line 105 of file paint_weight.cc.
|
inline |
Definition at line 129 of file paint_weight.cc.
References defbase_sel, WeightPaintGroupData::lock, lock_flags, MEM_SAFE_FREE, mirror, precomputed_weight, vgroup_locked, vgroup_unlocked, and vgroup_validmap.
| WeightPaintGroupData WPaintData::active |
Definition at line 109 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step().
| const bool* WPaintData::defbase_sel |
Definition at line 118 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step(), and ~WPaintData().
| int WPaintData::defbase_tot |
Definition at line 123 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step().
| int WPaintData::defbase_tot_sel |
Definition at line 119 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step().
| bool WPaintData::do_lock_relative |
Definition at line 121 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step().
| bool WPaintData::do_multipaint |
Definition at line 120 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step().
| const bool* WPaintData::lock_flags |
Definition at line 113 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step(), and ~WPaintData().
| WeightPaintGroupData WPaintData::mirror |
Definition at line 109 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step(), and ~WPaintData().
| NormalAnglePrecalc WPaintData::normal_angle_precalc |
Definition at line 107 of file paint_weight.cc.
Referenced by do_wpaint_brush_blur(), do_wpaint_brush_draw(), and do_wpaint_brush_smear().
| float* WPaintData::precomputed_weight |
Definition at line 126 of file paint_weight.cc.
Referenced by do_wpaint_brush_blur(), do_wpaint_brush_smear(), wpaint_stroke_update_step(), and ~WPaintData().
| bool WPaintData::precomputed_weight_ready |
Definition at line 127 of file paint_weight.cc.
Referenced by precompute_weight_values().
| ViewContext WPaintData::vc |
Definition at line 106 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step().
| const bool* WPaintData::vgroup_locked |
Definition at line 114 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step(), and ~WPaintData().
| const bool* WPaintData::vgroup_unlocked |
Definition at line 115 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step(), and ~WPaintData().
| const bool* WPaintData::vgroup_validmap |
Definition at line 112 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step(), and ~WPaintData().