- [Core] Added export option to include materials with models in /Materials.
- [GUI] fix issue with `Reset` button causing unintended behaviour. - [Core] fix bug where `Logger` causes performance issues.
This commit is contained in:
@@ -43,6 +43,7 @@ namespace AssetStudio.CLI.Properties {
|
||||
public decimal filterPrecision => AppSettings.Get("filterPrecision", (decimal)0.25);
|
||||
public bool exportAllNodes => AppSettings.Get("exportAllNodes", true);
|
||||
public bool exportSkins => AppSettings.Get("exportSkins", true);
|
||||
public bool exportMaterials => AppSettings.Get("exportMaterials", false);
|
||||
public bool collectAnimations => AppSettings.Get("collectAnimations", true);
|
||||
public bool exportAnimations => AppSettings.Get("exportAnimations", true);
|
||||
public decimal boneSize => AppSettings.Get("boneSize", (decimal)10);
|
||||
|
||||
Reference in New Issue
Block a user