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

Enumerations

enum class  Mode : int8_t { Edges = 0 , Faces = 1 }

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

◆ Mode

Enumerator
Edges 
Faces 

Definition at line 19 of file node_geo_mesh_to_curve.cc.

Function Documentation

◆ node_declare()

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

◆ node_geo_exec()

◆ node_layout()

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

Definition at line 33 of file node_geo_mesh_to_curve.cc.

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

Referenced by node_register().

◆ node_register()

◆ node_rna()

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