Blender V5.0
blender::nodes::node_geo_curve_to_points_cc Namespace Reference

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 fill_rotation_attribute (const Span< float3 > tangents, const Span< float3 > normals, MutableSpan< math::Quaternion > rotations)
static void copy_curve_domain_attributes (const AttributeAccessor curve_attributes, const AttributeFilter &attribute_filter, MutableAttributeAccessor point_attributes)
static PointCloudcurves_to_points (const bke::CurvesGeometry &curves, const AttributeFilter &attribute_filter, const geometry::ResampleCurvesOutputAttributeIDs &resample_attributes, const std::optional< StringRef > &rotation_id)
static void layer_pointclouds_to_instances (const Span< PointCloud * > pointcloud_by_layer, const AttributeFilter &attribute_filter, GeometrySet &geometry)
static void node_geo_exec (GeoNodeExecParams params)
static void node_rna (StructRNA *srna)
static void node_register ()

Function Documentation

◆ copy_curve_domain_attributes()

◆ curves_to_points()

◆ fill_rotation_attribute()

void blender::nodes::node_geo_curve_to_points_cc::fill_rotation_attribute ( const Span< float3 > tangents,
const Span< float3 > normals,
MutableSpan< math::Quaternion > rotations )
static

◆ layer_pointclouds_to_instances()

◆ node_declare()

◆ node_geo_exec()

◆ node_init()

void blender::nodes::node_geo_curve_to_points_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 70 of file node_geo_curve_to_points.cc.

References data, GEO_NODE_CURVE_RESAMPLE_COUNT, MEM_callocN(), and bNode::storage.

Referenced by node_register().

◆ node_layout()

void blender::nodes::node_geo_curve_to_points_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 65 of file node_geo_curve_to_points.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by node_register().

◆ node_register()

◆ node_rna()

void blender::nodes::node_geo_curve_to_points_cc::node_rna ( StructRNA * srna)
static