|
| static float | blender::ed::sculpt_paint::greasepencil::brush_radius_to_pixel_radius (const RegionView3D *rv3d, const Brush *brush, const float3 pos) |
| template<typename T> |
| static void | blender::ed::sculpt_paint::greasepencil::linear_interpolation (const T &a, const T &b, MutableSpan< T > dst, const bool include_first_point) |
| static float2 | blender::ed::sculpt_paint::greasepencil::arithmetic_mean (Span< float2 > values) |
| static Array< float2 > | blender::ed::sculpt_paint::greasepencil::sample_curve_2d (Span< float2 > positions, const int64_t resolution) |
| static void | blender::ed::sculpt_paint::greasepencil::morph_points_to_curve (Span< float2 > src, Span< float2 > target, MutableSpan< float2 > dst) |
| static Brush * | blender::ed::sculpt_paint::greasepencil::create_fill_guide_brush () |
| static StrokeSnapMode | blender::ed::sculpt_paint::greasepencil::get_snap_mode (const bContext &C) |
| static void | blender::ed::sculpt_paint::greasepencil::smooth_stroke (bke::greasepencil::Drawing &drawing, const float influence, const int iterations, const int active_curve) |
| static void | blender::ed::sculpt_paint::greasepencil::simplify_stroke (bke::greasepencil::Drawing &drawing, const float epsilon, const int active_curve) |
| static void | blender::ed::sculpt_paint::greasepencil::add_strokes_to_drawing (const bool on_back, Curves *strokes, bke::greasepencil::Drawing &drawing) |
| static void | blender::ed::sculpt_paint::greasepencil::trim_stroke_ends (bke::greasepencil::Drawing &drawing, const int active_curve, const bool on_back) |
| static void | blender::ed::sculpt_paint::greasepencil::outline_stroke (bke::greasepencil::Drawing &drawing, const int active_curve, const float4x4 &viewmat, const ed::greasepencil::DrawingPlacement &placement, const float outline_radius, const int material_index, const bool on_back) |
| static int | blender::ed::sculpt_paint::greasepencil::trim_end_points (bke::greasepencil::Drawing &drawing, const float epsilon, const bool on_back, const int active_curve) |
| static void | blender::ed::sculpt_paint::greasepencil::deselect_stroke (const bContext &C, bke::greasepencil::Drawing &drawing, const int active_curve) |
| static void | blender::ed::sculpt_paint::greasepencil::process_stroke_weights (const Scene &scene, const Object &object, bke::greasepencil::Drawing &drawing, const int active_curve) |
| static bke::CurvesGeometry | blender::ed::sculpt_paint::greasepencil::get_single_stroke (const bke::CurvesGeometry &src, const int curve) |
| static void | blender::ed::sculpt_paint::greasepencil::append_stroke_to_multiframe_drawings (const bke::CurvesGeometry &src_strokes, const int curve, const int current_frame, const bool on_back, Span< ed::greasepencil::MutableDrawingInfo > drawings) |
| std::unique_ptr< GreasePencilStrokeOperation > | blender::ed::sculpt_paint::greasepencil::new_paint_operation (bool do_fill_guides=false) |