Blender V4.3
node_geo_mesh_to_points.cc File Reference
#include "BLI_array_utils.hh"
#include "BLI_task.hh"
#include "DNA_mesh_types.h"
#include "DNA_pointcloud_types.h"
#include "BKE_attribute_math.hh"
#include "BKE_customdata.hh"
#include "BKE_pointcloud.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_mesh_to_points_cc
 

Functions

static void blender::nodes::node_geo_mesh_to_points_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_mesh_to_points_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_geo_mesh_to_points_cc::node_init (bNodeTree *, bNode *node)
 
static void blender::nodes::node_geo_mesh_to_points_cc::geometry_set_mesh_to_points (GeometrySet &geometry_set, const Field< float3 > &position_field, const Field< float > &radius_field, const Field< bool > &selection_field, const AttrDomain domain, const AttributeFilter &attribute_filter)
 
static void blender::nodes::node_geo_mesh_to_points_cc::node_geo_exec (GeoNodeExecParams params)
 
static void blender::nodes::node_geo_mesh_to_points_cc::node_rna (StructRNA *srna)
 
static void blender::nodes::node_geo_mesh_to_points_cc::node_register ()