Cleanup: Move UV parameterizer header to C++ and proper namespace #105357

Merged
Chris Blackbourn merged 3 commits from HooglyBoogly/blender:cleanup-uv-parameterize-cpp into main 2023-03-02 06:10:37 +01:00

3 Commits

Author SHA1 Message Date
Hans Goudey ae2006a958 Cleanup: Move UV parameterizer to blender::geometry namespace
buildbot/vexp-code-patch-coordinator Build done. Details
The current API makes more sense as part of a class, but for now, keep
consistency with the other geometry module headers and move the code
to the proper namespace, removing the `GEO_` prefix which is only meant
for C code.
2023-03-01 23:03:34 -05:00
Hans Goudey 0cfe9ae4a7 Cleanup: Remove unnecessary struct and using keywords in C++ 2023-03-01 22:46:49 -05:00
Hans Goudey 89f7c94355 Cleanup: Move UV parameterizer header to C++
See #103343
2023-03-01 22:46:25 -05:00