mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
It doesn't like material names with dashes
https://cdn.discordapp.com/attachments/813073594388054047/910591518329409557/unknown.png
This commit is contained in:
parent
86f0a5b96c
commit
a75207487d
|
|
@ -310,7 +310,7 @@ namespace FModel.ViewModels
|
|||
|
||||
Group3d.Add(new MeshGeometryModel3D
|
||||
{
|
||||
Name = unrealMaterial.Name,
|
||||
Name = unrealMaterial.Name.Replace('-', '_'),
|
||||
Geometry = builder.ToMeshGeometry3D(),
|
||||
Material = m,
|
||||
IsRendering = isRendering
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user