Blender V4.3
WPGradient_userData Struct Reference

Public Attributes

ARegionregion
 
Scenescene
 
Meshmesh
 
MDeformVertdvert
 
blender::VArraySpan< bool > select_vert
 
blender::VArray< bool > hide_vert
 
Brushbrush
 
const floatsco_start
 
const floatsco_end
 
float sco_line_div
 
int def_nr
 
bool is_init
 
WPGradient_vertStoreBasevert_cache
 
BLI_bitmapvert_visit
 
bool use_select
 
bool use_vgroup_restrict
 
short type
 
float weightpaint
 

Detailed Description

Definition at line 552 of file paint_vertex_weight_ops.cc.

Member Data Documentation

◆ brush

Brush* WPGradient_userData::brush

Definition at line 559 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update().

◆ def_nr

int WPGradient_userData::def_nr

Definition at line 563 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update(), and gradientVertInit__mapFunc().

◆ dvert

MDeformVert* WPGradient_userData::dvert

Definition at line 556 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update(), and gradientVertInit__mapFunc().

◆ hide_vert

blender::VArray<bool> WPGradient_userData::hide_vert

Definition at line 558 of file paint_vertex_weight_ops.cc.

Referenced by gradientVertInit__mapFunc().

◆ is_init

bool WPGradient_userData::is_init

Definition at line 564 of file paint_vertex_weight_ops.cc.

◆ mesh

Mesh* WPGradient_userData::mesh

Definition at line 555 of file paint_vertex_weight_ops.cc.

◆ region

ARegion* WPGradient_userData::region

Definition at line 553 of file paint_vertex_weight_ops.cc.

Referenced by gradientVertInit__mapFunc().

◆ scene

Scene* WPGradient_userData::scene

Definition at line 554 of file paint_vertex_weight_ops.cc.

◆ sco_end

const float* WPGradient_userData::sco_end

Definition at line 561 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update().

◆ sco_line_div

float WPGradient_userData::sco_line_div

Definition at line 562 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update().

◆ sco_start

const float* WPGradient_userData::sco_start

Definition at line 560 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update().

◆ select_vert

blender::VArraySpan<bool> WPGradient_userData::select_vert

Definition at line 557 of file paint_vertex_weight_ops.cc.

Referenced by gradientVertInit__mapFunc().

◆ type

short WPGradient_userData::type

Definition at line 572 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update().

◆ use_select

bool WPGradient_userData::use_select

Definition at line 570 of file paint_vertex_weight_ops.cc.

Referenced by gradientVertInit__mapFunc().

◆ use_vgroup_restrict

bool WPGradient_userData::use_vgroup_restrict

Definition at line 571 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update().

◆ vert_cache

WPGradient_vertStoreBase* WPGradient_userData::vert_cache

◆ vert_visit

BLI_bitmap* WPGradient_userData::vert_visit

Definition at line 567 of file paint_vertex_weight_ops.cc.

Referenced by gradientVertInit__mapFunc().

◆ weightpaint

float WPGradient_userData::weightpaint

Definition at line 573 of file paint_vertex_weight_ops.cc.

Referenced by gradientVert_update().


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