From 325b1666d42bf50d6c66a6399a26a50fbaf61bc9 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 25 Jul 2008 07:11:08 +0000 Subject: Grease Pencil - Backend work: Just preparation work for an eraser tool (as well as the code of a failed attempt at an implementation). --- source/blender/makesdna/DNA_gpencil_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_gpencil_types.h') diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h index 55d4e32b744..b88dd698c3f 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -59,6 +59,8 @@ typedef struct bGPDstroke { #define GP_STROKE_3DSPACE (1<<0) /* stroke is in 2d-space */ #define GP_STROKE_2DSPACE (1<<1) + /* stroke is an "eraser" stroke */ +#define GP_STROKE_ERASER (1<<2) /* Grease-Pencil Annotations - 'Frame' -- cgit v1.2.3