|
Blender V4.3
|
Public Attributes | |
| MutableSpan< MDeformVert > | dvert |
| int | defbase_tot |
| int | defbase_tot_sel |
| int | defbase_tot_unsel |
| WeightPaintGroupData | active |
| WeightPaintGroupData | mirror |
| const bool * | lock_flags |
| const bool * | defbase_sel |
| const bool * | vgroup_validmap |
| const bool * | vgroup_locked |
| const bool * | vgroup_unlocked |
| bool | do_flip |
| bool | do_multipaint |
| bool | do_auto_normalize |
| bool | do_lock_relative |
| bool | is_normalized |
| float | brush_alpha_value |
Definition at line 146 of file paint_weight.cc.
| WeightPaintGroupData WeightPaintInfo::active |
Definition at line 156 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| float WeightPaintInfo::brush_alpha_value |
Definition at line 178 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), and wpaint_stroke_update_step().
| const bool* WeightPaintInfo::defbase_sel |
Definition at line 163 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| int WeightPaintInfo::defbase_tot |
Definition at line 150 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| int WeightPaintInfo::defbase_tot_sel |
Definition at line 153 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| int WeightPaintInfo::defbase_tot_unsel |
Definition at line 154 of file paint_weight.cc.
Referenced by wpaint_stroke_update_step().
| bool WeightPaintInfo::do_auto_normalize |
Definition at line 174 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), and wpaint_stroke_update_step().
| bool WeightPaintInfo::do_flip |
Definition at line 172 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), and wpaint_stroke_update_step().
| bool WeightPaintInfo::do_lock_relative |
Definition at line 175 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| bool WeightPaintInfo::do_multipaint |
Definition at line 173 of file paint_weight.cc.
Referenced by do_weight_paint_vertex(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| MutableSpan<MDeformVert> WeightPaintInfo::dvert |
Definition at line 148 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), and wpaint_stroke_update_step().
| bool WeightPaintInfo::is_normalized |
Definition at line 176 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| const bool* WeightPaintInfo::lock_flags |
Definition at line 160 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), and wpaint_stroke_update_step().
| WeightPaintGroupData WeightPaintInfo::mirror |
Definition at line 156 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_single(), and wpaint_stroke_update_step().
| const bool* WeightPaintInfo::vgroup_locked |
Definition at line 169 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| const bool* WeightPaintInfo::vgroup_unlocked |
Definition at line 170 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), wpaint_get_active_weight(), and wpaint_stroke_update_step().
| const bool* WeightPaintInfo::vgroup_validmap |
Definition at line 166 of file paint_weight.cc.
Referenced by do_weight_paint_vertex_multi(), do_weight_paint_vertex_single(), and wpaint_stroke_update_step().