|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static Curves * | create_point_line_curve (const float3 start, const float3 end) |
| static Curves * | create_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 () |
|
static |
Definition at line 82 of file node_geo_curve_primitive_line.cc.
References CURVE_TYPE_POLY, blender::bke::curves_new_nomain_single(), Curves::geometry, and blender::math::normalize().
Referenced by node_geo_exec().
|
static |
Definition at line 71 of file node_geo_curve_primitive_line.cc.
References CURVE_TYPE_POLY, blender::bke::curves_new_nomain_single(), and Curves::geometry.
Referenced by node_geo_exec().
|
static |
Definition at line 18 of file node_geo_curve_primitive_line.cc.
References b, blender::nodes::SocketDeclaration::description, GEO_NODE_CURVE_PRIMITIVE_LINE_MODE_DIRECTION, GEO_NODE_CURVE_PRIMITIVE_LINE_MODE_POINTS, blender::nodes::SocketDeclaration::make_available(), NodeGeometryCurvePrimitiveLine::mode, node, PROP_DISTANCE, PROP_TRANSLATION, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 95 of file node_geo_curve_primitive_line.cc.
References create_direction_line_curve(), create_point_line_curve(), blender::bke::GeometrySet::from_curves(), GEO_NODE_CURVE_PRIMITIVE_LINE_MODE_DIRECTION, GEO_NODE_CURVE_PRIMITIVE_LINE_MODE_POINTS, NodeGeometryCurvePrimitiveLine::mode, and params.
Referenced by node_register().
|
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().
|
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().
|
static |
Definition at line 139 of file node_geo_curve_primitive_line.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 114 of file node_geo_curve_primitive_line.cc.
References GEO_NODE_CURVE_PRIMITIVE_LINE_MODE_DIRECTION, GEO_NODE_CURVE_PRIMITIVE_LINE_MODE_POINTS, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().