Blender V4.5
blender::nodes::node_geo_remove_attribute_cc Namespace Reference

Enumerations

enum class  PatternMode { Exact , Wildcard }

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_geo_exec (GeoNodeExecParams params)
static void node_rna (StructRNA *srna)
static void node_register ()

Enumeration Type Documentation

◆ PatternMode

Enumerator
Exact 
Wildcard 

Definition at line 16 of file node_geo_remove_attribute.cc.

Function Documentation

◆ node_declare()

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

Definition at line 21 of file node_geo_remove_attribute.cc.

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

Referenced by node_register().

◆ node_geo_exec()

◆ node_layout()

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

Definition at line 31 of file node_geo_remove_attribute.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by node_register().

◆ node_register()

◆ node_rna()

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