Block a user
broken undo in sculpt mode when 'Shape Keys' are modified on a mesh with 'Multires' modifier
Verified this weird behavior exists back in 3.3 LTS and 3.6 LTS
Sculpt: Undo operation not working after using mask tools on mesh with multiresolution modifier
Can confirm - also of note, this doesn't happen with the mask brush, just the relevant tools.
Refactor: Sculpt: Specialize pose face set IK chain creation
365ab232ed
Refactor: Sculpt: Specialize pose face set IK chain creation
2ba69519a8
Fix #127678: Auto-Save Preferences does not work for few anim properties
6b63fa8f85
GPv3: Interpolate Sequence operator
d15681a459
Sculpt: Extract deformation position data and logic to a class
b2ce5393ad
Cleanup: Sculpt: Remove unused automasking function
Sculpt: Automasking mesh boundary on multires prevents some internal vertices from being affected
Checked the attached blend in 3.6 & 3.3 LTS, this behavior still persists in both of those
Sculpt Mode: Various brushes break mesh if used with Mirror modifier
Updated the title to better represent the issue - tested this with the Elastic Deform brush and I notice the same thing - regression is likely related to the original coordinate handling with this…
Sculpt: Automasking mesh boundary on multires prevents some internal vertices from being affected
@PratikPB2123 Did you happen to check if this was a regression?
Sean Kim
pushed to grease-pencil-bake-object-transform at Sean-Kim/blender
2024-09-17 20:34:53 +02:00
598c2253f2
Remove extra reprojection
666f29aac3
extract matrix multiplication
dffbe29c6a
Fix drawing duplication
59a6c280d2
Remove missed span conversion
GPv3: Add Reproject operator
From some tests it seems like the Front, Side, and Top planes are in world space. I compared this to GPv2 and it seems like it's a weird mix there. It uses the object location, but not the…
15d0889900
Reproject to specific object location
f7550f778a
Add missed break statement
f53256c684
Wrap scene graph update in surface mode reprojection check
27399a783e
whitespace
Cleanup: Sculpt: Various non-functional sculpt_ops.cc changes
3c0d14e118
Merge branch 'main' of projects.blender.org:blender/blender into cleanup-cavity-bake
0a0551cf26
CMake: suppress warnings building with mold on Linux
bab4f7a0cd
Fix #127654: Video Deinterlace option does not work in some cases
fffec9a12a
Cleanup: remove unused window position function
4df0dc4181
Fix: Sculpt: Avoid repeatedly retrieving mesh data
Cleanup: Sculpt: Various non-functional sculpt_ops.cc changes