|
Blender V4.3
|
#include "BKE_brush.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_grease_pencil.hh"#include "BKE_paint.hh"#include "BKE_report.hh"#include "DEG_depsgraph_query.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "ED_curves.hh"#include "ED_grease_pencil.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::greasepencil |
Enumerations | |
| enum class | blender::ed::greasepencil::VertexColorMode : int8_t { blender::ed::greasepencil::Stroke = 0 , blender::ed::greasepencil::Fill = 1 , blender::ed::greasepencil::Both = 2 } |
Variables | |
| static const EnumPropertyItem | blender::ed::greasepencil::prop_grease_pencil_vertex_mode [] |
| void ED_operatortypes_grease_pencil_vertex_paint | ( | ) |
Definition at line 441 of file grease_pencil/intern/grease_pencil_vertex_paint.cc.
References WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().