-
- Downloads
Fix T96401: Broken multires baked normals result
A 7 year old commit, 2ec00ea0, used incorrect indexing for the optional array of precomputed poly normals. Apparently that code path was never used, or this issue would have been discovered earlier. Recent changes calculate normals on a temporary mesh and use those for the "low-res" layer, meaning the precomputed path was always taken.
Please register or sign in to comment