|
Blender V5.0
|
#include <ED_select_utils.hh>
Public Attributes | |
| eSelectOp | sel_op = SEL_OP_SET |
| bool | deselect_all = false |
| bool | select_passthrough = false |
Argument passed to picking functions.
Definition at line 78 of file ED_select_utils.hh.
| bool SelectPick_Params::deselect_all = false |
Deselect all, even when there is nothing found at the cursor location.
Definition at line 88 of file ED_select_utils.hh.
| eSelectOp SelectPick_Params::sel_op = SEL_OP_SET |
Definition at line 86 of file ED_select_utils.hh.
| bool SelectPick_Params::select_passthrough = false |
When selecting an element that is already selected, do nothing (passthrough). don't even make it active. Use to implement tweaking to move the selection without first de-selecting.
Definition at line 94 of file ED_select_utils.hh.