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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_init (bNodeTree *, bNode *node)
 
static Curvescreate_point_line_curve (const float3 start, const float3 end)
 
static Curvescreate_direction_line_curve (const float3 start, const float3 direction, const float length)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ create_direction_line_curve()

static Curves * blender::nodes::node_geo_curve_primitive_line_cc::create_direction_line_curve ( const float3 start,
const float3 direction,
const float length )
static

◆ create_point_line_curve()

static Curves * blender::nodes::node_geo_curve_primitive_line_cc::create_point_line_curve ( const float3 start,
const float3 end )
static

◆ node_declare()

◆ node_geo_exec()

◆ node_init()

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

Definition at line 63 of file node_geo_curve_primitive_line.cc.

References data, and GEO_NODE_CURVE_PRIMITIVE_LINE_MODE_POINTS.

Referenced by node_register().

◆ node_layout()

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

Definition at line 58 of file node_geo_curve_primitive_line.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

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