|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | convert_instances_to_points (GeometrySet &geometry_set, Field< float3 > position_field, Field< float > radius_field, Field< bool > selection_field, const AttributeFilter &attribute_filter) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 30 of file node_geo_instances_to_points.cc.
References blender::bke::MutableAttributeAccessor::add(), BKE_pointcloud_new_nomain(), blender::GSpan::data(), blender::bke::GSpanAttributeWriter::finish(), blender::bke::SpanAttributeWriter< T >::finish(), blender::array_utils::gather(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::bke::GeometrySet::get_instances(), blender::GVArrayCommon::get_internal_span(), init(), blender::bke::GeometryComponent::Instance, blender::GVArrayCommon::is_span(), blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::items(), blender::bke::AttributeAccessor::lookup(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write_only_span(), blender::bke::GeometryComponent::PointCloud, blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::remove(), blender::bke::GeometrySet::replace_pointcloud(), blender::fn::FieldEvaluator::set_selection(), blender::bke::GAttributeReader::sharing_info, blender::bke::GSpanAttributeWriter::span, blender::bke::SpanAttributeWriter< T >::span, and blender::bke::GAttributeReader::varray.
Referenced by node_geo_exec().
|
static |
Definition at line 17 of file node_geo_instances_to_points.cc.
References b, blender::nodes::SocketDeclaration::hide_value, blender::nodes::implicit_field_inputs::position(), PROP_DISTANCE, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 92 of file node_geo_instances_to_points.cc.
References convert_instances_to_points(), blender::bke::GeometryComponent::Edit, blender::bke::GeometrySet::has_instances(), blender::bke::GeometrySet::keep_only(), params, and blender::bke::GeometryComponent::PointCloud.
Referenced by node_register().
|
static |
Definition at line 110 of file node_geo_instances_to_points.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), and blender::bke::node_register_type().