Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim deleted branch remove-forward-declarations from Sean-Kim/blender 2024-07-30 01:17:45 +02:00
Sean Kim pushed to main at blender/blender 2024-07-30 01:17:42 +02:00
0c09d38774 Cleanup: Remove forward declarations in sculpt_boundary.cc
Sean Kim merged pull request blender/blender#125630 2024-07-30 01:17:41 +02:00
Cleanup: Remove forward declarations in sculpt_boundary.cc
Sean Kim created pull request blender/blender#125632 2024-07-30 01:16:44 +02:00
Fix #125621: Grow Face Set applies default value to entire empty mesh
Sean Kim created branch fix-125621 in Sean-Kim/blender 2024-07-30 01:16:16 +02:00
Sean Kim pushed to fix-125621 at Sean-Kim/blender 2024-07-30 01:16:16 +02:00
b492567bd8 Fix #125621: Grow Face Set applies default value to entire empty mesh
Sean Kim created pull request blender/blender#125630 2024-07-30 00:27:53 +02:00
Cleanup: Remove forward declarations in sculpt_boundary.cc
Sean Kim created branch remove-forward-declarations in Sean-Kim/blender 2024-07-30 00:27:13 +02:00
Sean Kim pushed to remove-forward-declarations at Sean-Kim/blender 2024-07-30 00:27:13 +02:00
4f0eb6d1e8 Cleanup: Remove forward declarations in sculpt_boundary.cc
99c55bdbfb Sculpt: Partial refactor of boundary brush
d30d8b4bfa UI: Add padding to items in ui lists and tree views
6d992ff071 Cleanup: Formatting
cbd1ac553d Sculpt: Refactor for enhance details mesh filter preprocess
Compare 10 commits »
Sean Kim deleted branch closest-boundary-vert from Sean-Kim/blender 2024-07-30 00:05:37 +02:00
Sean Kim merged pull request blender/blender#125525 2024-07-30 00:05:34 +02:00
Sculpt: Partial refactor of boundary brush
Sean Kim pushed to main at blender/blender 2024-07-30 00:05:33 +02:00
99c55bdbfb Sculpt: Partial refactor of boundary brush
Sean Kim pushed to closest-boundary-vert at Sean-Kim/blender 2024-07-29 21:05:28 +02:00
53e5a2c956 Use -> for unique_ptr var access
Sean Kim commented on pull request blender/blender#125525 2024-07-29 21:04:03 +02:00
Sculpt: Partial refactor of boundary brush

Deferring this to later, requires a number of other changes that add a lot of bloat for not a lot of value

Sean Kim pushed to closest-boundary-vert at Sean-Kim/blender 2024-07-29 20:42:17 +02:00
62dcd5e60d Merge branch 'closest-boundary-vert' of projects.blender.org:Sean-Kim/blender into closest-boundary-vert
c1a98bb9e6 Add pbvh type prefix to functions
60ea3921e0 Remove unnecessary structs
e2e94745eb Remove BoundaryFloodFillData
7d6f812915 Minor cleanup of names & const
Compare 6 commits »
Sean Kim commented on pull request blender/blender#125525 2024-07-29 20:28:46 +02:00
Sculpt: Partial refactor of boundary brush

For now, I think this change will add a fair bit of noise to this PR, I'll tackle it as a follow-up after this gets merged.

Sean Kim opened issue blender/blender#125621 2024-07-29 20:26:34 +02:00
Edit Face Set on default mesh changes mesh color
Sean Kim commented on pull request blender/blender#125525 2024-07-29 19:55:56 +02:00
Sculpt: Partial refactor of boundary brush

Are you suggesting this to remove some overhead for the loop? I feel like this complicates the code and is a bit more brittle.

Sean Kim commented on pull request blender/blender#125525 2024-07-29 19:27:06 +02:00
Sculpt: Partial refactor of boundary brush

True, missed this as part of moving the lambda definition inside this function.