|
Blender V4.5
|
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< float3float3 > &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 () |
|
static |
Definition at line 52 of file node_geo_mesh_to_points.cc.
References blender::bke::MutableAttributeAccessor::add(), blender::fn::FieldEvaluator::add(), Geometry::attributes, BKE_pointcloud_new_nomain(), CD_PROP_FLOAT, blender::GSpan::data(), blender::bke::GAttributeReader::domain, blender::fn::FieldEvaluator::evaluate(), blender::bke::GSpanAttributeWriter::finish(), blender::array_utils::gather(), blender::bke::GeometrySet::gather_attributes_for_propagation(), blender::fn::FieldEvaluator::get_evaluated(), blender::fn::FieldEvaluator::get_evaluated_selection_as_mask(), blender::GVArrayCommon::get_internal_span(), blender::VArrayCommon< T >::get_internal_span(), blender::bke::GeometrySet::get_mesh(), init(), init(), blender::GVArrayCommon::is_span(), blender::VArrayCommon< T >::is_span(), blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::items(), blender::bke::GeometrySet::keep_only_during_modify(), blender::bke::AttributeAccessor::lookup(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write_only_span(), blender::bke::pointcloud_new_no_attributes(), blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::remove(), blender::bke::GeometrySet::remove_geometry_during_modify(), blender::bke::GeometrySet::replace_pointcloud(), blender::fn::FieldEvaluator::set_selection(), blender::bke::AttributeReader< T >::sharing_info, blender::bke::GAttributeReader::sharing_info, blender::index_mask::IndexMask::size(), blender::bke::GSpanAttributeWriter::span, blender::bke::AttributeReader< T >::varray, blender::bke::GAttributeReader::varray, and Mesh::verts_num.
Referenced by node_geo_exec().
|
static |
Definition at line 27 of file node_geo_mesh_to_points.cc.
References b, blender::nodes::decl::Bool::default_value, blender::nodes::decl::Float::default_value, min, node_declare(), NODE_DEFAULT_INPUT_POSITION_FIELD, and PROP_DISTANCE.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 142 of file node_geo_mesh_to_points.cc.
References blender::nodes::FieldOperation::Create(), GEO_NODE_MESH_TO_POINTS_CORNERS, GEO_NODE_MESH_TO_POINTS_EDGES, GEO_NODE_MESH_TO_POINTS_FACES, GEO_NODE_MESH_TO_POINTS_VERTICES, geometry_set_mesh_to_points(), blender::bke::GeometrySet::modify_geometry_sets(), and params.
Referenced by node_register().
Definition at line 45 of file node_geo_mesh_to_points.cc.
References data, GEO_NODE_MESH_TO_POINTS_VERTICES, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 40 of file node_geo_mesh_to_points.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 239 of file node_geo_mesh_to_points.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_MESH_TO_POINTS, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 202 of file node_geo_mesh_to_points.cc.
References GEO_NODE_MESH_TO_POINTS_CORNERS, GEO_NODE_MESH_TO_POINTS_EDGES, GEO_NODE_MESH_TO_POINTS_FACES, GEO_NODE_MESH_TO_POINTS_VERTICES, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().