Refactor: Simplify closest_boundary_vert calculation #125343

Merged
Sean Kim merged 1 commits from Sean-Kim/blender:remove-extra-flood-fill-variable into main 2024-07-24 01:46:36 +02:00

1 Commits

Author SHA1 Message Date
a6270518bb Refactor: Simplify closest_boundary_vert calculation
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-arm64 Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-windows-amd64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
* Removes unused struct variables
* Adds comment and reorders existing struct variables
* Switches PBVHVertRef for float3 position
* Replaces manually managed array with blender::Array
2024-07-23 15:09:16 -07:00