|
Blender V5.0
|
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 bke::GeometrySet::GatheredAttributes &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(), ELEM, blender::bke::GSpanAttributeWriter::finish(), blender::index_mask::IndexMask::foreach_index(), blender::math::from_loc_rot_scale(), blender::array_utils::gather(), blender::bke::GeometrySet::get_instances(), blender::VArrayCommon< T >::get_internal_single(), blender::GVArrayCommon::get_internal_span(), blender::bke::GeometrySet::has_realized_data(), i, blender::index_mask::IndexMask::index_range(), blender::Span< T >::index_range(), indices, blender::nodes::Info, init(), init(), blender::bke::Instances::instances_num(), blender::index_mask::IndexMask::is_empty(), blender::VArrayCommon< T >::is_single(), blender::GVArrayCommon::is_span(), blender::bke::GeometrySet::GatheredAttributes::kinds, blender::bke::AttributeAccessor::lookup(), blender::bke::MutableAttributeAccessor::lookup_for_write_span(), mod_i(), mul_m4_m4_post(), blender::bke::GeometrySet::GatheredAttributes::names, 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::IndexRange::size(), blender::Span< T >::size(), blender::GMutableSpan::slice(), 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, NODE_DEFAULT_INPUT_ID_INDEX_FIELD, and PROP_XYZ.
Referenced by node_register().
|
static |
Definition at line 187 of file node_geo_instance_on_points.cc.
References blender::bke::Instances::add_instance(), add_instances_from_component(), blender::bke::Instances::add_reference(), blender::bke::CurvesGeometry::attributes(), blender::bke::GeometryComponent::attributes(), blender::bke::Instances::attributes_for_write(), blender::bke::copy_attributes(), blender::bke::GeometrySet::ensure_owns_direct_data(), blender::geometry::foreach_real_geometry(), blender::nodes::GeometrySet::from_instances(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::bke::GeometrySet::get_component(), blender::bke::GeometrySet::get_component_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::bke::Instance, blender::bke::CurvesGeometry::is_empty(), blender::geometry::join_geometries(), blender::bke::GeometrySet::keep_only(), blender::bke::Layer, blender::bke::greasepencil::Layer::local_transform(), params, blender::bke::GeometrySet::replace_instances(), blender::bke::greasepencil::Drawing::strokes(), and types.
Referenced by node_register().
|
static |
Definition at line 281 of file node_geo_instance_on_points.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_INSTANCE_ON_POINTS, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.