|
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 | 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 51 of file node_geo_mesh_to_points.cc.
References blender::bke::MutableAttributeAccessor::add(), BKE_pointcloud_new_nomain(), CD_PROP_FLOAT, CustomData_free_layer_named(), blender::GSpan::data(), blender::bke::GAttributeReader::domain, blender::bke::GSpanAttributeWriter::finish(), blender::array_utils::gather(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::GVArrayCommon::get_internal_span(), blender::VArrayCommon< T >::get_internal_span(), blender::bke::GeometrySet::get_mesh(), init(), blender::GVArrayCommon::is_span(), blender::VArrayCommon< T >::is_span(), blender::bke::GeometrySet::keep_only_during_modify(), blender::bke::AttributeAccessor::lookup(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write_only_span(), blender::bke::GeometryComponent::Mesh, mesh, PointCloud::pdata, blender::bke::GeometryComponent::PointCloud, blender::bke::GeometrySet::remove_geometry_during_modify(), blender::bke::GeometrySet::replace_pointcloud(), blender::fn::FieldEvaluator::set_selection(), blender::bke::AttributeReader< T >::sharing_info, blender::bke::GAttributeReader::sharing_info, blender::VArrayCommon< T >::size(), blender::bke::GSpanAttributeWriter::span, PointCloud::totpoint, blender::bke::AttributeReader< T >::varray, and blender::bke::GAttributeReader::varray.
Referenced by node_geo_exec().
|
static |
Definition at line 26 of file node_geo_mesh_to_points.cc.
References b, blender::nodes::SocketDeclaration::hide_value, blender::bke::GeometryComponent::Mesh, blender::nodes::implicit_field_inputs::position(), PROP_DISTANCE, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 143 of file node_geo_mesh_to_points.cc.
References blender::fn::FieldOperation::Create(), 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(), NodeGeometryMeshToPoints::mode, blender::bke::GeometrySet::modify_geometry_sets(), and params.
Referenced by node_register().
|
static |
Definition at line 44 of file node_geo_mesh_to_points.cc.
References data, and GEO_NODE_MESH_TO_POINTS_VERTICES.
Referenced by node_register().
|
static |
Definition at line 39 of file node_geo_mesh_to_points.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 240 of file node_geo_mesh_to_points.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 203 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().