Search Issue Tracker
Duplicate
Votes
0
Found in
2018.3.0f2
Issue ID
1113404
Regression
No
ModelImporter.importBlendShapeNormals read wrong values when BlendShapeNormals are the same with Mesh Normal
Steps to reproduce:
1. Open user OC attached project
2. Make sure that both .fbx files have "Blend Shape Normals" option set to "Import"
3. Select the ASS_CHA_FACE_10010000_MESH child of the modifed (blendshape normals were manually tweaked from 0 to 0.01 in the .fbx file) TestBody1_ok game object
4. Observe that skinned mesh changes correctly when sliding through the blendshape values
5. Now select ASS_CHA_FACE_10010000_MESH of the TestBody2_bad game object
6. Observe that blendnormal is recalculated
Expected result: blendshape normals should not be recalculated
Reproduced in: 2019.1.0a13, 2018.3.0f2, 2018.3.0b1
-
Resolution Note (2019.2.X):
A new checkbox in the import settings has been implemented which allows the user to switch between legacy and current way to calculate normal. (Note that the legacy mode doesn't expose the Blendshape normals settings). Also, if not using the legacy mode, a bug that was causing the blendshapes normals to be calculated even though the "None" option was selected, is now fixed. By selecting "None", the blendshapes will take the same normals as the master object.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #1123265