|
Blender V4.3
|
Public Types | |
| enum | Flag { VGRAD_STORE_NOP = 0 , VGRAD_STORE_DW_EXIST = (1 << 0) , VGRAD_STORE_IS_MODIFIED = (1 << 1) } |
Public Attributes | |
| float | sco [2] |
| float | weight_orig |
| Flag | flag |
Definition at line 535 of file paint_vertex_weight_ops.cc.
| Enumerator | |
|---|---|
| VGRAD_STORE_NOP | |
| VGRAD_STORE_DW_EXIST | |
| VGRAD_STORE_IS_MODIFIED | |
Definition at line 536 of file paint_vertex_weight_ops.cc.
| Flag WPGradient_vertStore::flag |
Definition at line 543 of file paint_vertex_weight_ops.cc.
Referenced by gradientVert_update(), and gradientVertInit__mapFunc().
| float WPGradient_vertStore::sco[2] |
Definition at line 541 of file paint_vertex_weight_ops.cc.
Referenced by gradientVert_update(), gradientVertInit__mapFunc(), and gradientVertUpdate__mapFunc().
| float WPGradient_vertStore::weight_orig |
Definition at line 542 of file paint_vertex_weight_ops.cc.
Referenced by gradientVert_update(), and gradientVertInit__mapFunc().