Cách Sử Dụng (Usage)#

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.

Thêm Điều Vận (Add Driver)#

Tham Chiếu (Reference)

Trình Đơn (Menu):

Trình đơn ngữ cảnh (Context menu) ‣ Thêm Điều Vận (Add Driver)

Tổ Hợp Phím Tắt (Shortcut):

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.

Biên Soạn Điều Vận (Edit Driver)#

Tham Chiếu (Reference)

Trình Đơn (Menu):

Trình đơn ngữ cảnh (Context menu) ‣ Biên Soạn Điều Vận (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.

Mở Trình Biên Soạn Điều Vận (Open Drivers Editor)#

Tham Chiếu (Reference)

Trình Đơn (Menu):

Trình đơn ngữ cảnh (Context menu) ‣ Mở Trình Biên Soạn Điều Vận (Open Drivers Editor)

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

Sao Chép & Dán (Copy & Paste)#

Tham Chiếu (Reference)

Trình Đơn (Menu):

Trình đơn ngữ cảnh (Context menu) ‣ Sao Chép Điều Vận (Copy Driver)

Trình Đơn (Menu):

Trình đơn ngữ cảnh (Context menu) ‣ Dán Điều Vận (Paste Driver)

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

Sao Chép thành Điều Vận Mới (Copy As New Driver)#

Tham Chiếu (Reference)

Trình Đơn (Menu):

Trình đơn ngữ cảnh (Context menu) ‣ Sao Chép thành Điều Vận Mới (Copy As New Driver)

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.

Biểu Thức (Expression)#

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.

Some examples:

  • "#Khung Hình"

  • #frame / 20.0

  • #sin(frame)

  • #cos(frame)

Xóa Trình Điều Vận (Removing Drivers)#

Tham Chiếu (Reference)

Trình Đơn (Menu):

Trình đơn ngữ cảnh (Context menu) ‣ Xóa [các] Trình Điều Vận (Delete Driver[s])

Trình Đơn (Menu):

Trình đơn ngữ cảnh (Context menu) ‣ Xóa Điều Vận Đơn Thân (Delete Single Driver)

Tổ Hợp Phím Tắt (Shortcut):

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.