|
Blender
V2.93
|
Public Attributes | |
| ViewContext | vc |
| struct NormalAnglePrecalc | normal_angle_precalc |
| uint | paintcol |
| struct VertProjHandle * | vp_handle |
| struct CoNo * | vertexcosnos |
| bool | use_fast_update |
| bool * | mlooptag |
| bool | is_texbrush |
| struct { | |
| uint * color_prev | |
| uint * color_curr | |
| } | smear |
Definition at line 2684 of file paint_vertex.c.
| uint* VPaintData::color_curr |
Definition at line 2708 of file paint_vertex.c.
Referenced by vpaint_stroke_done(), vpaint_stroke_test_start(), and vpaint_stroke_update_step().
| uint* VPaintData::color_prev |
Definition at line 2707 of file paint_vertex.c.
Referenced by vpaint_stroke_done(), vpaint_stroke_test_start(), and vpaint_stroke_update_step().
| bool VPaintData::is_texbrush |
Definition at line 2703 of file paint_vertex.c.
Referenced by vpaint_stroke_done(), and vpaint_stroke_test_start().
| bool* VPaintData::mlooptag |
Definition at line 2701 of file paint_vertex.c.
Referenced by vpaint_stroke_done(), and vpaint_stroke_test_start().
| struct NormalAnglePrecalc VPaintData::normal_angle_precalc |
Definition at line 2685 of file paint_vertex.c.
Referenced by vpaint_stroke_test_start().
| uint VPaintData::paintcol |
Definition at line 2688 of file paint_vertex.c.
Referenced by vpaint_stroke_test_start().
| struct { ... } VPaintData::smear |
Referenced by vpaint_stroke_done(), vpaint_stroke_test_start(), and vpaint_stroke_update_step().
| bool VPaintData::use_fast_update |
Modify Mesh.mloopcol directly, since the derived mesh is drawing from this array, otherwise we need to refresh the modifier stack.
Definition at line 2697 of file paint_vertex.c.
Referenced by vpaint_stroke_test_start(), and vpaint_stroke_update_step().
| ViewContext VPaintData::vc |
Definition at line 2685 of file paint_vertex.c.
Referenced by vpaint_stroke_done(), vpaint_stroke_test_start(), and vpaint_stroke_update_step().
| struct CoNo* VPaintData::vertexcosnos |
Definition at line 2691 of file paint_vertex.c.
Referenced by vpaint_stroke_test_start().
| struct VertProjHandle* VPaintData::vp_handle |
Definition at line 2690 of file paint_vertex.c.
Referenced by vpaint_stroke_done(), and vpaint_stroke_test_start().