Blender V4.3
blender::nodes::node_geo_tool_set_selection_cc Namespace Reference

Enumerations

enum class  SelectionType { Boolean = 0 , Float = 1 }
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_init (bNodeTree *, bNode *node)
 
static GField clamp_selection (const GField &selection)
 
static GField invert_selection (const GField &selection)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Enumeration Type Documentation

◆ SelectionType

Warning
Values are stored in files.
Enumerator
Boolean 
Float 

Definition at line 20 of file node_geo_tool_set_selection.cc.

Function Documentation

◆ clamp_selection()

static GField blender::nodes::node_geo_tool_set_selection_cc::clamp_selection ( const GField & selection)
static

◆ invert_selection()

static GField blender::nodes::node_geo_tool_set_selection_cc::invert_selection ( const GField & selection)
static

◆ node_declare()

static void blender::nodes::node_geo_tool_set_selection_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 25 of file node_geo_tool_set_selection.cc.

References b, Boolean, and Float.

Referenced by node_register().

◆ node_geo_exec()

static void blender::nodes::node_geo_tool_set_selection_cc::node_geo_exec ( GeoNodeExecParams params)
static

◆ node_init()

static void blender::nodes::node_geo_tool_set_selection_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 47 of file node_geo_tool_set_selection.cc.

References Boolean.

Referenced by node_register().

◆ node_layout()

static void blender::nodes::node_geo_tool_set_selection_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 41 of file node_geo_tool_set_selection.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

static void blender::nodes::node_geo_tool_set_selection_cc::node_rna ( StructRNA * srna)
static