|
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 void | node_update (bNodeTree *ntree, bNode *node) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 24 of file node_geo_mesh_primitive_line.cc.
References b, blender::nodes::SocketDeclaration::description, PROP_DISTANCE, PROP_TRANSLATION, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 91 of file node_geo_mesh_primitive_line.cc.
References GEO_NODE_MESH_LINE_COUNT_RESOLUTION, GEO_NODE_MESH_LINE_MODE_END_POINTS, GEO_NODE_MESH_LINE_MODE_OFFSET, IFACE_, blender::nodes::NodeDeclaration::outputs, params, blender::nodes::search_link_ops_for_declarations(), SOCK_FLOAT, and SOCK_OUT.
Referenced by node_register().
|
static |
Definition at line 129 of file node_geo_mesh_primitive_line.cc.
References BKE_id_material_eval_ensure_default_slot(), count, NodeGeometryMeshLine::count_mode, blender::geometry::create_line_mesh(), float, blender::bke::GeometrySet::from_mesh(), GEO_NODE_MESH_LINE_COUNT_RESOLUTION, GEO_NODE_MESH_LINE_COUNT_TOTAL, GEO_NODE_MESH_LINE_MODE_END_POINTS, GEO_NODE_MESH_LINE_MODE_OFFSET, blender::math::length(), NodeGeometryMeshLine::mode, blender::math::normalize(), and params.
Referenced by node_register().
|
static |
Definition at line 55 of file node_geo_mesh_primitive_line.cc.
References NodeGeometryMeshLine::count_mode, GEO_NODE_MESH_LINE_COUNT_TOTAL, GEO_NODE_MESH_LINE_MODE_OFFSET, and NodeGeometryMeshLine::mode.
Referenced by node_register().
|
static |
Definition at line 45 of file node_geo_mesh_primitive_line.cc.
References GEO_NODE_MESH_LINE_MODE_END_POINTS, ptr, RNA_enum_get(), UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by node_register().
|
static |
Definition at line 221 of file node_geo_mesh_primitive_line.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, 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_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), node_update(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, and blender::bke::bNodeType::updatefunc.
|
static |
Definition at line 174 of file node_geo_mesh_primitive_line.cc.
References GEO_NODE_MESH_LINE_COUNT_RESOLUTION, GEO_NODE_MESH_LINE_COUNT_TOTAL, GEO_NODE_MESH_LINE_MODE_END_POINTS, GEO_NODE_MESH_LINE_MODE_OFFSET, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().
|
static |
Definition at line 65 of file node_geo_mesh_primitive_line.cc.
References NodeGeometryMeshLine::count_mode, GEO_NODE_MESH_LINE_COUNT_RESOLUTION, GEO_NODE_MESH_LINE_COUNT_TOTAL, GEO_NODE_MESH_LINE_MODE_END_POINTS, GEO_NODE_MESH_LINE_MODE_OFFSET, NodeGeometryMeshLine::mode, N_, bNodeSocket::next, blender::bke::node_set_socket_availability(), and node_sock_label().
Referenced by node_register().