Files
test/source/blender/blenkernel/intern
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
..
2024-03-26 13:07:04 -04:00
2024-01-30 14:42:13 -05:00
2024-03-26 13:07:04 -04:00
2024-03-27 10:25:31 +11:00
2024-01-30 14:42:13 -05:00
2024-03-26 13:07:04 -04:00
2024-01-31 14:04:56 -05:00
2024-03-21 10:02:53 +11:00
2024-03-26 13:07:04 -04:00
2024-01-19 20:29:38 +01:00
2024-01-19 14:32:28 +01:00
2024-03-26 13:07:04 -04:00
2024-03-26 13:07:04 -04:00