|
|
| static bool | blender::ed::sculpt_paint::stroke_get_location (bContext *, float out[3], const float mouse[2], bool) |
| |
| static std::unique_ptr< GreasePencilStrokeOperation > | blender::ed::sculpt_paint::get_stroke_operation (bContext &C, wmOperator *op) |
| |
| static bool | blender::ed::sculpt_paint::stroke_test_start (bContext *C, wmOperator *op, const float mouse[2]) |
| |
| static void | blender::ed::sculpt_paint::stroke_update_step (bContext *C, wmOperator *op, PaintStroke *stroke, PointerRNA *stroke_element) |
| |
| static void | blender::ed::sculpt_paint::stroke_redraw (const bContext *C, PaintStroke *, bool) |
| |
| static void | blender::ed::sculpt_paint::stroke_done (const bContext *C, PaintStroke *stroke) |
| |
|
| static bool | blender::ed::sculpt_paint::grease_pencil_brush_stroke_poll (bContext *C) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_brush_stroke_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_brush_stroke_modal (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_brush_stroke_cancel (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::sculpt_paint::GREASE_PENCIL_OT_brush_stroke (wmOperatorType *ot) |
| |
|
| static bool | blender::ed::sculpt_paint::grease_pencil_sculpt_paint_poll (bContext *C) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_sculpt_paint_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_sculpt_paint_modal (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_sculpt_paint_cancel (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::sculpt_paint::GREASE_PENCIL_OT_sculpt_paint (wmOperatorType *ot) |
| |
|
| static bool | blender::ed::sculpt_paint::grease_pencil_weight_brush_stroke_poll (bContext *C) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_weight_brush_stroke_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_weight_brush_stroke_modal (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_weight_brush_stroke_cancel (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::sculpt_paint::GREASE_PENCIL_OT_weight_brush_stroke (wmOperatorType *ot) |
| |
|
| static bool | blender::ed::sculpt_paint::grease_pencil_vertex_brush_stroke_poll (bContext *C) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_vertex_brush_stroke_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_vertex_brush_stroke_modal (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_vertex_brush_stroke_cancel (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::sculpt_paint::GREASE_PENCIL_OT_vertex_brush_stroke (wmOperatorType *ot) |
| |
|
| void | ED_operatortypes_grease_pencil_draw () |
| |
| void | ED_filltool_modal_keymap (wmKeyConfig *keyconf) |
| |
|
| enum class | blender::ed::sculpt_paint::FillToolModalKey : int8_t {
blender::ed::sculpt_paint::Cancel = 1
, blender::ed::sculpt_paint::Confirm
, blender::ed::sculpt_paint::ExtensionModeToggle
, blender::ed::sculpt_paint::ExtensionLengthen
,
blender::ed::sculpt_paint::ExtensionShorten
, blender::ed::sculpt_paint::ExtensionDrag
, blender::ed::sculpt_paint::ExtensionCollide
, blender::ed::sculpt_paint::Invert
,
blender::ed::sculpt_paint::Precision
} |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_fill_extension_cut (const bContext &C, ed::greasepencil::ExtensionData &extension_data, Span< int > origin_drawings, Span< int > origin_points) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_fill_extension_lines_from_circles (const bContext &C, ed::greasepencil::ExtensionData &extension_data, Span< int >, Span< int >) |
| |
| static ed::greasepencil::ExtensionData | blender::ed::sculpt_paint::grease_pencil_fill_get_extension_data (const bContext &C, const GreasePencilFillOpData &op_data) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_fill_status_indicators (bContext &C, const GreasePencilFillOpData &op_data) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_fill_overlay_cb (const bContext *C, ARegion *, void *arg) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_fill_update_overlay (const ARegion ®ion, GreasePencilFillOpData &op_data) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_update_extend (bContext &C, GreasePencilFillOpData &op_data) |
| |
| static VArray< bool > | blender::ed::sculpt_paint::get_fill_boundary_layers (const GreasePencil &grease_pencil, eGP_FillLayerModes fill_layer_mode) |
| |
| static Vector< FillToolTargetInfo > | blender::ed::sculpt_paint::ensure_editable_drawings (const Scene &scene, GreasePencil &grease_pencil, bke::greasepencil::Layer &target_layer) |
| |
| static void | blender::ed::sculpt_paint::smooth_fill_strokes (bke::CurvesGeometry &curves, const IndexMask &stroke_mask) |
| |
| static bke::CurvesGeometry | blender::ed::sculpt_paint::simplify_fixed (bke::CurvesGeometry &curves, const int step) |
| |
| static bool | blender::ed::sculpt_paint::grease_pencil_apply_fill (bContext &C, wmOperator &op, const wmEvent &event) |
| |
| static bool | blender::ed::sculpt_paint::grease_pencil_fill_init (bContext &C, wmOperator &op) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_fill_exit (bContext &C, wmOperator &op) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_fill_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_fill_event_modal_map (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::grease_pencil_fill_modal (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static void | blender::ed::sculpt_paint::grease_pencil_fill_cancel (bContext *C, wmOperator *op) |
| |
| static void | blender::ed::sculpt_paint::GREASE_PENCIL_OT_fill (wmOperatorType *ot) |
| |