21cea65ea689485087ea1781d88165b2751cd471
Currently most of the data stored in `wmWindowManager` is runtime data not saved to files. It's confusing that it's declared in DNA then. That also prevents us from using C++ features. This commit adds an initial runtime struct. Moving data there can be done as a separate step. Initially I wanted to look at moving the `ReportList` system to C++. The runtime struct has to be defined in the blenkernel module because the members are (will be) used there in a few places. Pull Request: https://projects.blender.org/blender/blender/pulls/118157
…
…
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
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
