Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim closed pull request blender/blender#130017 2024-11-12 00:47:45 +01:00
WIP: Add support for multiple brush types per tool
Sean Kim commented on pull request blender/blender#130017 2024-11-12 00:47:43 +01:00
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.

Sean Kim deleted branch cleanup-clang-format from Sean-Kim/blender 2024-11-12 00:44:51 +01:00
Sean Kim pushed to main at blender/blender 2024-11-12 00:44:47 +01:00
bdee3b9762 ClangFormat: Remove unused sculpt macro exceptions
Sean Kim merged pull request blender/blender#130158 2024-11-12 00:44:47 +01:00
ClangFormat: Remove unused sculpt macro exceptions
Sean Kim commented on issue blender/blender#128659 2024-11-12 00:43:00 +01:00
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
Sean Kim commented on pull request blender/blender#130158 2024-11-11 23:24:22 +01:00
ClangFormat: Remove unused sculpt macro exceptions
Sean Kim created pull request blender/blender#130158 2024-11-11 23:23:25 +01:00
ClangFormat: Remove unused sculpt macro exceptions
Sean Kim commented on issue blender/blender#128584 2024-11-11 23:21:34 +01:00
Dyntopo will always turn itself off when exiting to object mode despite user explicitly enabling it.

So, I'm a bit confused by what specifically needs clarification here - based on your latest comment @Rawalanche, the specific issue that you're trying to automate seems to be a bug (See: #126638)…

Sean Kim pushed to cleanup-clang-format at Sean-Kim/blender 2024-11-11 23:04:33 +01:00
c6584d0c82 ClangFormat: Remove unused sculpt macro exceptions
db62ddd57c Merge branch 'blender-v4.3-release'
a3773c827d Merge branch 'blender-v4.3-release'
f026c3a80f Merge branch 'blender-v4.3-release'
325c8c0190 PyDoc: add doc-string for addon_utils.extensions_refresh
Compare 10 commits »
Sean Kim created branch cleanup-clang-format in Sean-Kim/blender 2024-11-11 23:04:33 +01:00
Sean Kim pushed to main at blender/blender 2024-11-11 20:06:18 +01:00
406f259920 Merge branch 'blender-v4.3-release'
009fb327ee Fix #130101: Boundary brush radius uses incorrect initial value
Compare 2 commits »
Sean Kim deleted branch fix-boundary-mesh-radius-falloff from Sean-Kim/blender 2024-11-11 20:02:58 +01:00
Sean Kim closed issue blender/blender#130101 2024-11-11 20:02:54 +01:00
Sculpt Mode: Boundary brush radius broken on mesh without Multires
Sean Kim pushed to blender-v4.3-release at blender/blender 2024-11-11 20:02:50 +01:00
009fb327ee Fix #130101: Boundary brush radius uses incorrect initial value
Sean Kim merged pull request blender/blender#130154 2024-11-11 20:02:50 +01:00
Fix #130101: Boundary brush radius uses incorrect initial value
Sean Kim commented on pull request blender/blender#129990 2024-11-11 20:01:54 +01:00
GPv3: Add back Alt constraint to lines

Not for the PR but thanks for the note. Should there be a BLI_math_snapping to store the math functions?

In general yeah I think something like BLI_math_snapping would be good for it,…

Sean Kim approved blender/blender#129901 2024-11-11 19:32:34 +01:00
Refactor: Sculpt: Shape key deformation consistency & deduplication

Seems generally reasonable to me; I think this consolidates the code well. I didn't do a lot of manual testing here, but I verified that we didn't regress and reintroduce the bug mentioned in #126199