Block a user
Fix #128143: Relax face sets doesn't modify mesh
Clay strips brush leaves cracks on mesh
A note from @Nicola-Dessi in the module chat:
I was playing with some settings and realized that using a higher radius_scale in do_brush_action seems to fix this bug
I don't know why…
7e48432b80
Merge branch 'main' of projects.blender.org:blender/blender into fix-draw-face-set
c6782f53b7
Docs: add note to avoid incorrect use of XRAY_ENABLED
b0d37b4267
Fix #128074: Edit Mesh being occluded for snapping even in Xray
36edfe04e0
Refactor: move blenlib tempfile to C++
aac0c2cc5f
Fix #127051: Compositing using multiple Levels nodes freezes Blender
a504c90353
Merge branch 'main' of projects.blender.org:blender/blender into fix-128143-relax-face-set
c6782f53b7
Docs: add note to avoid incorrect use of XRAY_ENABLED
b0d37b4267
Fix #128074: Edit Mesh being occluded for snapping even in Xray
36edfe04e0
Refactor: move blenlib tempfile to C++
aac0c2cc5f
Fix #127051: Compositing using multiple Levels nodes freezes Blender
Fix: Draw face set does not work for multires / dyntopo
Fix #128143: Relax face sets doesn't modify mesh
8dd2976114
Fix: Draw face set does not work for multires / dyntopo
7ec12a784b
Tests: Update hash for updated geometry nodes triangulate test
2ba0828de0
Tests: Update hash for updated geometry nodes triangulate test
d80011d11a
Cleanup: Fix missing-declarations warning
18c59d02a3
Fix: Lite build error after recent VSE commit
e1538d5cd9
Fix #128143: Relax face sets doesn't modify mesh
e045471259
Cleanup: remove unused functions from usd_blend_shape_utils
2cdbe7b5f3
Fix: USD: Support color attributes on all relevant domains
a6d5652043
Geometry Nodes: use placeholder instead of label in some string sockets
8027720e51
Refactor: Nodes: handle unavailable sockets in declaration instead of update function
Sculpt: Face Set Paint brush does not relax the borders with Shift key anymore.
Should have a fix soon
Sculpt: Face Set Paint brush does not relax the borders with Shift key anymore.
Bad commit is d64f62e4fa92ceeff1d945c9c51d4bc94cf4a0ee
Fix #126480: Convert mesh to legacy curve and GPv3
Some general thoughts from my end - I'm not sure if we do this pattern of recursively calling the same operator multiple times elsewhere in the codebase, but this seems prone to leaving objects in…