Harley Acheson
da378e4d30
UI: Changes to Props Dialogs
...
Improved titles and confirm button text for 15 props dialogs.
Pull Request: https://projects.blender.org/blender/blender/pulls/118640
2024-02-27 20:19:33 +01:00
Campbell Barton
b372ebae68
Cleanup: unused headers for source/blender/editors
...
Remove 1317 includes from editors.
2024-02-13 10:02:53 +11:00
Bastien Montagne
29fe777445
Cleanup: Make BKE_report.h a full Cpp header.
2024-02-10 18:34:29 +01:00
Bastien Montagne
54618dbae3
Cleanup: Make BKE_global.h a Cpp header.
2024-02-10 18:25:14 +01:00
Bastien Montagne
3acb64e7ac
BKE_main: move header to be a fully CPP one.
...
Pull Request: https://projects.blender.org/blender/blender/pulls/115681
2023-12-01 20:38:54 +01:00
Hans Goudey
3d57bc4397
Cleanup: Move several blenkernel headers to C++
...
Mostly focus on areas where we're already using C++ features,
where combining C and C++ APIs is getting in the way.
Pull Request: https://projects.blender.org/blender/blender/pulls/114972
2023-11-16 11:41:55 +01:00
Richard Antalik
4d37fb80b1
Cleanup: Convert VSE headers from .h to .hh
2023-11-03 01:33:54 +01:00
Bastien Montagne
df0d7c9c3d
WM Jobs: Refactor all worker status variables into a single shared struct.
...
Move the three current 'status variables' (stop, update and progress)
into a single 'WorkerStatus' struct. This is cleaner and will allow for
future workin this area without having to edit tens of 'startjob'
callbacks signatures all the time.
No functional change expected here.
Note: jobs' specific internal code has been modified as little as
possible, in many cases the job's own data still just store pointers to
these three values. Ideally in the future more refactor will be using a
single pointer to the shared `wmJobWorkerStatus` data instead.
Pull Request: https://projects.blender.org/blender/blender/pulls/113343
2023-10-09 12:12:22 +02:00
Hans Goudey
dcd0512eb1
Cleanup: Move sequencer_intern.hh to C++
...
See #103343
2023-09-08 08:27:28 -04:00
Jacques Lucke
cc4d5c432c
RNA: move headers to C++
...
Also see #103343 .
Pull Request: https://projects.blender.org/blender/blender/pulls/111022
2023-08-10 22:40:27 +02:00
Hans Goudey
bc8c892c65
Cleanup: Move WM headers to C++
...
Also move a few more headers that included WM headers.
Pull Request: https://projects.blender.org/blender/blender/pulls/110815
2023-08-04 23:11:22 +02:00
Guillermo Venegas
43a0f22be2
Cleanup: Move space sequencer files to C++
...
See #103343
Pull Request: https://projects.blender.org/blender/blender/pulls/108959
2023-06-14 18:36:17 +02:00