Block a user
Refactor: Sculpt/Paint: Rename brush "tool" to brush "type"
Julian Eisel
created branch temp-refactor-brush-tool-rename-brush-type in JulianEisel/blender
2024-08-26 18:41:45 +02:00
Julian Eisel
pushed to temp-refactor-brush-tool-rename-brush-type at JulianEisel/blender
2024-08-26 18:41:45 +02:00
94b57fba47
Refactor: Sculpt/Paint: Rename brush "tool" to brush "type"
Julian Eisel
pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender
2024-08-26 12:50:55 +02:00
c67a83e419
Merge branch 'main' into temp-brush-assets-gpencil-followups
b2d441a93a
install_linux_packages.py: Remove SVN requirement.
a57fbe3861
Cleanup: Use const context in tool system API
81870ce418
Cleanup: Use
const char*
in declaring imb_exr_get_pass()
.
d9cfb9fea2
Fix #126573: Crash calling popups without a "window" set
Julian Eisel
pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender
2024-08-23 18:41:55 +02:00
c28c1b6061
Support file read & write for main brush storage
Julian Eisel
pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender
2024-08-23 18:38:36 +02:00
855849f3ca
Fix memory leak
Julian Eisel
pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender
2024-08-23 18:31:01 +02:00
bd06f0e8dd
Remember brush used by general "Brush" tool
Julian Eisel
pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender
2024-08-23 16:09:01 +02:00
14fd036315
Merge branch 'main' into temp-brush-assets-gpencil-followups
c0b725b2ff
Cleanup: Paint: Use getter to get active brush
c4c4b842e7
Fix #126637: GPv3: Eraser size is the same size of Brush size
d48986eec9
Fix: Vulkan: EEVEE irradiance baking
WIP: #125449, but brings back tool slots design
WIP: #125449, but brings back tool slots design
Merged this into !125449 already, and did further improvements.
Julian Eisel
pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender
2024-08-23 14:57:06 +02:00
544faba9c2
Merge branch 'main' into temp-brush-assets-gpencil-followups
e42b9a73be
Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar
6607d66274
Fix: EEVEE crash when baking light probes
901cfac08b
Fix #126568: add dropped asset collection to active collection
c23bbadebf
Refactor: I18N: Use C++ in
msgfmt
utils.
Fix: Exception when opening new window
Actually, wait. #125905 also does this fix, think it's fair to let that go in since it was earlier.