Go to the source code of this file.
|
| static void | blender::nodes::node_geo_curve_to_points_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_geo_curve_to_points_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | blender::nodes::node_geo_curve_to_points_cc::node_init (bNodeTree *, bNode *node) |
| static 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 void | blender::nodes::node_geo_curve_to_points_cc::copy_curve_domain_attributes (const AttributeAccessor curve_attributes, const AttributeFilter &attribute_filter, MutableAttributeAccessor point_attributes) |
| static PointCloud * | blender::nodes::node_geo_curve_to_points_cc::curves_to_points (const bke::CurvesGeometry &curves, const AttributeFilter &attribute_filter, const geometry::ResampleCurvesOutputAttributeIDs &resample_attributes, const std::optional< StringRef > &rotation_id) |
| static void | blender::nodes::node_geo_curve_to_points_cc::layer_pointclouds_to_instances (const Span< PointCloud * > pointcloud_by_layer, const AttributeFilter &attribute_filter, GeometrySet &geometry) |
| static void | blender::nodes::node_geo_curve_to_points_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_curve_to_points_cc::node_rna (StructRNA *srna) |
| static void | blender::nodes::node_geo_curve_to_points_cc::node_register () |