|
Blender V5.0
|
#include "DNA_brush_types.h"#include "BKE_brush.hh"#include "BKE_context.hh"#include "BKE_global.hh"#include "BKE_gpencil_legacy.h"#include "BKE_paint.hh"#include "BKE_paint_types.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "ED_grease_pencil.hh"#include "ED_image.hh"#include "ED_object.hh"#include "DEG_depsgraph.hh"#include "WM_api.hh"#include "WM_message.hh"#include "WM_toolsystem.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::greasepencil |
| void ED_operatortypes_grease_pencil_modes | ( | ) |
Definition at line 432 of file grease_pencil_modes.cc.
References blender::ed::greasepencil::GREASE_PENCIL_OT_paintmode_toggle(), blender::ed::greasepencil::GREASE_PENCIL_OT_sculptmode_toggle(), blender::ed::greasepencil::GREASE_PENCIL_OT_vertexmode_toggle(), blender::ed::greasepencil::GREASE_PENCIL_OT_weightmode_toggle(), and WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().