Refactor: Various changes to SCULPT_OT_mask_by_color #126258

Merged
Sean Kim merged 2 commits from Sean-Kim/blender:cleanup-mask-by-color into main 2024-08-15 04:52:29 +02:00

2 Commits

Author SHA1 Message Date
9b51ae0e60 Merge branch 'main' of projects.blender.org:blender/blender into cleanup-mask-by-color 2024-08-14 15:55:25 -07:00
682fbdfe0f Refactor: Various changes to SCULPT_OT_mask_by_color
All checks were successful
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-linux-x86_64 Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-windows-amd64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
* Removes usage of `PBVHVertRef` in favor of `int` since the operator
  only works on Mesh
* Removes calls to Multires and BMesh code that have no effect
* Inline floodfill algorithm
2024-08-12 15:54:23 -07:00