Block a user
e36934c0a1
fix merge
0b1e28bdbf
update bake experiments to 4.3
c25befb4cb
Fix #130420: Undo/Redo broken when using Transfer Mode operator.
2b18cad88b
Fix #130459: Select tools do not work in Weight Paint
43def5d19d
Release: Bump to 4.3 release
Regression: black seams in my Cycles bakes (caused by denoising) due to margin pixel extension darkening
I'd propose a new Bake-Margin Type. Instead of extending the noisy image, before handing that over to the denoiser, we could simply extend the "bake primitives" even before starting the…
Poor anti-aliasing when baking textures
@brecht Until the actual bake pipeline refactor happens, I'd propose a new Bake-Margin Type. Instead of extending the noisy image, before handing that over to the denoiser, we could simply extend…
1796bef677
backport #128964
0e22e4fcea
Release: Bump to 4.2.3 release
c7e989bd32
Fix #126205: Do not rebuild collection caches on any ID deletion.
adf990f5e1
BKE: id_delete: Do not forbid layer collection resync in non-Main case.
087aea876d
Fix #125446: Video decoding artifacts with some video widths
Tobias Kozel
pushed to multithreaded_bake_raycasting at Tobiasked/blender
2024-10-14 18:30:59 +02:00
8eedb6f723
Run
make format
, my bad.
Bake: Speed up "Selected to active" Texture-Baking
@Sergey Thank you, all done. Is it the reviewers responsibility to resolve the conversations?
Tobias Kozel
pushed to multithreaded_bake_raycasting at Tobiasked/blender
2024-10-14 14:30:07 +02:00
f55877db55
Smaller grain size, smaller scope of variables, modern cpp
Bake: Speed up "Selected to active" Texture-Baking
I chose that size because of the thread local heap allocation needed on each grain and also in hopes the prefetcher would do a better job on larger grains. No data to back that up however, since…
Bake: Speed up "Selected to active" Texture-Baking
Tobias Kozel
pushed to multithreaded_bake_raycasting at Tobiasked/blender
2024-10-14 01:16:49 +02:00
4a2ad3dad8
Bake: Speed up "Selected to active" Texture-Baking
Tobias Kozel
pushed to multithreaded_bake_raycasting at Tobiasked/blender
2024-10-14 01:13:29 +02:00
fc4f2becc6
Bake: Speed up "Selected to active" Texture-Baking
Tobias Kozel
created branch multithreaded_bake_raycasting in Tobiasked/blender
2024-10-14 01:13:29 +02:00
4a189532bf
Merge branch 'blender-v4.3-release'
bdee3dfaa2
Fix #128906: Remove Docking Draw Callbacks After Deactivate
c4bf88c844
Merge branch 'blender-v4.3-release'
eb2b0ac3f1
Libs: macOS arm64/x64: Update ShaderC to remove global locale lock
191b347f58
Cleanup: GPU: Use function parameters instead of template