Cartesian Offset Shortcut Changed from Flair 6 to Flair 7¶
Summary¶
In Flair 6, operators can type 0.1 + in a Cartesian field to add 0.1 to all keyframes of that axis at once — a quick way to shift a camera path. The shortcut still exists in Flair 7 / Classic, but two things changed:
- Must be in Cartesian Priority before the shortcut will work.
- The
+key is nowShift+=(plus sign requires Shift on most keyboards).
The Change¶
| Flair Version | How to offset all keyframes by 0.1 |
|---|---|
| Flair 6 | Type 0.1 = in a Cartesian field (where = acts as the plus key) |
| Flair 7 / Classic | Switch to Carts Priority first, then type 0.1 Shift+= |
Steps (Flair 7 / Classic)¶
- Go to Job → Configuration → Priority To → Cartesians to switch into Cartesian Priority.
- In any Cartesian axis field (e.g. the Track X value box in the timeline), type
0.1followed by Shift+=. - Flair applies the offset to all keyframes for that axis.
- Switch back to Axis Priority when done (use Convert if required).
This shortcut also works with other operators — for example 2* doubles all values, and -0.5+ subtracts 0.5 from all keyframes. Flair uses a Reverse Polish Notation (RPN) style calculator in these fields.
Source¶
| Timestamp | User | Evidence |
|---|---|---|
| 2023-01-11 | versatilemedia | "In Flair 6, I can type '0.1 +' to offset the cartesian value at all keyframes, how to do this in Flair 7?" |
| 2023-01-11 | matthew (MRMC) | "The same shortcut exists in Flair 7, however you need to make sure you are in Cartesian Priority otherwise the changes are not applied. Job → Configuration → Priority To → Cartesians." |
| 2023-01-11 | versatilemedia | "In Flair 6, type '0.1 =' to offset cartesian value. In Flair 7, must type '0.1 (Shift =)'." |
Related Issues¶
- See also: Carts Priority - Adjust Track/Base To Preserve Camera Path
- See also: 1-Point vs 2-Point Scaling