Blender V4.3
blender::nodes::node_geo_mesh_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 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 node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ geometry_set_mesh_to_points()

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

◆ node_declare()

◆ node_geo_exec()

◆ node_init()

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

Definition at line 44 of file node_geo_mesh_to_points.cc.

References data, and GEO_NODE_MESH_TO_POINTS_VERTICES.

Referenced by node_register().

◆ node_layout()

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

Definition at line 39 of file node_geo_mesh_to_points.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

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