|
| 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 void | blender::ed::sculpt_paint::greasepencil::create_blank_curve (bke::CurvesGeometry &curves, const bool on_back) |
| |
| static void | blender::ed::sculpt_paint::greasepencil::extend_curve (bke::CurvesGeometry &curves, const bool on_back, const int new_points_num) |
| |
| 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::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) |
| |
| std::unique_ptr< GreasePencilStrokeOperation > | blender::ed::sculpt_paint::greasepencil::new_paint_operation () |
| |