Files
test/source/blender/blenkernel
Hans Goudey 32fc3c0c1c Fix: Resolve over-allocation for mesh tangents
For some reason, the custom data type was set as `float[4][4]`
for tangents, but they are written as `float[4]`. The overallocation
might not have been a problem, since it looks like the extra memory
was never written to. But it's still confusing and potentially bad for
performance.
2024-04-01 13:38:06 -04:00
..
2023-11-27 09:30:52 +11:00
2023-08-18 08:56:12 +10:00
2024-01-11 11:01:50 -05:00