Blender V5.0
node_geo_mesh_to_points.cc File Reference

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