Rig Control

A 2d controller (or joystick by any other name).

Active - toggle the Control mode.

Control - this UI is dependent on the Active state:

  • Active unchecked - This is the mode you set up your rig in. The five dots on the joystick represent the five keyframes necessary to set up the rig. Clicking each dot will move the timeline to the following corresponding frames:

    • Centre (neutral pose) - Frame 0

    • Left - Frame 1

    • Right - Frame 2

    • Top - Frame 3

    • Bottom - Frame 4

  • Active checked - this is the mode you use to animate your rig in. Moving the dot translates between the poses set in Inactive mode.

Example workflow:

  1. Create a Basic Shape and a Rig Control.

  2. Connect rigControl.id > basicShape.position

  3. A new Keyframe Layer will be created and 5 keys set for you on frames 0-4.

  4. Set the following keys on the Basic Shape for Position [x,y]:

    1. Frame 0 = 0, 0

    2. Frame 1 = -50, 0

    3. Frame 2 = 50, 0

    4. Frame 3 = 0, 50

    5. Frame 4 = 0, -50

  5. Check Active on the Rig Control.

  6. Move the dot on the Control.

  7. To animate the rig set the Keyframe Layer to Default and set keyframes by using the x, y controls.

There's a demo scene in in the Example Files if you'd rather dive straight in.🙂

Last updated