NLA: Indicate position of action-local markers on strips

To make it easier to synchronise timing across multiple strips, if you add
markers locally to an action, these will show up in the NLA strip in the
NLA Editor. These markings can then be used to line up the start/end of
another strip, or even to make sure that the markers from two different
strips end up lining up.

By default, this is turned on, but it can be disabled (via the View menu)
if it adds too much visual noise.
This commit is contained in:
2016-06-29 03:16:07 +12:00
parent 514700b307
commit fab4b907f6
4 changed files with 70 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ class NLA_MT_view(Menu):
layout.prop(st, "show_locked_time")
layout.prop(st, "show_strip_curves")
layout.prop(st, "show_local_markers")
layout.separator()
layout.operator("anim.previewrange_set")