Custom Split Normals can look bad after posing mesh (Stretching areas) #114529

Open
opened 2023-11-06 11:33:04 +01:00 by 刘文博 · 8 comments

System Information
Operating system: Windows-10-10.0.22621-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.79

Blender Version
Broken: version: 3.6.5, branch: blender-v3.6-release, commit date: 2023-10-16 14:30, hash: cf1e1ed46b7e
Worked: (newest version of Blender that worked as expected)

Short description of error
Calculation error of normals at the point of mesh stretching when the mesh has custom split normals data
The normals are no longer smooth.Other softwares like ue,3dmax don't seem to have this problem.The normals are smooth.

Blender: UE: 3D Max:
image image image

Exact steps for others to reproduce the error
1 Import test.fbx
2 Lift the arm

**System Information** Operating system: Windows-10-10.0.22621-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.79 **Blender Version** Broken: version: 3.6.5, branch: blender-v3.6-release, commit date: 2023-10-16 14:30, hash: `cf1e1ed46b7e` Worked: (newest version of Blender that worked as expected) **Short description of error** Calculation error of normals at the point of mesh stretching when the mesh has custom split normals data The normals are no longer smooth.Other softwares like ue,3dmax don't seem to have this problem.The normals are smooth. | Blender: | UE: | 3D Max: | | -- | -- | -- | |![image](/attachments/8582d104-286b-45a0-a39b-32566bae720e)|![image](/attachments/2f9f8e24-14f8-4c54-9ea2-097169fcb366)|![image](/attachments/03155597-bda3-4238-9b1b-0396270c793f) **Exact steps for others to reproduce the error** 1 Import test.fbx 2 Lift the arm
4.5 MiB
1.3 MiB
1.9 MiB
1.4 MiB
刘文博 added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2023-11-06 11:33:05 +01:00

I can confirm.
But at first glance it appears to be a problem with the mesh itself.
I'm not familiar with UE or 3D Max to check how normal customs are transformed there.
I'll leave it to someone with more knowledge in this area to investigate.

I can confirm. But at first glance it appears to be a problem with the mesh itself. I'm not familiar with UE or 3D Max to check how normal customs are transformed there. I'll leave it to someone with more knowledge in this area to investigate.
Author

I can confirm.
But at first glance it appears to be a problem with the mesh itself.
I'm not familiar with UE or 3D Max to check how normal customs are transformed there.
I'll leave it to someone with more knowledge in this area to investigate.

@mano-wii
I exported an FBX from 3ds max and imported it into Blender.The new file does not have this issue.I think blender's algorithm caused this problem.
image

> I can confirm. > But at first glance it appears to be a problem with the mesh itself. > I'm not familiar with UE or 3D Max to check how normal customs are transformed there. > I'll leave it to someone with more knowledge in this area to investigate. @mano-wii I exported an FBX from 3ds max and imported it into Blender.The new file does not have this issue.I think blender's algorithm caused this problem. ![image](/attachments/63ead997-a43f-4de1-acd6-34900231496b)
Author

I can confirm.
But at first glance it appears to be a problem with the mesh itself.
I'm not familiar with UE or 3D Max to check how normal customs are transformed there.
I'll leave it to someone with more knowledge in this area to investigate.

I don't think turning off Auto Smooth is a good solution.This will render the custom split normals data ineffective.

> I can confirm. > But at first glance it appears to be a problem with the mesh itself. > I'm not familiar with UE or 3D Max to check how normal customs are transformed there. > I'll leave it to someone with more knowledge in this area to investigate. I don't think turning off Auto Smooth is a good solution.This will render the custom split normals data ineffective.

Thanks for testing @iillya,

From the image we can see that the mesh imported from 3d max also has custom normals, but the normals seem to be better aligned than the one imported directly into Blender through FBX.

But you seem to have already imported the posed mesh. (So it could also be a rigging problem).

Could it be a precision problem with Blender's FBX importer?
Could it be that 3D Max somehow made the normals more aligned?
Could it be that 3D Max and UE rigging handle this case better than Blender?

@Mysteryem, since you seem more familiar with this area, any ideas on how to solve the mystery of what might be going on here?

