Cleanup: Sculpt: Add geometry index accessor functions to node structs #127201

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:pbvh-accessor-functions into main 2024-09-05 20:07:21 +02:00

1 Commits

Author SHA1 Message Date
8747e9facd Cleanup: Sculpt: Add geometry index accessor functions to node structs
All checks were successful
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-linux-x86_64 Build done.
buildbot/vexp-code-patch-windows-amd64 Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
Add `.faces()`, `.verts()`,`.all_verts()`, and `.grids()` functions to nodes.
Don't change BMesh data access yet. More complex const correctness
makes that situation more difficult.
2024-09-05 11:06:50 -04:00