|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | set_radius (bke::CurvesGeometry &curves, const fn::FieldContext &field_context, const Field< bool > &selection, const Field< float > &radius) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 14 of file node_geo_set_curve_radius.cc.
References b, blender::nodes::decl::Float::default_value, blender::nodes::SocketDeclaration::hide_value, min, and PROP_DISTANCE.
Referenced by node_register().
|
static |
Definition at line 43 of file node_geo_set_curve_radius.cc.
References blender::geometry::foreach_real_geometry(), blender::bke::GeometrySet::get_curves_for_write(), blender::bke::GeometrySet::get_grease_pencil_for_write(), params, blender::bke::Point, set_radius(), and blender::bke::greasepencil::Drawing::strokes_for_write().
Referenced by node_register().
|
static |
Definition at line 74 of file node_geo_set_curve_radius.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_SET_CURVE_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.
|
static |
Definition at line 30 of file node_geo_set_curve_radius.cc.
References blender::bke::CurvesGeometry::attributes_for_write(), blender::bke::Point, and blender::bke::try_capture_field_on_geometry().
Referenced by node_geo_exec().