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

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

Function Documentation

◆ node_declare()

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

Definition at line 12 of file node_geo_input_material.cc.

References b.

Referenced by node_register().

◆ node_geo_exec()

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

Definition at line 22 of file node_geo_input_material.cc.

References params.

Referenced by node_register().

◆ node_layout()

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

Definition at line 17 of file node_geo_input_material.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()