Blender V5.0
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 bke::AttrType data_type)
static const void * false_value (const bke::AttrType data_type)
static StringRef mesh_selection_name (const AttrDomain domain)
static GField get_selection_field (const eObjectMode object_mode, const bke::AttrType data_type)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ false_value()

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

◆ get_selection_field()

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

◆ mesh_selection_name()

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

◆ node_declare()

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()

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

◆ node_register()

◆ true_value()