09901d24166fe9635a1f5d4e1a46fd893c667074
Use actual enum types (`eAnimEdit_Context` etc) for enum values in the `bAnimContext` struct. This commit also splits the `mode` field into `dopesheet_mode` and `grapheditor_mode`, so that their values are clearly differentiated. Before you'd have to check `spacetype` to know how to interpret this field (but that wasn't described either). You still have to check that field to know which one of the two you need to look at, but at least it's now clear what values can be expected there. No functional changes. Pull Request: https://projects.blender.org/blender/blender/pulls/125423
…
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%
