Search Issue Tracker

Fixed

Fixed in 6000.5.0a3

Votes

0

Found in

2021.3.36f1

Issue ID

UUM-122300

Regression

No

Blend Shape normals are incorrect for .fbx files when Normals are set to Import and Blend Shape Normals are set to Calculate

-

Unity calculates “deltaNormals[]” incorrectly when a mesh has imported normals and blend shapes, specifically with FBX-imported models, where Normals are set to Import and Blend Shape Normals are set to Calculate. Currently, Unity calculates the delta between the imported rest normal and a blend normal generated using ModelImporterNormalCalculationMode and ModelImporterNormalSmoothingSource. The user suggests this is mathematically wrong - the delta should instead be calculated between the calculated blendshape normal and a new rest pose normal generated using the same CalculationMode/SmoothingSource as the blend normals.
To the user, this means models using imported normals cannot use blend shapes without either disabling normals (not feasible) or producing visible artifacts, often on character faces.

Note: Not reproduced by CQA

  1. Resolution Note (fix version 6000.5.0a3):

    Fixes the calculation of blendshape normals when mesh normals import mode is set to 'Import' and blendShape normals import mode is set to 'Calculate', the original code was using the imported normals as a base which results in incorrect offsets.
    A new import setting ensures that existing assets maintain the same behavior.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.