|
Blender V4.3
|
#include "BKE_brush.hh"#include "BKE_context.hh"#include "BKE_global.hh"#include "BKE_gpencil_legacy.h"#include "BKE_paint.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_query.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 429 of file grease_pencil_modes.cc.
References WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().