Blender V5.0
blender::nodes::node_geo_input_normal_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout_ex (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ node_declare()

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

Definition at line 12 of file node_geo_input_normal.cc.

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

Referenced by node_register().

◆ node_geo_exec()

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

Definition at line 26 of file node_geo_input_normal.cc.

References params.

Referenced by node_register().

◆ node_layout_ex()

void blender::nodes::node_geo_input_normal_cc::node_layout_ex ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 21 of file node_geo_input_normal.cc.

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

Referenced by node_register().

◆ node_register()