|
Blender V4.5
|
|
static |
Definition at line 159 of file node_geo_curve_fill.cc.
References cdts_to_mesh(), and blender::threading::parallel_for().
Referenced by cdts_to_mesh(), and curve_fill_calculate().
|
static |
Definition at line 246 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(), GeometrySet::from_mesh(), 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::MatBase< float, 4, 4 >::identity(), blender::bke::CurvesGeometry::is_empty(), 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 64 of file node_geo_curve_fill.cc.
References do_cdt(), blender::bke::CurvesGeometry::evaluated_points_by_curve(), blender::bke::CurvesGeometry::evaluated_positions(), blender::Span< T >::index_range(), blender::threading::parallel_for(), and blender::Span< T >::size().
Referenced by do_cdt(), and do_group_aware_cdt().
|
static |
Definition at line 88 of file node_geo_curve_fill.cc.
References do_cdt_with_mask(), blender::bke::CurvesGeometry::evaluated_points_by_curve(), blender::bke::CurvesGeometry::evaluated_positions(), faces, fill_curve_vert_indices(), blender::offset_indices::gather_selected_offsets(), i, blender::IndexRange::index_range(), input, mask(), blender::offset_indices::OffsetIndices< T >::size(), blender::offset_indices::OffsetIndices< T >::total_size(), x, and y.
Referenced by do_cdt_with_mask(), and do_group_aware_cdt().
|
static |
Definition at line 121 of file node_geo_curve_fill.cc.
References blender::fn::FieldEvaluator::add(), blender::bke::CurvesGeometry::curves_num(), do_cdt(), do_cdt_with_mask(), do_group_aware_cdt(), blender::fn::FieldEvaluator::evaluate(), IndexMask::from_group_ids(), blender::fn::FieldEvaluator::get_evaluated(), blender::VArrayCommon< T >::is_single(), mask(), blender::threading::parallel_for(), 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 53 of file node_geo_curve_fill.cc.
References faces, and blender::threading::parallel_for().
Referenced by do_cdt_with_mask().
|
static |
Definition at line 28 of file node_geo_curve_fill.cc.
References b, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 308 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 45 of file node_geo_curve_fill.cc.
References data, GEO_NODE_CURVE_FILL_MODE_TRIANGULATED, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 40 of file node_geo_curve_fill.cc.
References uiLayout::prop(), ptr, and UI_ITEM_R_EXPAND.
Referenced by node_register().
|
static |
Definition at line 339 of file node_geo_curve_fill.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_FILL_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(), node_layout(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().
|
static |
Definition at line 322 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().