|
Blender V4.3
|
Classes | |
| class | PathToEdgeSelectionFieldInput |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | edge_paths_to_selection (const Mesh &src_mesh, const IndexMask &start_selection, const Span< int > next_indices, MutableSpan< bool > r_edge_selection) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 24 of file node_geo_edge_paths_to_selection.cc.
References blender::IndexRange::contains(), blender::index_mask::IndexMask::foreach_index(), blender::threading::parallel_for(), UNLIKELY, and Mesh::verts_num.
Referenced by blender::nodes::node_geo_edge_paths_to_selection_cc::PathToEdgeSelectionFieldInput::get_varray_for_context().
|
static |
Definition at line 17 of file node_geo_edge_paths_to_selection.cc.
References b, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 122 of file node_geo_edge_paths_to_selection.cc.
References node_geo_exec(), and params.
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 131 of file node_geo_edge_paths_to_selection.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_INPUT, node_declare(), node_geo_exec(), node_register(), blender::bke::node_register_type(), and blender::bke::node_type_size().
Referenced by node_register().