Thanks for testing @iillya, From the image we can see that the mesh imported from 3d max also has custom normals, but the normals seem to be better aligned than the one imported directly into Blender through FBX. But you seem to have already imported the posed mesh. (So it could also be a rigging problem). Could it be a precision problem with Blender's FBX importer? Could it be that 3D Max somehow made the normals more aligned? Could it be that 3D Max and UE rigging handle this case better than Blender? @Mysteryem, since you seem more familiar with this area, any ideas on how to solve the mystery of what might be going on here?
Member

I think this may be a case of Blender rigging not handling custom normals as well as other software. The FBX importer simply imports whatever normals are in the .fbx directly as custom split normals (expanding the normals to the 'CORNER' domain if they were face or vertex normals, though they're already 'CORNER' domain in test.fbx).

If I pose the imported .fbx and transfer custom normals to it from the pre-posed 3ds import it looks good initially, but then un-posing the imported .fbx results in the normals on the shoulder no longer looking good.
image
Unity similarly looks good when posed (both the original test.fbx and an .fbx exported from test.blend):
image

I think this may be a case of Blender rigging not handling custom normals as well as other software. The FBX importer simply imports whatever normals are in the .fbx directly as custom split normals (expanding the normals to the 'CORNER' domain if they were face or vertex normals, though they're already 'CORNER' domain in `test.fbx`). If I pose the imported .fbx and transfer custom normals to it from the pre-posed 3ds import it looks good initially, but then un-posing the imported .fbx results in the normals on the shoulder no longer looking good. ![image](/attachments/fe30dcb5-1d68-40b1-ae63-3d64241d5eee) Unity similarly looks good when posed (both the original `test.fbx` and an .fbx exported from `test.blend`): ![image](/attachments/4c1323c8-6cf2-44bb-8990-d6cdc8fc664e)
781 KiB
267 KiB
Author

Thanks for testing @iillya,

From the image we can see that the mesh imported from 3d max also has custom normals, but the normals seem to be better aligned than the one imported directly into Blender through FBX.

But you seem to have already imported the posed mesh. (So it could also be a rigging problem).

Could it be a precision problem with Blender's FBX importer?
Could it be that 3D Max somehow made the normals more aligned?
Could it be that 3D Max and UE rigging handle this case better than Blender?

@Mysteryem, since you seem more familiar with this area, any ideas on how to solve the mystery of what might be going on here?

Yes I have already imported the posed mesh.(The one on the right,posed in max instead of in blender).What I want to show is that just like you said ,3D Max and UE rigging handle this case better than Blender.Nothing to do with blender's FBX importer.May be related to rigging.

> Thanks for testing @iillya, > > From the image we can see that the mesh imported from 3d max also has custom normals, but the normals seem to be better aligned than the one imported directly into Blender through FBX. > > But you seem to have already imported the posed mesh. (So it could also be a rigging problem). > > Could it be a precision problem with Blender's FBX importer? > Could it be that 3D Max somehow made the normals more aligned? > Could it be that 3D Max and UE rigging handle this case better than Blender? > > @Mysteryem, since you seem more familiar with this area, any ideas on how to solve the mystery of what might be going on here? Yes I have already imported the posed mesh.(The one on the right,posed in max instead of in blender).What I want to show is that just like you said ,3D Max and UE rigging handle this case better than Blender.Nothing to do with blender's FBX importer.May be related to rigging.
Author

@Mysteryem
So this is a problem with blender's own rigging. Is it not as perfect as other software?Are there any plans to fix this issue in the future?

@Mysteryem So this is a problem with blender's own rigging. Is it not as perfect as other software?Are there any plans to fix this issue in the future?
Germano Cavalcante changed title from Calculation error of normals at the point of mesh stretching when the mesh has custom split normals data to Custom Split Normals can look bad after posing mesh (Stretching areas) 2023-11-07 21:47:20 +01:00

I confirmed the report as a Custom Split Normals + Rigging issue

The development team can review the information provided and work towards resolving the issue ;)

I confirmed the report as a Custom Split Normals + Rigging issue The development team can review the information provided and work towards resolving the issue ;)
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#114529
No description provided.