|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static bke::CurvesGeometry | fillet_curve (const bke::CurvesGeometry &src_curves, const GeometryNodeCurveFilletMode mode, const fn::FieldContext &field_context, const std::optional< Field< int > > &count_field, const Field< float > &radius_field, const bool limit_radius, const AttributeFilter &attribute_filter) |
| static void | fillet_grease_pencil (GreasePencil &grease_pencil, const GeometryNodeCurveFilletMode mode, const std::optional< Field< int > > &count_field, const Field< float > &radius_field, const bool limit_radius, const AttributeFilter &attribute_filter) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
Variables | |
| static EnumPropertyItem | mode_items [] |
|
static |
Definition at line 66 of file node_geo_curve_fillet.cc.
References blender::fn::FieldEvaluator::add(), blender::bke::CurvesGeometry::curves_range(), blender::fn::FieldEvaluator::evaluate(), blender::geometry::fillet_curves_bezier(), blender::geometry::fillet_curves_poly(), GEO_NODE_CURVE_FILLET_BEZIER, GEO_NODE_CURVE_FILLET_POLY, blender::fn::FieldEvaluator::get_evaluated(), and blender::bke::CurvesGeometry::points_num().
Referenced by fillet_grease_pencil(), and node_geo_exec().
|
static |
Definition at line 100 of file node_geo_curve_fillet.cc.
References blender::bke::Curve, fillet_curve(), blender::bke::CurvesGeometry::is_empty(), blender::bke::greasepencil::Drawing::strokes(), blender::bke::greasepencil::Drawing::strokes_for_write(), and blender::bke::greasepencil::Drawing::tag_topology_changed().
Referenced by node_geo_exec().
|
static |
Definition at line 32 of file node_geo_curve_fillet.cc.
References b, FLT_MAX, GEO_NODE_CURVE_FILLET_POLY, min, mode_items, blender::nodes::SocketDeclaration::optional_label, PROP_DISTANCE, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 131 of file node_geo_curve_fillet.cc.
References blender::bke::curves_copy_parameters(), blender::bke::curves_new_nomain(), fillet_curve(), fillet_grease_pencil(), blender::geometry::foreach_real_geometry(), GEO_NODE_CURVE_FILLET_POLY, Curves::geometry, blender::bke::GeometrySet::get_curves(), blender::bke::GeometrySet::get_grease_pencil_for_write(), blender::bke::GeometrySet::has_curves(), blender::bke::GeometrySet::has_grease_pencil(), params, blender::bke::Point, and blender::bke::GeometrySet::replace_curves().
Referenced by node_register().
Definition at line 60 of file node_geo_curve_fillet.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 173 of file node_geo_curve_fillet.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_FILLET_CURVE, 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(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 18 of file node_geo_curve_fillet.cc.
Referenced by node_declare().