You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: