|
Blender V5.0
|
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 | geometry_set_mesh_to_points (GeometrySet &geometry_set, const Field< float3 > &position_field, const Field< float > &radius_field, const Field< bool > &selection_field, const AttrDomain domain, const AttributeFilter &attribute_filter) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 56 of file node_geo_mesh_to_points.cc.
References blender::bke::MutableAttributeAccessor::add(), blender::fn::FieldEvaluator::add(), Geometry::attributes, BKE_pointcloud_new_nomain(), blender::GSpan::data(), blender::bke::GAttributeReader::domain, ELEM, blender::fn::FieldEvaluator::evaluate(), blender::bke::GSpanAttributeWriter::finish(), blender::bke::SpanAttributeWriter< T >::finish(), blender::array_utils::gather(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::fn::FieldEvaluator::get_evaluated(), blender::fn::FieldEvaluator::get_evaluated_selection_as_mask(), blender::GVArrayCommon::get_internal_span(), blender::VArrayCommon< T >::get_internal_span(), blender::bke::GeometrySet::get_mesh(), i, init(), init(), blender::GVArrayCommon::is_span(), blender::VArrayCommon< T >::is_span(), blender::bke::GeometrySet::keep_only(), blender::bke::GeometrySet::GatheredAttributes::kinds, blender::bke::AttributeAccessor::lookup(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write_only_span(), blender::bke::GeometrySet::GatheredAttributes::names, blender::bke::pointcloud_new_no_attributes(), blender::bke::GeometrySet::replace_pointcloud(), blender::fn::FieldEvaluator::set_selection(), blender::bke::AttributeReader< T >::sharing_info, blender::bke::GAttributeReader::sharing_info, blender::index_mask::IndexMask::size(), blender::bke::GSpanAttributeWriter::span, blender::bke::SpanAttributeWriter< T >::span, blender::bke::AttributeReader< T >::varray, blender::bke::GAttributeReader::varray, and Mesh::verts_num.
Referenced by node_geo_exec().
|
static |
Definition at line 29 of file node_geo_mesh_to_points.cc.
References b, blender::nodes::decl::Bool::default_value, blender::nodes::decl::Float::default_value, min, node_declare(), NODE_DEFAULT_INPUT_POSITION_FIELD, and PROP_DISTANCE.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 147 of file node_geo_mesh_to_points.cc.
References blender::geometry::foreach_real_geometry(), blender::nodes::FieldOperation::from(), GEO_NODE_MESH_TO_POINTS_CORNERS, GEO_NODE_MESH_TO_POINTS_EDGES, GEO_NODE_MESH_TO_POINTS_FACES, GEO_NODE_MESH_TO_POINTS_VERTICES, geometry_set_mesh_to_points(), and params.
Referenced by node_register().
Definition at line 49 of file node_geo_mesh_to_points.cc.
References data, GEO_NODE_MESH_TO_POINTS_VERTICES, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 44 of file node_geo_mesh_to_points.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 244 of file node_geo_mesh_to_points.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_MESH_TO_POINTS, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, 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, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 207 of file node_geo_mesh_to_points.cc.
References GEO_NODE_MESH_TO_POINTS_CORNERS, GEO_NODE_MESH_TO_POINTS_EDGES, GEO_NODE_MESH_TO_POINTS_FACES, GEO_NODE_MESH_TO_POINTS_VERTICES, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().