|
Blender
V3.3
|
Public Attributes | |
| NormalAnglePrecalc | normal_angle_precalc |
| Color | paintcol |
| struct VertProjHandle * | vp_handle |
| CoNo * | vertexcosnos |
| bool | is_texbrush |
| struct { | |
| void * color_prev | |
| void * color_curr | |
| } | smear |
Public Attributes inherited from VPaintDataBase | |
| ViewContext | vc |
| eAttrDomain | domain |
| eCustomDataType | type |
Definition at line 2802 of file paint_vertex.cc.
| void* VPaintData< Color, Traits, domain >::color_curr |
Definition at line 2815 of file paint_vertex.cc.
Referenced by do_vpaint_brush_smear(), vpaint_free_vpaintdata(), vpaint_init_vpaint(), and vpaint_stroke_update_step_intern().
| void* VPaintData< Color, Traits, domain >::color_prev |
Definition at line 2814 of file paint_vertex.cc.
Referenced by do_vpaint_brush_smear(), vpaint_free_vpaintdata(), vpaint_init_vpaint(), and vpaint_stroke_update_step_intern().
| bool VPaintData< Color, Traits, domain >::is_texbrush |
Definition at line 2810 of file paint_vertex.cc.
Referenced by vpaint_do_draw(), vpaint_free_vpaintdata(), and vpaint_init_vpaint().
| NormalAnglePrecalc VPaintData< Color, Traits, domain >::normal_angle_precalc |
Definition at line 2803 of file paint_vertex.cc.
Referenced by do_vpaint_brush_blur_loops(), do_vpaint_brush_blur_verts(), do_vpaint_brush_smear(), vpaint_do_draw(), and vpaint_init_vpaint().
| Color VPaintData< Color, Traits, domain >::paintcol |
Definition at line 2805 of file paint_vertex.cc.
Referenced by calculate_average_color(), paint_and_tex_color_alpha(), vpaint_do_draw(), and vpaint_init_vpaint().
| struct { ... } VPaintData< Color, Traits, domain >::smear |
| CoNo* VPaintData< Color, Traits, domain >::vertexcosnos |
Definition at line 2808 of file paint_vertex.cc.
Referenced by vpaint_do_draw(), and vpaint_init_vpaint().
| struct VertProjHandle* VPaintData< Color, Traits, domain >::vp_handle |
Definition at line 2807 of file paint_vertex.cc.
Referenced by vpaint_free_vpaintdata(), and vpaint_init_vpaint().