Block a user
Sean Kim
deleted branch remove-extra-undo-data-geometry-push from Sean-Kim/blender
2024-11-14 02:08:15 +01:00
Refactor: Sculpt: Avoid storing extra undo data on geometry_push
Fix #128798: Face corner normals cache not tagged dirty in sculpt undo
I don't understand why we do this if !tag_update
- is it because in the tag_update
case we dont have a mesh.runtime->corner_normals_cache
to worry about?
Sean Kim
pushed to remove-extra-undo-data-geometry-push at Sean-Kim/blender
2024-11-14 00:27:40 +01:00
294c308767
Rename, add comment
Fix #125787: Relative texture paths do not work with brush assets
@mont29 Could you take a look at this soon? Wanted to get this fix merged in before the 4.3 RC if possible.
Multires: Subdivision Set Relative is subdividing the object
So I was looking at this recently for some other related changes; while I agree that having the behavior depend on relative
is weird, adding subdivide
also as a parameter seems that it would…
WIP: Add support for multiple brush types per tool
WIP: Add support for multiple brush types per tool
Closing this, this approach is unlikely to be taken with more time to look into the root cause.
ClangFormat: Remove unused sculpt macro exceptions
The new Paint tool in Sculpt mode doesn't filter brushes with the Smear type
Bumping this from the 4.3 milestone. Unfortunately with RC coming up any change to fix this would be relatively large and likely too risky to actually attempt before the release.
Sean Kim
pushed to remove-extra-undo-data-geometry-push at Sean-Kim/blender
2024-11-12 00:03:30 +01:00
8f804884b4
PR Feedback
ClangFormat: Remove unused sculpt macro exceptions