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
Whenever I'm trying to open up an FBX file it gives me this error.
An item with the same key has already been added. Key: Texture::base_color_texture
at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at GLFrameworkEngine.GenericModelRender..ctor(STGenericModel model) in C:\projects\track-studio\GLFrameworkEngine\Drawing\Generic\GenericModelRender.cs:line 41
at MapStudio.UI.IoNetFile.ReloadScene() in C:\projects\track-studio\MapStudio.UI\src\FileFormats\IONET.cs:line 105
at MapStudio.UI.IoNetFile.Load(Stream stream) in C:\projects\track-studio\MapStudio.UI\src\FileFormats\IONET.cs:line 63
at Toolbox.Core.IO.STFileLoader.SetFileFormat(IFileFormat fileFormat, String FileName, Stream stream, Settings settings) in C:\projects\track-studio\Toolbox.Core\src\IO\STFileLoader.cs:line 170
at Toolbox.Core.IO.STFileLoader.OpenFileFormat(String FileName, Settings settings) in C:\projects\track-studio\Toolbox.Core\src\IO\STFileLoader.cs:line 85
at MapStudio.UI.Workspace.LoadFileFormat(String filePath, Boolean isProject) in C:\projects\track-studio\MapStudio.UI\src\Workspace\Workspace.cs:line 335
The text was updated successfully, but these errors were encountered:
Whenever I'm trying to open up an FBX file it gives me this error.
An item with the same key has already been added. Key: Texture::base_color_texture
at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at GLFrameworkEngine.GenericModelRender..ctor(STGenericModel model) in C:\projects\track-studio\GLFrameworkEngine\Drawing\Generic\GenericModelRender.cs:line 41
at MapStudio.UI.IoNetFile.ReloadScene() in C:\projects\track-studio\MapStudio.UI\src\FileFormats\IONET.cs:line 105
at MapStudio.UI.IoNetFile.Load(Stream stream) in C:\projects\track-studio\MapStudio.UI\src\FileFormats\IONET.cs:line 63
at Toolbox.Core.IO.STFileLoader.SetFileFormat(IFileFormat fileFormat, String FileName, Stream stream, Settings settings) in C:\projects\track-studio\Toolbox.Core\src\IO\STFileLoader.cs:line 170
at Toolbox.Core.IO.STFileLoader.OpenFileFormat(String FileName, Settings settings) in C:\projects\track-studio\Toolbox.Core\src\IO\STFileLoader.cs:line 85
at MapStudio.UI.Workspace.LoadFileFormat(String filePath, Boolean isProject) in C:\projects\track-studio\MapStudio.UI\src\Workspace\Workspace.cs:line 335
The text was updated successfully, but these errors were encountered: