|
Blender V4.3
|
#include "BKE_context.hh"#include "BKE_material.h"#include "BKE_paint.hh"#include "DNA_brush_enums.h"#include "DNA_object_enums.h"#include "DNA_scene_types.h"#include "ED_grease_pencil.hh"#include "ED_screen.hh"#include "WM_api.hh"#include "WM_toolsystem.hh"#include "WM_types.hh"#include "RNA_access.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::greasepencil |
| void ED_keymap_grease_pencil | ( | wmKeyConfig * | keyconf | ) |
Definition at line 332 of file grease_pencil_ops.cc.
References ED_filltool_modal_keymap(), ED_interpolatetool_modal_keymap(), and ED_primitivetool_modal_keymap().
Referenced by ED_spacetypes_keymap().
| void ED_operatormacros_grease_pencil | ( | ) |
Definition at line 297 of file grease_pencil_ops.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorTypeMacro::ptr, RNA_boolean_set(), WM_operatortype_append_macro(), and WM_operatortype_macro_define().
Referenced by ED_spacemacros_init().
| void ED_operatortypes_grease_pencil | ( | ) |
Definition at line 278 of file grease_pencil_ops.cc.
References ED_operatortypes_grease_pencil_bake_animation(), ED_operatortypes_grease_pencil_draw(), ED_operatortypes_grease_pencil_edit(), ED_operatortypes_grease_pencil_frames(), ED_operatortypes_grease_pencil_interpolate(), ED_operatortypes_grease_pencil_join(), ED_operatortypes_grease_pencil_layers(), ED_operatortypes_grease_pencil_lineart(), ED_operatortypes_grease_pencil_material(), ED_operatortypes_grease_pencil_modes(), ED_operatortypes_grease_pencil_primitives(), ED_operatortypes_grease_pencil_select(), ED_operatortypes_grease_pencil_trace(), ED_operatortypes_grease_pencil_vertex_paint(), and ED_operatortypes_grease_pencil_weight_paint().
Referenced by ED_spacetypes_init().