Blender V5.0
grease_pencil_pen.cc File Reference
#include "BKE_attribute.hh"
#include "BKE_context.hh"
#include "BKE_curves.hh"
#include "BKE_curves_utils.hh"
#include "BKE_deform.hh"
#include "BKE_grease_pencil.hh"
#include "BKE_material.hh"
#include "BKE_report.hh"
#include "BLI_array_utils.hh"
#include "BLT_translation.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "DEG_depsgraph.hh"
#include "DNA_material_types.h"
#include "ED_curves.hh"
#include "ED_grease_pencil.hh"
#include "ED_screen.hh"
#include "ED_view3d.hh"
#include "UI_resources.hh"

Go to the source code of this file.

Classes

class  blender::ed::greasepencil::GreasePencilPenToolOperation

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::greasepencil

Functions

static void blender::ed::greasepencil::grease_pencil_pen_exit (bContext *C, wmOperator *op)
static wmOperatorStatus blender::ed::greasepencil::grease_pencil_pen_invoke (bContext *C, wmOperator *op, const wmEvent *event)
static wmOperatorStatus blender::ed::greasepencil::grease_pencil_pen_modal (bContext *C, wmOperator *op, const wmEvent *event)
static void blender::ed::greasepencil::GREASE_PENCIL_OT_pen (wmOperatorType *ot)
void ED_operatortypes_grease_pencil_pen ()
void ED_grease_pencil_pentool_modal_keymap (wmKeyConfig *keyconf)

Detailed Description

Operator for creating bézier splines in Grease Pencil.

Definition in file grease_pencil_pen.cc.

Function Documentation

◆ ED_grease_pencil_pentool_modal_keymap()

void ED_grease_pencil_pentool_modal_keymap ( wmKeyConfig * keyconf)

◆ ED_operatortypes_grease_pencil_pen()

void ED_operatortypes_grease_pencil_pen ( )