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, MutableAttributeAccessor point_attributes) |
| |
| static PointCloud * | blender::nodes::node_geo_curve_to_points_cc::pointcloud_from_curves (bke::CurvesGeometry curves, const std::optional< StringRef > &tangent_id, const std::optional< StringRef > &normal_id, const std::optional< StringRef > &rotation_id) |
| |
| static void | blender::nodes::node_geo_curve_to_points_cc::curve_to_points (GeometrySet &geometry_set, GeoNodeExecParams params, const GeometryNodeCurveResampleMode mode, geometry::ResampleCurvesOutputAttributeIDs resample_attributes, const std::optional< StringRef > &rotation_anonymous_id) |
| |
| static void | blender::nodes::node_geo_curve_to_points_cc::grease_pencil_to_points (GeometrySet &geometry_set, GeoNodeExecParams params, const GeometryNodeCurveResampleMode mode, geometry::ResampleCurvesOutputAttributeIDs resample_attributes, const std::optional< StringRef > &rotation_anonymous_id, const AttributeFilter &attribute_filter) |
| |
| 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 () |
| |