Introduction – Вступ¶
The NonLinear Animation editor, or NLA editor for short, lets you animate on a higher level. Instead of working with individual keyframes, it works with actions, which are named, reusable animation segments.
Main Region – Головний Регіон¶
The editor displays a stack of tracks which work like layers in an image editing program. Higher tracks take precedence over lower ones, although you can also choose to blend them.
Each track can contain any number of strips – typically Action Strips, which are instances of actions.
The top track hilighted in orange is special: this is the Action Track. Unlike the other tracks, it doesn’t contain strips – instead, it contains the object’s active action, which is where new keyframes are added to by default.
Editors like the Timeline and the Dope Sheet Editor normally only show the keyframes of this active action. If you want to edit another action, you can select it in the NLA editor and press Tab to enter Tweak Mode.
Header – Заголовок¶
Filters – Фільтри¶
- Only Show Selected – Показ Лише Вибране
Only shows tracks belonging to objects that are selected.
- Show Hidden – Показ Сховане
Shows tracks from objects that are hidden.
- Include Missing NLA
Shows the Action Track even if there is no action in it.
- Search – Пошук
Filters the track list by a search term.
- Filtering Collection – Колекція Фільтрування
Select a collection to only show tracks from objects in that collection.
- Filter by Type – Фільтр за Типом
Filter tracks by target type.
- Sort Data-Blocks – Сортування Блоків Даних
Sorts data-blocks alphabetically to make them easier to find.
If your playback speed suffers because of this (should only really be an issue when working with lots of objects), you can turn it off.
Snap – Підхоп¶
The toggle button enables/disables automatic strip snapping. The dropdown button shows a popover with the following options:
- Snap To – Підхоп До
Type of element to snap to.
- Frame – Кадр:
Snap to full frames.
- Second – Секунда:
Snap to seconds.
- Nearest Marker – Найближчий Маркер:
Snap to the nearest Marker.
- Absolute Time Snap
When disabled, strips will move in increments of Snap To. For example, if you selected Second and have a strip that currently starts on 0:06+5, dragging it to the right will snap it to 0:07+5. Its time increases by a second, and its subsecond offset of 5 frames remains the same.
When enabled, strips will snap to multiples of Snap To. Taking the above example, the strip would snap to 0:07+0, removing the subsecond offset.