Blender V4.3
node_geo_curve_to_points.cc File Reference
#include "BLI_array.hh"
#include "BLI_math_matrix.hh"
#include "BLI_task.hh"
#include "DNA_pointcloud_types.h"
#include "BKE_customdata.hh"
#include "BKE_grease_pencil.hh"
#include "BKE_instances.hh"
#include "BKE_pointcloud.hh"
#include "GEO_join_geometries.hh"
#include "GEO_resample_curves.hh"
#include "NOD_rna_define.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_curve_to_points_cc
 

Functions

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 PointCloudblender::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 ()