This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/intern/mikktspace
Lukas Stockner b804f925c7 Fix T101185: New Mikktspace crashes on meshes without valid triangles
The code already had a check for meshes with zero triangles, but it
didn't catch the case where all triangles are flagged as degenerate.
A simple way to reproduce this is to take a mesh and scale it to zero.

After checking the code, it turns out that in this case it's supposed
to just set all tangents to zero, so the fix simply is to detect this
case and skip the computation.
2022-10-05 02:42:43 +02:00
..
2022-09-23 14:33:43 +10:00
2021-05-23 13:57:22 -04:00

MikkTSpace

A common standard for tangent space used in baking tools to produce normal maps.

More information can be found at http://www.mikktspace.com/.