Files
test2/source/blender/blenkernel
Hans Goudey ceb3d75c18 Cleanup: Use const for context store variables
Generally the context store is owned by `uiBlock`. Other pointers
to the store (in `bContext` and other operator data) shouldn't change
it, so those variables are now const. One exception is the pointer in
`uiLayout`, but that has a clearly short lifetime, so that's okay.
2023-08-31 12:00:04 -04:00
..
2023-08-30 22:36:36 +02:00
2023-08-25 11:14:19 +02:00
2023-08-25 09:40:42 +10:00
2023-07-04 17:03:02 +02:00
2023-07-24 22:06:55 +02:00
2023-08-25 09:40:42 +10:00
2023-08-31 10:38:13 +10:00
2023-08-18 08:56:12 +10:00
2023-08-30 22:36:36 +02:00