Block a user
Sean Kim
deleted branch remove-forward-declarations from Sean-Kim/blender
2024-07-30 01:17:45 +02:00
Cleanup: Remove forward declarations in sculpt_boundary.cc
Fix #125621: Grow Face Set applies default value to entire empty mesh
Cleanup: Remove forward declarations in sculpt_boundary.cc
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
Sculpt: Partial refactor of boundary brush
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
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
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.
Edit Face Set on default mesh changes mesh color
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.
Sculpt: Partial refactor of boundary brush
True, missed this as part of moving the lambda definition inside this function.