|
Blender V4.3
|
#include <cstddef>#include <cstdio>#include <cstdlib>#include "BLI_sys_types.h"#include "BKE_context.hh"#include "BKE_paint.hh"#include "DNA_brush_types.h"#include "DNA_gpencil_legacy_types.h"#include "DNA_object_types.h"#include "DNA_screen_types.h"#include "DNA_space_types.h"#include "WM_api.hh"#include "WM_toolsystem.hh"#include "WM_types.hh"#include "RNA_access.hh"#include "ED_gpencil_legacy.hh"#include "gpencil_intern.hh"Go to the source code of this file.
Functions | |
| void | ED_keymap_gpencil_legacy (wmKeyConfig *keyconf) |
| void | ED_operatortypes_gpencil_legacy () |
| void ED_keymap_gpencil_legacy | ( | wmKeyConfig * | keyconf | ) |
Definition at line 34 of file gpencil_ops.cc.
References RGN_TYPE_WINDOW, SPACE_EMPTY, and WM_keymap_ensure().
Referenced by ED_spacetypes_keymap().
| void ED_operatortypes_gpencil_legacy | ( | ) |
Definition at line 39 of file gpencil_ops.cc.
References GPENCIL_OT_annotate(), GPENCIL_OT_annotation_active_frame_delete(), GPENCIL_OT_annotation_add(), GPENCIL_OT_data_unlink(), GPENCIL_OT_layer_annotation_add(), GPENCIL_OT_layer_annotation_move(), GPENCIL_OT_layer_annotation_remove(), and WM_operatortype_append().
Referenced by ED_spacetypes_init().