This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/editors
Christoph Lendenfeld 7267682017 Animation: Paste Keys in Graph Editor with value offset
Extend the `GRAPH_OT_paste` operator with an enum to define the value offset.

Options are:

| Option              | Effect                                                                        |
| ------------------- | ----------------------------------------------------------------------------- |
| No Offset           | use the same key values as the copied keys                                    |
| Cursor Value        | align the leftmost key with the cursor value                                  |
| Current Frame Value | Evaluate the curve under the cursor align the leftmost key with it            |
| Right Key           | Align the rightmost key with the first key that is to the right of the cursor |
| Left Key            | Align the leftmost key with the first key that is to the left of the cursor   |

Pull Request #104512
2023-02-23 09:46:47 +01:00
..
2023-02-17 16:43:26 +01:00
2023-02-22 13:16:32 +01:00
2023-02-13 19:49:24 +01:00
2023-02-22 14:04:23 +01:00
2023-02-11 14:04:35 +11:00
2023-02-22 13:16:32 +01:00
2023-02-21 11:04:40 +01:00
2022-02-15 12:32:15 +01:00