Blender V4.3
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()

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

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

Definition at line 28 of file node_geo_remove_attribute.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

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