|
Blender
V3.3
|
Public Types | |
| enum | { VGRAD_STORE_NOP = 0 , VGRAD_STORE_DW_EXIST = (1 << 0) , VGRAD_STORE_IS_MODIFIED = (1 << 1) } |
Public Attributes | |
| float | sco [2] |
| float | weight_orig |
| enum WPGradient_vertStore:: { ... } | flag |
Definition at line 558 of file paint_vertex_weight_ops.c.
| anonymous enum |
| Enumerator | |
|---|---|
| VGRAD_STORE_NOP | |
| VGRAD_STORE_DW_EXIST | |
| VGRAD_STORE_IS_MODIFIED | |
Definition at line 561 of file paint_vertex_weight_ops.c.
| enum { ... } WPGradient_vertStore::flag |
Referenced by gradientVert_update(), and gradientVertInit__mapFunc().
| float WPGradient_vertStore::sco[2] |
Definition at line 559 of file paint_vertex_weight_ops.c.
Referenced by gradientVert_update(), gradientVertInit__mapFunc(), and gradientVertUpdate__mapFunc().
| float WPGradient_vertStore::weight_orig |
Definition at line 560 of file paint_vertex_weight_ops.c.
Referenced by gradientVert_update(), and gradientVertInit__mapFunc().