diff --git a/Toolbox/Lib/Syroot.NintenTools.Bfres.dll b/Toolbox/Lib/Syroot.NintenTools.Bfres.dll
index e6997c45..7df543bd 100644
Binary files a/Toolbox/Lib/Syroot.NintenTools.Bfres.dll and b/Toolbox/Lib/Syroot.NintenTools.Bfres.dll differ
diff --git a/Toolbox/Lib/Syroot.NintenTools.Bfres.xml b/Toolbox/Lib/Syroot.NintenTools.Bfres.xml
index 83c3d978..6e95756c 100644
--- a/Toolbox/Lib/Syroot.NintenTools.Bfres.xml
+++ b/Toolbox/Lib/Syroot.NintenTools.Bfres.xml
@@ -1122,23 +1122,6 @@
The value of the property.
-
-
- Set the Browsable property.
- NOTE: Be sure to decorate the property with [Browsable(true)]
-
- Name of the variable
- Browsable Value
-
-
-
- Set the Browsable property.
- NOTE: Be sure to decorate the property with [Browsable(true)]
-
- An instance of the object whose property should be modified.
- Name of the variable
- Browsable Value
-
Represents a 2D transformation.
@@ -2968,7 +2951,6 @@
Gets or sets the minimum LoD level.
-
@@ -3089,11 +3071,6 @@
Gets or sets flags specifying how a is rendered.
-
-
- Gets or sets the visible flag to display the material.
-
-
Gets or sets the list of instances referencing the instances
@@ -3637,17 +3614,17 @@
Initializes a new instance of the class.
-
-
- Gets or sets flags determining which data is available for this instance.
-
-
Gets or sets the name with which the instance can be referenced uniquely in
instances.
+
+
+ Gets or sets flags determining which data is available for this instance.
+
+
Gets or sets the index of the material to apply to the shapes surface in the owning
@@ -5580,11 +5557,6 @@
Gets or sets the pixel swizzling stride.
-
-
- Gets or sets the desired texture data buffer format.
-
-
Gets or sets the desired texture data buffer format.
@@ -5736,70 +5708,5 @@
Material visibility is controlled.
-
-
- Sets if the presence of nulls in a buffer indicate the buffer is binary data rather than text.
-
-
-
-
- Gets the BOM length for a given Encoding mode.
-
-
- The BOM length.
-
-
-
- Checks for a BOM sequence in a byte buffer.
-
-
-
- Encoding type or Encoding.None if no BOM.
-
-
-
- Automatically detects the Encoding type of a given byte buffer.
-
- The byte buffer.
- The size of the byte buffer.
- The Encoding type or Encoding.None if unknown.
-
-
-
- Checks if a buffer contains text that looks like utf16 by scanning for
- newline chars that would be present even in non-english text.
-
- The byte buffer.
- The size of the byte buffer.
- Encoding.none, Encoding.Utf16LeNoBom or Encoding.Utf16BeNoBom.
-
-
-
- Checks if a buffer contains any nulls. Used to check for binary vs text data.
-
- The byte buffer.
- The size of the byte buffer.
-
-
-
- Checks if a buffer contains text that looks like utf16. This is done based
- on the use of nulls which in ASCII/script like text can be useful to identify.
-
- The byte buffer.
- The size of the byte buffer.
- Encoding.none, Encoding.Utf16LeNoBom or Encoding.Utf16BeNoBom.
-
-
-
- Checks if a buffer contains valid utf8.
-
- The byte buffer.
- The size of the byte buffer.
-
- Encoding type of Encoding.None (invalid UTF8), Encoding.Utf8NoBom (valid utf8 multibyte strings) or
- Encoding.ASCII (data in 0.127 range).
-
- 2
-