Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class BoneColor {
[DNAFieldAttribute(1, "int8_t", 0, "palette_index", "int8_t", false, 0)]
public sbyte palette_index;
[DNAFieldAttribute(7, "uchar", 1, "_pad0[7]", "System.Byte[]", false, 1)]
[DNAArrayAttribute(7, "uchar", 1, "_pad0[7]", "System.Byte[]", 7, 1)]
public byte[] _pad0 = new System.Byte[7];
[DNAFieldAttribute(16, "ThemeWireColor", 2, "custom", "ThemeWireColor", false, 8)]
public ThemeWireColor custom;