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

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_init (bNodeTree *, bNode *node)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void node_rna (StructRNA *srna)
static void node_register ()

Function Documentation

◆ node_declare()

◆ node_init()

void blender::nodes::node_geo_gizmo_linear_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 26 of file node_geo_gizmo_linear.cc.

References MEM_callocN(), and bNode::storage.

Referenced by node_register().

◆ node_layout()

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

Definition at line 32 of file node_geo_gizmo_linear.cc.

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

Referenced by node_register().

◆ node_register()

◆ node_rna()