Also toggle compression
This commit is contained in:
parent
da87ed0d2c
commit
6826fa01cf
@ -952,7 +952,10 @@ namespace FirstPlugin
|
|||||||
{
|
{
|
||||||
//Force mesh codec compression on save
|
//Force mesh codec compression on save
|
||||||
if (this.FilePath.EndsWith(".mc"))
|
if (this.FilePath.EndsWith(".mc"))
|
||||||
|
{
|
||||||
this.IFileInfo.FileCompression = new MeshCodecFormat();
|
this.IFileInfo.FileCompression = new MeshCodecFormat();
|
||||||
|
this.IFileInfo.FileIsCompressed = true;
|
||||||
|
}
|
||||||
|
|
||||||
var Models = GetModels();
|
var Models = GetModels();
|
||||||
if (Models != null && !IsParticlePrimitive)
|
if (Models != null && !IsParticlePrimitive)
|
||||||
|
Loading…
Reference in New Issue
Block a user