Files
test/source/blender/blenkernel/intern
Hans Goudey 21cea65ea6 WM: Add runtime struct
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
2024-02-13 17:45:05 +01:00
..
2024-02-09 18:59:42 +01:00
2024-01-30 14:42:13 -05:00
2024-02-09 18:59:42 +01:00
2024-02-09 18:59:42 +01:00
2024-02-13 17:45:05 +01:00
2024-02-09 18:59:42 +01:00
2024-01-30 14:42:13 -05:00
2024-02-09 18:59:42 +01:00
2024-02-09 18:59:42 +01:00
2024-02-09 18:59:42 +01:00
2024-01-31 14:04:56 -05:00
2024-02-09 18:59:42 +01:00
2024-01-03 13:38:14 +01:00
2024-01-19 20:29:38 +01:00
2024-01-19 14:32:28 +01:00
2024-01-19 14:32:28 +01:00