Files
test/source/blender/blenkernel/intern
Hans Goudey 33db2d372f Mesh: Optimize vertex to edge attribute domain interpolation
Instead of using `DefaultMixer`, use the simpler `mix2` function.
This just decreases the overhead of computing each value.
In a simple test storing an attribute with the position of each
edge, I observed a 1.7x performance improvement: a change from
16 ms to ~9ms for an 8 million edge mesh.

Resolves #133196.
2025-02-12 11:50:14 -05:00
..
2025-01-26 00:39:59 +01:00
2025-02-07 21:24:36 +01:00
2025-02-11 17:47:45 +01:00
2025-02-08 12:03:13 +01:00