|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | add_instances_from_component (bke::Instances &dst_component, const AttributeAccessor &src_attributes, const GeometrySet &instance, const fn::FieldContext &field_context, const GeoNodeExecParams ¶ms, const Map< StringRef, AttributeKind > &attributes_to_propagate) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 46 of file node_geo_instance_on_points.cc.
References blender::bke::MutableAttributeAccessor::add(), blender::bke::Instances::add_reference(), blender::bke::Instances::attributes_for_write(), blender::bke::AttributeAccessor::contains(), blender::GSpan::data(), blender::bke::AttributeAccessor::domain_size(), blender::bke::GSpanAttributeWriter::finish(), blender::math::from_loc_rot_scale(), blender::array_utils::gather(), blender::VArrayCommon< T >::get_internal_single(), blender::GVArrayCommon::get_internal_span(), blender::Span< T >::index_range(), indices, init(), blender::bke::Instances::instances_num(), blender::VArrayCommon< T >::is_single(), blender::GVArrayCommon::is_span(), blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::items(), blender::bke::AttributeAccessor::lookup(), blender::bke::MutableAttributeAccessor::lookup_for_write_span(), mod_i(), mul_m4_m4_post(), params, blender::MatBase< T, NumCol, NumRow, Alignment >::ptr(), blender::bke::Instances::reference_handles_for_write(), blender::Array< T, InlineBufferCapacity, Allocator >::reinitialize(), blender::bke::Instances::resize(), blender::bke::GAttributeReader::sharing_info, blender::GVArrayCommon::size(), blender::Span< T >::size(), blender::GMutableSpan::slice(), blender::MutableSpan< T >::slice(), blender::bke::GSpanAttributeWriter::span, TIP_, blender::bke::Instances::transforms_for_write(), and blender::bke::GAttributeReader::varray.
Referenced by node_geo_exec().
|
static |
Definition at line 21 of file node_geo_instance_on_points.cc.
References b, blender::nodes::implicit_field_inputs::id_or_index(), and PROP_XYZ.
Referenced by node_register().
|
static |
Definition at line 184 of file node_geo_instance_on_points.cc.
References add_instances_from_component(), blender::bke::CurvesGeometry::attributes(), blender::bke::GeometryComponent::attributes(), blender::bke::GeometryComponent::Curve, blender::bke::CurvesGeometry::curves_num(), blender::bke::Editable, blender::bke::GeometrySet::ensure_owns_direct_data(), blender::bke::GeometrySet::from_instances(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::bke::GeometrySet::get_component(), blender::bke::GeometrySet::get_component_for_write(), blender::bke::InstancesComponent::get_for_write(), blender::bke::GeometrySet::get_grease_pencil(), blender::bke::GeometrySet::get_instances_for_write(), blender::bke::GeometrySet::has(), blender::bke::GeometrySet::has_grease_pencil(), blender::MatBase< float, 4, 4 >::identity(), blender::bke::GeometryComponent::Instance, blender::geometry::join_geometries(), blender::bke::GeometryComponent::Mesh, blender::bke::GeometrySet::modify_geometry_sets(), params, blender::bke::GeometryComponent::PointCloud, blender::bke::GeometrySet::propagate_attributes_from_layer_to_instances(), blender::bke::InstancesComponent::release(), blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::remove(), blender::bke::GeometrySet::remove_geometry_during_modify(), blender::bke::InstancesComponent::replace(), blender::bke::GeometrySet::replace_grease_pencil(), blender::bke::greasepencil::Drawing::strokes(), and types.
Referenced by node_register().
|
static |
Definition at line 286 of file node_geo_instance_on_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().