- [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:
14
AssetStudio.GUI/Properties/Settings.Designer.cs
generated
14
AssetStudio.GUI/Properties/Settings.Designer.cs
generated
@@ -484,7 +484,7 @@ namespace AssetStudio.GUI.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("{}")]
|
||||
public string texs {
|
||||
get {
|
||||
return ((string)(this["texs"]));
|
||||
@@ -493,5 +493,17 @@ namespace AssetStudio.GUI.Properties {
|
||||
this["texs"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool exportMaterials {
|
||||
get {
|
||||
return ((bool)(this["exportMaterials"]));
|
||||
}
|
||||
set {
|
||||
this["exportMaterials"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user