Files
test/source/blender/blenkernel
Amelie Fondevilla 0c07fb50c8 GPv3: Keyframe on-click selection
Implementation of the click-selection operator of keyframes in the dopesheet, along with its alternatives : deselect all when no frames is hit, extend selection with shift, column selection with alt, select all keyframes on current channel with ctrl+alt.

Includes the new following API functions :
 * `select_frame_at` : selects a frame in a layer at a specific time (if such frame exists),
 * `select_all_frames` : selects all frames of a layer,
 * `select_layer_channel` : selects a layer, and sets it as active (if layer is not null, otherwise the active layer is set null),
 * `layer_has_frame_selected` : checks if any of the frames in the layer is selected.

Pull Request: https://projects.blender.org/blender/blender/pulls/110492
2023-07-26 17:59:09 +02:00
..
2023-06-21 11:28:58 +10:00
2023-06-07 21:47:45 +10:00
2023-07-24 22:06:55 +02:00
2023-06-13 14:51:49 -04:00
2023-07-15 15:54:55 +10:00
2023-07-04 17:03:02 +02:00
2023-07-24 22:06:55 +02:00
2023-07-07 15:11:19 +10:00
2023-07-17 10:46:26 +02:00
2023-07-24 22:06:55 +02:00
2023-07-24 22:06:55 +02:00
2023-07-24 22:06:55 +02:00
2023-06-08 10:43:55 +10:00
2023-06-30 11:39:17 +02:00