|
Blender
V3.3
|
Public Attributes | |
| BPoint * | bp |
| float | dist |
| bool | select |
| float | mval_fl [2] |
| bool | is_changed |
Definition at line 559 of file editlattice_select.c.
| BPoint* NearestLatticeVert_UserData::bp |
Definition at line 560 of file editlattice_select.c.
Referenced by ED_lattice_select_pick(), and findnearestLattvert__doClosest().
| float NearestLatticeVert_UserData::dist |
Definition at line 561 of file editlattice_select.c.
Referenced by findnearestLattvert__doClosest().
| bool NearestLatticeVert_UserData::is_changed |
Definition at line 565 of file editlattice_select.c.
| float NearestLatticeVert_UserData::mval_fl[2] |
Definition at line 564 of file editlattice_select.c.
| bool NearestLatticeVert_UserData::select |
When true, the existing selection gets a disadvantage.
Definition at line 563 of file editlattice_select.c.