Blender V5.0
gpencil_edit.cc File Reference
#include <cstdlib>
#include <cstring>
#include "MEM_guardedalloc.h"
#include "BLI_ghash.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "DNA_gpencil_legacy_types.h"
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
#include "BKE_context.hh"
#include "BKE_gpencil_legacy.h"
#include "BKE_lib_id.hh"
#include "BKE_paint.hh"
#include "BKE_report.hh"
#include "BKE_scene.hh"
#include "WM_api.hh"
#include "WM_message.hh"
#include "WM_toolsystem.hh"
#include "WM_types.hh"
#include "RNA_access.hh"
#include "UI_view2d.hh"
#include "ED_gpencil_legacy.hh"
#include "ED_image.hh"
#include "ED_object.hh"
#include "ED_outliner.hh"
#include "ED_screen.hh"
#include "ED_view3d.hh"
#include "DEG_depsgraph.hh"
#include "gpencil_intern.hh"

Go to the source code of this file.

Functions

Delete Active Frame Operator
static bool annotation_actframe_delete_poll (bContext *C)
static wmOperatorStatus gpencil_actframe_delete_exec (bContext *C, wmOperator *op)
void GPENCIL_OT_annotation_active_frame_delete (wmOperatorType *ot)

Detailed Description

Operators for editing Grease Pencil strokes.

Definition in file gpencil_edit.cc.

Function Documentation

◆ annotation_actframe_delete_poll()

bool annotation_actframe_delete_poll ( bContext * C)
static

◆ gpencil_actframe_delete_exec()

◆ GPENCIL_OT_annotation_active_frame_delete()

void GPENCIL_OT_annotation_active_frame_delete ( wmOperatorType * ot)