Animation Link

It is possible to link an attribute to any other attribute with: In order to add/edit/delete a link, the user must click on the link icon after the attribute value in the parameter area: . This attribute will be the driven attriute.
When an attribute is linked, its key icon is changed to: .
In order to select a driver attribute, Albatross3D is providing a 'Pick Attribute' window.

Picking an Attribute


Selecting an attribute can be done from top to bottom. First, select the object node type. The node combo-box is automatically filled in. Select an object. The group combo-box is filled in with the available groups. Select a group. The sub-group and the attribute combo-boxes are filled in. Press the 'Ok' button to select the attribute designated in the attribute combo-box.

Expression Link


An expression link defined the values of a parameter by a mathematical function. The available variables are: The two defined constant are: pi, e.
The defined functions are:
  1. the operators: '+', '-', '*', '/', '^' (rasing to a power), '%' (modulus), '|' (logical or), '&' (logical and), '==' (equality test, return 1 if equal, 0 otherwise), '!' (logical not), '!=' (inequality test), '<', '<=', '>', '>=';
  2. sqrt: square root;
  3. sin: sinus;
  4. cos: cosinus;
  5. tan: tangent;
  6. asin: arc sinus;
  7. acos: arc cosinus;
  8. atan: arc tangent;
  9. log: base 10 logarithm;
  10. ln: natural logarithm;
  11. ceil: round to the nearest integer lower or equal;
  12. floor: round to the nearest integer greater or equal;
  13. round: round to the nearest integer
  14. abs: absolute value;
  15. rand: returns a random value between 0 and 1.
All angles are expressed in degree.
The 'Check Expression...' button allows to verify the validity of the expression.

Function Link


A function link defines the values of the driven attribute by a curve dependant of the value of a driver attribute.
The outside configuration is indentical to the one of the curve editor/dopesheet. The outside curve (before and after the first and last point) is displayed in dark yellow. The bright yellow curve is the one that can be edited. Click on the point to select it, 'Shift' Click on a point to add it to the selected points. When a point is selected, the tangent handles are displayed. Right Click on the curve to add a point.
Right click away from curve opens the following popup menu:

The following command are available to change the curve view: A driver must be selected to activate the link, with the 'Select Driver...' button. The input boxes allow to change the point coordinates with numerical values.