0c07fb50c8b54e6db980b672bd64fbbc781bfdda
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
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
