From d54143078562fbf7780f0da8ab5c6da79a9c21b1 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 26 Feb 2019 17:24:36 +0100 Subject: UI: Show marker lines in remaining animation spaces This also includes fixed/slighly refactored drawing code for marker lines. The old code used the wrong height. Reviewers: brecht Differential Revision: https://developer.blender.org/D4411 --- source/blender/makesdna/DNA_action_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_action_types.h') diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h index 196d4108d93..a52145a0416 100644 --- a/source/blender/makesdna/DNA_action_types.h +++ b/source/blender/makesdna/DNA_action_types.h @@ -851,6 +851,8 @@ typedef enum eSAction_Flag { SACTION_SHOW_INTERPOLATION = (1 << 12), /* show extremes */ SACTION_SHOW_EXTREMES = (1 << 13), + /* show vertical line markers */ + SACTION_SHOW_MARKER_LINES = (1 << 14), } eSAction_Flag; -- cgit v1.2.3