From d0ec3f428c5bafd46d7bd80dedff15c6c7f9f8e6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Jan 2010 17:48:48 +0000 Subject: - grease pencil option to only use the endpoint depths. this makes drawing shapes in 3D easier since it wont stick to every depth the line passes through. - use a 8x8 area when finding stroke depths since thin lines can get ignored if the point is not close enough to them. --- 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 5755e23675a..332442b9f42 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -150,4 +150,6 @@ typedef struct bGPdata { #define GP_DATA_DEPTH_VIEW (1<<5) #define GP_DATA_DEPTH_STROKE (1<<6) +#define GP_DATA_DEPTH_STROKE_ENDPOINTS (1<<7) + #endif /* DNA_GPENCIL_TYPES_H */ -- cgit v1.2.3