Skip to content

Commit f7c17b0

Browse files
committed
Hotfix Newtonsoft
1 parent 9974b83 commit f7c17b0

File tree

23 files changed

+227
-436
lines changed

23 files changed

+227
-436
lines changed

Common_glTF_Exporter/Common_glTF_Exporter.projitems

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<ItemGroup>
1212
<Compile Include="$(MSBuildThisFileDirectory)Core\ProcessGeometry.cs" />
1313
<Compile Include="$(MSBuildThisFileDirectory)Materials\MaterialTexture.cs" />
14-
<Compile Include="$(MSBuildThisFileDirectory)Core\IndexedDictionary.cs" />
1514
<Compile Include="$(MSBuildThisFileDirectory)EportUtils\ElementValidations.cs" />
1615
<Compile Include="$(MSBuildThisFileDirectory)Export\BinFile.cs" />
1716
<Compile Include="$(MSBuildThisFileDirectory)Export\BufferConfig.cs" />

Common_glTF_Exporter/Core/GlTFExportContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Common_glTF_Exporter.Windows.MainWindow;
88
using glTF.Manipulator.GenericSchema;
99
using glTF.Manipulator.Schema;
10+
using glTF.Manipulator.Utils;
1011
using Revit_glTF_Exporter;
1112
using System.Collections.Generic;
1213
using System.Linq;

Common_glTF_Exporter/Core/IndexedDictionary.cs

Lines changed: 0 additions & 181 deletions
This file was deleted.

Common_glTF_Exporter/Core/ProcessGeometry.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Common_glTF_Exporter.Windows.MainWindow;
55
using glTF.Manipulator.GenericSchema;
66
using glTF.Manipulator.Schema;
7+
using glTF.Manipulator.Utils;
78
using Revit_glTF_Exporter;
89
using System;
910
using System.Collections.Generic;

Common_glTF_Exporter/EportUtils/ElementValidations.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Common_glTF_Exporter.Utils;
88
using Common_glTF_Exporter.Windows.MainWindow;
99
using glTF.Manipulator.Schema;
10+
using glTF.Manipulator.Utils;
1011
using Revit_glTF_Exporter;
1112
using System;
1213
using System.Collections.Generic;

Common_glTF_Exporter/Export/BinFile.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.IO;
4-
using System.Text;
5-
using Common_glTF_Exporter.Core;
6-
using Common_glTF_Exporter.Windows.MainWindow;
1+
using System.IO;
72
using glTF.Manipulator.GenericSchema;
83

94
public static class BinFile

0 commit comments

Comments
 (0)