|
Blender V5.0
|
#include "BKE_attribute.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_curves_utils.hh"#include "BKE_deform.hh"#include "BKE_grease_pencil.hh"#include "BKE_material.hh"#include "BKE_report.hh"#include "BLI_array_utils.hh"#include "BLT_translation.hh"#include "WM_api.hh"#include "WM_types.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "DEG_depsgraph.hh"#include "DNA_material_types.h"#include "ED_curves.hh"#include "ED_grease_pencil.hh"#include "ED_screen.hh"#include "ED_view3d.hh"#include "UI_resources.hh"Go to the source code of this file.
Classes | |
| class | blender::ed::greasepencil::GreasePencilPenToolOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::greasepencil |
Functions | |
| static void | blender::ed::greasepencil::grease_pencil_pen_exit (bContext *C, wmOperator *op) |
| static wmOperatorStatus | blender::ed::greasepencil::grease_pencil_pen_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| static wmOperatorStatus | blender::ed::greasepencil::grease_pencil_pen_modal (bContext *C, wmOperator *op, const wmEvent *event) |
| static void | blender::ed::greasepencil::GREASE_PENCIL_OT_pen (wmOperatorType *ot) |
| void | ED_operatortypes_grease_pencil_pen () |
| void | ED_grease_pencil_pentool_modal_keymap (wmKeyConfig *keyconf) |
Operator for creating bézier splines in Grease Pencil.
Definition in file grease_pencil_pen.cc.
| void ED_grease_pencil_pentool_modal_keymap | ( | wmKeyConfig * | keyconf | ) |
Definition at line 319 of file grease_pencil_pen.cc.
References blender::ed::curves::pen_tool::ensure_keymap(), and WM_modalkeymap_assign().
Referenced by ED_keymap_grease_pencil().
| void ED_operatortypes_grease_pencil_pen | ( | ) |
Definition at line 314 of file grease_pencil_pen.cc.
References blender::ed::greasepencil::GREASE_PENCIL_OT_pen(), and WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().