|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| 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_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 63 of file node_geo_curve_fillet.cc.
References blender::bke::CurvesGeometry::curves_range(), blender::geometry::fillet_curves_bezier(), blender::geometry::fillet_curves_poly(), GEO_NODE_CURVE_FILLET_BEZIER, GEO_NODE_CURVE_FILLET_POLY, and blender::bke::CurvesGeometry::points_num().
Referenced by fillet_grease_pencil(), and node_geo_exec().
|
static |
Definition at line 97 of file node_geo_curve_fillet.cc.
References fillet_curve(), blender::bke::CurvesGeometry::points_num(), 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 22 of file node_geo_curve_fillet.cc.
References b, blender::bke::GeometryComponent::Curve, FLT_MAX, GEO_NODE_CURVE_FILLET_POLY, blender::bke::GeometryComponent::GreasePencil, blender::nodes::SocketDeclaration::make_available(), min, NodeGeometryCurveFillet::mode, PROP_DISTANCE, and blender::nodes::decl::Float::subtype.
Referenced by node_register().
|
static |
Definition at line 128 of file node_geo_curve_fillet.cc.
References blender::bke::curves_copy_parameters(), blender::bke::curves_new_nomain(), fillet_curve(), fillet_grease_pencil(), 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(), blender::bke::GeometrySet::modify_geometry_sets(), params, and blender::bke::GeometrySet::replace_curves().
Referenced by node_register().
|
static |
Definition at line 56 of file node_geo_curve_fillet.cc.
References data, and GEO_NODE_CURVE_FILLET_BEZIER.
Referenced by node_register().
|
static |
Definition at line 51 of file node_geo_curve_fillet.cc.
References ptr, UI_ITEM_R_EXPAND, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 196 of file node_geo_curve_fillet.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, 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, and ExtensionRNA::srna.
|
static |
Definition at line 171 of file node_geo_curve_fillet.cc.
References GEO_NODE_CURVE_FILLET_BEZIER, GEO_NODE_CURVE_FILLET_POLY, NOD_storage_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by node_register().