Blender  V3.3
Public Attributes | List of all members
VPaintData< Color, Traits, domain > Struct Template Reference
Inheritance diagram for VPaintData< Color, Traits, domain >:
VPaintDataBase

Public Attributes

NormalAnglePrecalc normal_angle_precalc
 
Color paintcol
 
struct VertProjHandlevp_handle
 
CoNovertexcosnos
 
bool is_texbrush
 
struct {
   void *   color_prev
 
   void *   color_curr
 
smear
 
- Public Attributes inherited from VPaintDataBase
ViewContext vc
 
eAttrDomain domain
 
eCustomDataType type
 

Detailed Description

template<typename Color, typename Traits, eAttrDomain domain>
struct VPaintData< Color, Traits, domain >

Definition at line 2802 of file paint_vertex.cc.

Member Data Documentation

◆ color_curr

template<typename Color , typename Traits , eAttrDomain domain>
void* VPaintData< Color, Traits, domain >::color_curr

◆ color_prev

template<typename Color , typename Traits , eAttrDomain domain>
void* VPaintData< Color, Traits, domain >::color_prev

◆ is_texbrush

template<typename Color , typename Traits , eAttrDomain domain>
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().

◆ normal_angle_precalc

template<typename Color , typename Traits , eAttrDomain domain>
NormalAnglePrecalc VPaintData< Color, Traits, domain >::normal_angle_precalc

◆ paintcol

template<typename Color , typename Traits , eAttrDomain domain>
Color VPaintData< Color, Traits, domain >::paintcol

◆ 

struct { ... } VPaintData< Color, Traits, domain >::smear

◆ vertexcosnos

template<typename Color , typename Traits , eAttrDomain domain>
CoNo* VPaintData< Color, Traits, domain >::vertexcosnos

Definition at line 2808 of file paint_vertex.cc.

Referenced by vpaint_do_draw(), and vpaint_init_vpaint().

◆ vp_handle

template<typename Color , typename Traits , eAttrDomain domain>
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().


The documentation for this struct was generated from the following file: