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

Classes

class  EditSelectionFieldInput
 
class  SculptSelectionFieldInput
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static const void * true_value (const eCustomDataType data_type)
 
static const void * false_value (const eCustomDataType data_type)
 
static StringRef mesh_selection_name (const AttrDomain domain)
 
static GField get_selection_field (const eObjectMode object_mode, const eCustomDataType data_type)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_register ()
 

Function Documentation

◆ false_value()

static const void * blender::nodes::node_geo_tool_selection_cc::false_value ( const eCustomDataType data_type)
static

◆ get_selection_field()

static GField blender::nodes::node_geo_tool_selection_cc::get_selection_field ( const eObjectMode object_mode,
const eCustomDataType data_type )
static

◆ mesh_selection_name()

static StringRef blender::nodes::node_geo_tool_selection_cc::mesh_selection_name ( const AttrDomain domain)
static

◆ node_declare()

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

Definition at line 11 of file node_geo_tool_selection.cc.

References b, and blender::nodes::SocketDeclaration::description.

Referenced by node_register().

◆ node_geo_exec()

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

◆ node_register()

◆ true_value()