Ações#

Ao animar objetos e propriedades no Blender, as Ações gravam e contém os dados. Como todas as outras coisas no Blender, as Ações são representadas por blocos de dados.

../_images/animation_actions_data3.png

Ações.#

Portanto, quando você anima um objeto pela alteração de sua localização através de quadros-chave, essas animações serão salvas para uma «Ação».

Each property has a channel which it is recorded to, for example, Cube.location.x is recorded to Channel X Location. The X location and Y location properties can be shared across multiple objects, if all objects have X location and Y location properties beneath them.

../_images/animation_actions_keyframes.png

Graph Editor. Each channel has an F-Curve represented by the lines between the keyframes.#

Ações

Gravação e contenção de dados de animação.

Grupos

São os grupos de canais.

Canais

Propriedades de gravação.

F-Curves

As Curvas-f são usadas para a interpolação das diferenças de valores entre os quadros-chave.

Quadros-chave

Os Quadros-chave são usados para definir os valores das propriedades atreladas para um determinado ponto no tempo.

Trabalhando com ações#

../_images/animation_actions_create.png

O menu de blocos de dados de ações.#

Quando você anima algum objeto inicialmente pela adição de quadros-chave, o Blender irá criar automaticamente uma Ação para gravar esses dados.

Actions can be managed with the Action data-block menu in the Dope Sheet Action Editor header, or the Sidebar region of the NLA Editor.

If you are making multiple actions for the same object, press the shield button for each action. This will give the actions a Fake User and will make Blender save the unlinked actions.

Os objetos somente poderão usar a edição em uma Ação por vez, e o Editor de animação não linear é usado para mesclar múltiplas ações em conjunto.

Properties#

../_images/animation_actions_range.png

Actions with and without a Manual Frame Range in Dope Sheet.#

It is possible to manually specify the intended useful frame range of an action via a panel available in the Dope Sheet or the NLA Editor when a channel or NLA track is selected.

Manual Frame Range

Manually specify the intended playback frame range for the action (this range is used by some tools, but does not affect animation evaluation). The manual frame range feature can be toggled with the checkbox.

When the range is set, it is used instead of the actual range occupied by key frames when adding a new track based on the action to NLA. It can also be used by exporters to determine the range of frames to export.

The range is displayed in the background of the editor as diagonal hash fill, to distinguish it from the solid fill of the current playback range.

The frame values are most commonly expected to be integers, but can be fractional.

Cyclic Animation

Specifies that the action is intended to be cyclic over the specified range. The first and last frames of the range should represent the same pose of the cycle one loop apart, i.e. the range should include the duplicated initial key of the loop.

Nota

This option signifies intent and does not make the action cycle on its own. However, if Cycle-Aware Keying is enabled, it will automatically enable cyclic extrapolation and set up the loop period for curves newly added to the action.

Propriedades personalizadas#

Create and manage your own properties to store data in the action’s data block. See the Custom Properties page for more information.