Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2019-02-26 19:24:36 +0300
committerJacques Lucke <mail@jlucke.com>2019-02-26 19:24:36 +0300
commitd54143078562fbf7780f0da8ab5c6da79a9c21b1 (patch)
tree58c6d033aa82c8d64c173dd827283f6928325969 /release/scripts/startup/bl_ui/space_nla.py
parent2b3553eff2a01cf3d1655183de9ebd416abde9c1 (diff)
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
Diffstat (limited to 'release/scripts/startup/bl_ui/space_nla.py')
-rw-r--r--release/scripts/startup/bl_ui/space_nla.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_nla.py b/release/scripts/startup/bl_ui/space_nla.py
index 121490b3fcd..b51a42a04cb 100644
--- a/release/scripts/startup/bl_ui/space_nla.py
+++ b/release/scripts/startup/bl_ui/space_nla.py
@@ -100,6 +100,7 @@ class NLA_MT_view(Menu):
layout.prop(st, "show_strip_curves")
layout.prop(st, "show_local_markers")
+ layout.prop(st, "show_marker_lines")
layout.separator()
layout.operator("anim.previewrange_set")