Block a user
Fix #128929: Multires face set automasking doesnt work with no face set
f13ee22c9d
Merge branch 'blender-v4.3-release' of projects.blender.org:blender/blender into fix-bmesh-density
15be0030f6
Cleanup: various non-functional C++ changes
57ca937a7c
Fix #128714: GPv3: Don't erase behind the camera
bcf6524ca1
Fix #128601: Redoing move operation crash in sculpt mode
d177388979
Sculpt/Paint: Tag brushes for unsaved changes for UI indication
28d6886a4f
Fix #128929: Multires face set automasking doesnt work with no face set
15be0030f6
Cleanup: various non-functional C++ changes
57ca937a7c
Fix #128714: GPv3: Don't erase behind the camera
Fix #128933: Dyntopo density brush prints constant console errors
Cleanup: Various non-functional changes for sculpt_gesture.cc
03fd9f9b99
Cleanup: Various non-functional changes for sculpt_gesture.cc
4073c24bac
WIP
07f298c1e5
Merge branch 'blender-v4.3-release'
Fix #76374: Multires artifacts when sculping on lower level
The thing is that the sculopt level gets "smoothed" via reshape_subdiv (to have some smooth curve of the delta, and not linear interpolation applied to the higher level). So even sculpted grid…