Blender  V3.3
Public Attributes | List of all members
SelectPick_Params Struct Reference

#include <ED_select_utils.h>

Public Attributes

eSelectOp sel_op
 
bool deselect_all
 
bool select_passthrough
 

Detailed Description

Argument passed to picking functions.

Definition at line 78 of file ED_select_utils.h.

Member Data Documentation

◆ deselect_all

bool SelectPick_Params::deselect_all

Deselect all, even when there is nothing found at the cursor location.

Definition at line 88 of file ED_select_utils.h.

◆ sel_op

eSelectOp SelectPick_Params::sel_op

Definition at line 86 of file ED_select_utils.h.

Referenced by blender::ed::space_node::do_lasso_select_node(), ED_select_circle_get_name(), blender::ed::space_node::node_box_select_exec(), blender::ed::space_node::node_circleselect_exec(), and blender::ed::space_node::node_lasso_select_exec().

◆ select_passthrough

bool SelectPick_Params::select_passthrough

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.h.


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