Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-09-28 22:31:32 +0300
committerHans Goudey <h.goudey@me.com>2022-09-28 22:31:32 +0300
commit25533dbe219f8bbcb3f04ffe2ff1e57599addf3f (patch)
treefd4d4260fbb807d3d0484d2c4259b43378390875 /release/scripts/startup/bl_ui/space_text.py
parent878dea4e0fcca68ba3ad93edeae22114e1252f9e (diff)
Mesh: Add C++ implementaiton of topology mappings
Because they are friendlier to use in C++ code than the existing mesh mapping API, these mappings from one domain to another were often reimplemented in separate files. This commit moves some basic implementations to a `mesh_topology` namespace in the existing mesh mapping header file. These is plenty of room for performance improvement here, particularly by not using an array of Vectors, but that can come later. Split from D16029
Diffstat (limited to 'release/scripts/startup/bl_ui/space_text.py')
0 files changed, 0 insertions, 0 deletions