From c0d743238d022e12872549176257db8b9d602e3d Mon Sep 17 00:00:00 2001 From: Antonioya Date: Thu, 16 May 2019 14:00:31 +0200 Subject: GPencil: New filter in Onion by keyframe type This new filter allows to select only some type of keyframe (keyframe, breakdown, etc). This was a request of artists that are used to work with other 2D softwares. Also some cleanup to remove aninmatable option to some properties. --- source/blender/makesdna/DNA_gpencil_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h index bb38311cbac..007be021def 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -518,7 +518,8 @@ typedef struct bGPdata { /** Draw mode for strokes (eGP_DrawMode). */ short draw_mode; - char _pad3[2]; + /** Keyframe type for onion filter (eBezTriple_KeyframeType plus All option) */ + short onion_keytype; bGPgrid grid; -- cgit v1.2.3