Brecht Van Lommel
|
0f2064bc3b
|
Revert changes from main commits that were merged into blender-v4.1-release
The last good commit was 4bf6a2e564.
|
2024-02-19 15:59:59 +01:00 |
|
Campbell Barton
|
fee47f6da8
|
Cleanup: unused includes in source/blender/sequencer
Remove 95 includes.
|
2024-02-13 13:37:56 +11:00 |
|
Bastien Montagne
|
5aaadebbe4
|
Cleanup: Make BKE_scene.h a full Cpp header.
|
2024-02-10 19:16:25 +01:00 |
|
Aras Pranckevicius
|
a705259b4b
|
Cleanup: move imbuf .h files to .hh
|
2024-01-19 20:29:38 +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 |
|
Richard Antalik
|
4d37fb80b1
|
Cleanup: Convert VSE headers from .h to .hh
|
2023-11-03 01:33:54 +01:00 |
|
Campbell Barton
|
ebd4d1e2d6
|
Fix dangling pointer while scrubbing in the sequencer
SeqCache::last_key could be set to freed memory while scrubbing
two images in the sequencer.
|
2023-08-29 17:19:49 +10:00 |
|
Campbell Barton
|
ea8d985db8
|
Cleanup: various C++ cleanups
- Use C++ headers.
- Use function style cast.
- Use boolean literals.
- Remove redundant struct, void.
- Remove redundant parenthesis.
|
2023-07-28 09:38:07 +10:00 |
|
Campbell Barton
|
81ee130063
|
Cleanup: use C++ system headers
Apply clang-tidy modernize-deprecated-headers to source/
|
2023-07-22 11:27:25 +10:00 |
|
Campbell Barton
|
549848a0d8
|
Cleanup: various non-functional changes for C++
- Remove redundant void, struct.
- Use function style casts.
|
2023-07-20 20:35:49 +10:00 |
|
Jacques Lucke
|
9c10ba4117
|
Sequencer: move to C++
Also see #103343.
Pull Request: https://projects.blender.org/blender/blender/pulls/110273
|
2023-07-20 09:46:24 +02:00 |
|