Utilización#

Drivers can be added to properties via their context menu, a shortcut, copy-pasted, or by typing an expression directly into the property’s value.

After adding drivers, they are usually modified in the Drivers editor, or via a simplified Edit Driver popover invoked from the property context menu.

Agregar controlador#

Referencia

Menú:

Menú contextual ‣ Agregar controlador

Atajo:

Ctrl-D

The usual way to add a driver to a property is to RMB click a property, then choose Add Driver in the context menu. Drivers can also be added by pressing Ctrl-D with the mouse over the property.

This operation adds a driver with a single variable (which needs to be filled in), and displays the Edit Driver popover.

Editar controlador#

Referencia

Menú:

Context menu ‣ Edit Driver

Displays a popover window that allows editing the custom expression and input variables of the driver without opening the full Drivers Editor.

Many drivers don’t use their F-Curve component, so this reduced interface is sufficient.

Abrir editor de controladores#

Referencia

Menú:

Menú contextual ‣ Abrir editor de controladores

Opens a new window with the Drivers Editor and selects the driver associated with the property.

Copiar y pegar#

Referencia

Menú:

Menú contextual ‣ Copiar controlador

Menú:

Menú contextual ‣ Pegar controlador

Drivers can be copied and pasted via the context menu. When adding drivers with the same settings, this can save time modifying settings.

Copiar como nuevo controlador#

Referencia

Menú:

Menú contextual ‣ Copiar como nuevo controlador

A driver that sets the property value to the value of a different property can be quickly created by using the Copy As New Driver context menu option of the input property, and then pasting the result onto the output property via Paste Driver.

It is also possible to add the new driver variable to an existing driver using the Paste Driver Variables button in the editor panel.

Expresión#

This is a quick way to add drivers with a scripted expression. First click the property you want to add a driver to, then type a hash # and a scripted expression.

Algunos ejemplos:

  • #frame

  • #frame / 20.0

  • #sin(frame)

  • #cos(frame)

Eliminación de controladores#

Referencia

Menú:

Menú contextual ‣ Borrar controladores

Menú:

Menú contextual ‣ Borrar controlador individual

Atajo:

Ctrl-Alt-D

Removes driver(s) associated with the property, either for the single selected property or sub-channel, or all components of a vector.