Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim pushed to fix-126808-remesh-crash at Sean-Kim/blender 2024-09-26 00:00:12 +02:00
1c1f9f475f Fix #126808: Crash when remeshing an object with a mirror modifier
cbe2bb6755 Fix #127856: GPv3 sculpt mode delta projection (lock axis) without DrawingPlacement
3f6e36bdda Fix #127994: Stack use after scope constructing sculpt BVH
8da413877b Fix: VSE: hang after making meta strip
c31893ed87 Fix: inconsistent socket identifiers in reroute nodes
Compare 10 commits »
Sean Kim created branch fix-126808-remesh-crash in Sean-Kim/blender 2024-09-26 00:00:11 +02:00
Sean Kim commented on issue blender/blender#128143 2024-09-25 23:59:35 +02:00
Sculpt: Face Set Paint brush does not relax the borders with Shift key anymore.

Updated the original post with the hash of a working version from Aug 13th

Sean Kim commented on issue blender/blender#128143 2024-09-25 23:57:47 +02:00
Sculpt: Face Set Paint brush does not relax the borders with Shift key anymore.

Can confirm, setting to high prio

Sean Kim deleted branch silence-sculpt-plane-warning from Sean-Kim/blender 2024-09-25 23:13:59 +02:00
Sean Kim merged pull request blender/blender#128140 2024-09-25 23:13:56 +02:00
Cleanup: Fix missing-declarations warning
Sean Kim pushed to main at blender/blender 2024-09-25 23:13:56 +02:00
d80011d11a Cleanup: Fix missing-declarations warning
Sean Kim commented on pull request blender/blender#128140 2024-09-25 22:33:20 +02:00
Cleanup: Fix missing-declarations warning
Sean Kim created pull request blender/blender#128140 2024-09-25 22:33:07 +02:00
Cleanup: Fix missing-declarations warning
Sean Kim pushed to silence-sculpt-plane-warning at Sean-Kim/blender 2024-09-25 22:32:45 +02:00
0c3d751312 Cleanup: Fix missing-declarations warning
18c59d02a3 Fix: Lite build error after recent VSE commit
16550f78ea Cleanup: Sculpt: Consolidate Flatten, Fill, and Scrape brushes
76d4686987 Cleanup: Fix mesh face corner next/prev function descriptions
f90e1b506f Fix: Hide id operator for menus in context menu
Compare 10 commits »
Sean Kim created branch silence-sculpt-plane-warning in Sean-Kim/blender 2024-09-25 22:32:45 +02:00
Sean Kim deleted branch plane-brushes from Sean-Kim/blender 2024-09-25 21:54:39 +02:00
Sean Kim merged pull request blender/blender#128048 2024-09-25 21:54:36 +02:00
Cleanup: Sculpt: Consolidate Flatten, Fill, and Scrape brushes
Sean Kim pushed to main at blender/blender 2024-09-25 21:54:36 +02:00
16550f78ea Cleanup: Sculpt: Consolidate Flatten, Fill, and Scrape brushes
Sean Kim deleted branch fix-active-face-set from Sean-Kim/blender 2024-09-25 19:19:48 +02:00
Sean Kim merged pull request blender/blender#127959 2024-09-25 19:19:45 +02:00
Fix: Avoid accessing face set with invalid index
Sean Kim pushed to main at blender/blender 2024-09-25 19:19:44 +02:00
df251784cd Fix: Avoid accessing face set with invalid index
Sean Kim pushed to main at blender/blender-developer-docs 2024-09-25 16:44:02 +02:00
5f458738b5 Update docs/release_notes/4.3/sculpt.md
Sean Kim commented on pull request blender/blender#128048 2024-09-24 22:35:16 +02:00
Cleanup: Sculpt: Consolidate Flatten, Fill, and Scrape brushes

Good question, one that's probably hard to figure out. I'll see if I can dig anything up from the git history that would indicate this. I share similar concerns with maintainability, though my…