Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import: "Merge Vertices" option damages custom attributes #2463

Open
scurest opened this issue Jan 21, 2025 · 1 comment
Open

Import: "Merge Vertices" option damages custom attributes #2463

scurest opened this issue Jan 21, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@scurest
Copy link
Contributor

scurest commented Jan 21, 2025

Describe the bug
When importing with "Merge Vertices", the importer does not consider _custom_attributes when determining vertex uniqueness, causing custom attribute values to be imported incorrectly.

To Reproduce

  1. Import CustomAttributeTestGLB.zip.
  2. This is a cube with a custom attribute named _Q. Using the spreadsheet, confirm _Q is a constant 0-5 on each of the six sides of the cube.
  3. Import it again with "Merge Vertices".
  4. Using the spreadsheet, confirm that the range of _Q is wrong, and the value at many corners is now incorrect.

Expected behavior
Either vertices with distinct custom attributes should not be merged, or custom attributes should be imported as CORNER domain attributes when using "Merge Vertices".

Version

  • OS: Linux
  • Blender Version: 4.3.1
@julienduroure
Copy link
Collaborator

Hello,
I can confirm.
It is a know limitation that I didn't implemented
Let's set it as bug

See

# We don't split vertices only because of custom attribute

@julienduroure julienduroure added the bug Something isn't working label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants