1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Adjust assimp again

This commit is contained in:
KillzXGaming 2019-07-18 14:09:54 -04:00
parent 84ec951612
commit 4c15462c7f
4 changed files with 3 additions and 7 deletions

View File

@ -784,6 +784,9 @@ namespace FirstPlugin
else
writer.Align(8192);
if (BinaryTextureFile != null)
BinaryTextureFile.Save();
long DataPosition = writer.Position;
using (writer.TemporarySeek(_ofsSheetBlocks, SeekOrigin.Begin))
{

View File

@ -300,9 +300,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="assimp.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Gl_EditorFramework.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d56889ec25a6d40becdd50fb5eb0fda93d78e18001479e183135f60a36025d49
size 4500480

View File

@ -32,7 +32,6 @@ after_build:
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Shader"
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\libzstd.dll"
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\LZ4.dll"
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\assimp.dll"
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\AssimpNet.dll"
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Gl_EditorFramework.dll"
- 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Toolbox.Library.dll"