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

Missing # in acessor sourceId causes Error when importing, previously exported Collada, with assimpnet #9

Open
Solaer1 opened this issue Oct 29, 2023 · 0 comments

Comments

@Solaer1
Copy link

Solaer1 commented Oct 29, 2023

A Missing # in the source id of the accessor in library_geometries/geometry/mesh/<All sources(Position, Normals, texcoords etc)>/technique_common/acessor.source, causes an "Unknown reference format in url" error, when importing with assimpnet. Blender does not seem to be affected. An easy fix would be to change the lines 139, 157, 173 in SouceGenerator.cs to: Source = "#" + source.Float_Array.ID,. Seeing as the # is present in other urls, this is likely an oversight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant