|
Blender V4.3
|
|
static |
Definition at line 158 of file node_geo_curve_fill.cc.
References cdts_to_mesh().
Referenced by cdts_to_mesh(), and curve_fill_calculate().
|
static |
Definition at line 245 of file node_geo_curve_fill.cc.
References CDT_CONSTRAINTS_VALID_BMESH_WITH_HOLES, CDT_INSIDE_WITH_HOLES, cdts_to_mesh(), curve_fill_calculate(), blender::bke::CurvesGeometry::curves_num(), do_group_aware_cdt(), GEO_NODE_CURVE_FILL_MODE_NGONS, Curves::geometry, blender::bke::GeometrySet::get_component_for_write(), blender::bke::GeometrySet::get_curves(), blender::bke::InstancesComponent::get_for_write(), blender::bke::GeometrySet::get_grease_pencil(), blender::bke::GeometrySet::has_curves(), blender::bke::GeometrySet::has_grease_pencil(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), blender::bke::InstancesComponent::replace(), blender::bke::GeometrySet::replace_curves(), blender::bke::GeometrySet::replace_grease_pencil(), blender::bke::GeometrySet::replace_mesh(), and blender::bke::greasepencil::Drawing::strokes().
Referenced by curve_fill_calculate(), and node_geo_exec().
|
static |
Definition at line 63 of file node_geo_curve_fill.cc.
References do_cdt().
Referenced by do_cdt(), and do_group_aware_cdt().
|
static |
Definition at line 87 of file node_geo_curve_fill.cc.
References delaunay_2d_calc(), do_cdt_with_mask(), faces, fill_curve_vert_indices(), blender::IndexRange::index_range(), blender::meshintersect::CDT_input< T >::need_ids, blender::offset_indices::OffsetIndices< T >::size(), and blender::offset_indices::OffsetIndices< T >::total_size().
Referenced by do_cdt_with_mask(), and do_group_aware_cdt().
|
static |
Definition at line 120 of file node_geo_curve_fill.cc.
References blender::fn::FieldEvaluator::add(), do_cdt(), do_cdt_with_mask(), do_group_aware_cdt(), blender::VArrayCommon< T >::is_single(), range, blender::VArrayCommon< T >::size(), and blender::Vector< T, InlineBufferCapacity, Allocator >::size().
Referenced by curve_fill_calculate(), and do_group_aware_cdt().
|
static |
Definition at line 52 of file node_geo_curve_fill.cc.
References blender::threading::parallel_for().
Referenced by do_cdt_with_mask().
|
static |
Definition at line 27 of file node_geo_curve_fill.cc.
References b, blender::bke::GeometryComponent::Curve, blender::bke::GeometryComponent::GreasePencil, and blender::nodes::SocketDeclaration::hide_value.
Referenced by node_register().
|
static |
Definition at line 307 of file node_geo_curve_fill.cc.
References curve_fill_calculate(), blender::bke::GeometrySet::modify_geometry_sets(), node_geo_exec(), and params.
Referenced by node_geo_exec(), and node_register().
Definition at line 44 of file node_geo_curve_fill.cc.
References data, and GEO_NODE_CURVE_FILL_MODE_TRIANGULATED.
Referenced by node_register().
|
static |
Definition at line 39 of file node_geo_curve_fill.cc.
References ptr, UI_ITEM_R_EXPAND, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 338 of file node_geo_curve_fill.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(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
Referenced by node_register().
|
static |
Definition at line 321 of file node_geo_curve_fill.cc.
References GEO_NODE_CURVE_FILL_MODE_NGONS, GEO_NODE_CURVE_FILL_MODE_TRIANGULATED, NOD_storage_enum_accessors, node_rna(), and blender::nodes::RNA_def_node_enum().
Referenced by node_register(), and node_rna().