|
Blender V4.3
|
#include "BKE_attribute.hh"#include "BKE_curves_utils.hh"#include "WM_api.hh"#include "WM_types.hh"#include "ED_curves.hh"#include "DEG_depsgraph.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::curves |
Functions | |
| static Span< int > | blender::ed::curves::compress_intervals (const Span< IndexRange > curve_interval_ranges, MutableSpan< int > intervals) |
| static bool | blender::ed::curves::handle_range (const int curve_index, const int interval_offset, const Span< int > offsets, int ¤t_interval, IndexRange &range, MutableSpan< int > curve_intervals, MutableSpan< bool > is_first_selected) |
| static void | blender::ed::curves::calc_curve_offset (const int curve_index, int &interval_offset, const Span< int > offsets, MutableSpan< int > new_offsets, MutableSpan< IndexRange > curve_interval_ranges) |
| static void | blender::ed::curves::finish_curve (int &curve_index, int &interval_offset, int last_interval, int last_elem, const Span< int > offsets, MutableSpan< int > new_offsets, MutableSpan< int > curve_intervals, MutableSpan< IndexRange > curve_interval_ranges, MutableSpan< bool > is_first_selected) |
| static void | blender::ed::curves::finish_curve_or_full_copy (int &curve_index, int &interval_offset, int current_interval, const std::optional< IndexRange > prev_range, const Span< int > offsets, MutableSpan< int > new_offsets, MutableSpan< int > curve_intervals, MutableSpan< IndexRange > curve_interval_ranges, MutableSpan< bool > is_first_selected) |
| static void | blender::ed::curves::calc_curves_extrusion (const IndexMask &selection, const Span< int > offsets, MutableSpan< int > new_offsets, MutableSpan< int > curve_intervals, MutableSpan< IndexRange > curve_interval_ranges, MutableSpan< bool > is_first_selected) |
| static void | blender::ed::curves::extrude_curves (Curves &curves_id) |
| static int | blender::ed::curves::curves_extrude_exec (bContext *C, wmOperator *) |
Operators | |
| void | blender::ed::curves::CURVES_OT_extrude (wmOperatorType *ot) |