Refactor: GPv3: Use int3 for triangle data type #129166

Merged
Falk David merged 1 commits from filedescriptor/blender:refactor-gpv3-use-int3-for-triangle-data into main 2024-10-17 17:21:33 +02:00

1 Commits

Author SHA1 Message Date
e9f18349cc Refactor: GPv3: Use int3 for triangle data type
All checks were successful
buildbot/vexp-code-patch-linux-x86_64 Build done.
buildbot/vexp-code-patch-lint 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.
These were `uint3` before, but they should just be `int3`s.
2024-10-17 16:42:05 +02:00