|
Blender V4.5
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 11 of file node_geo_set_point_radius.cc.
References b, blender::nodes::SocketDeclaration::hide_value, PROP_DISTANCE, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 25 of file node_geo_set_point_radius.cc.
References blender::bke::GeometrySet::get_pointcloud_for_write(), blender::bke::GeometrySet::modify_geometry_sets(), params, blender::bke::Point, and blender::bke::try_capture_field_on_geometry().
Referenced by node_register().
|
static |
Definition at line 45 of file node_geo_set_point_radius.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_SET_POINT_RADIUS, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_geo_exec(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.