はじめに¶
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.
メイン領域¶
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.
ヘッダー¶
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.