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

@@ -21,11 +21,11 @@ namespace BlendFile.DNA {
public Tex texture;
[DNAFieldAttribute(8, "Object", 2, "*map_object", "Object", true, 128)]
public Object map_object;
[DNAFieldAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", false, 136)]
[DNAArrayAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", 64, 136)]
public char[] map_bone = new System.Char[64];
[DNAFieldAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", false, 200)]
[DNAArrayAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", 68, 200)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", false, 268)]
[DNAArrayAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", 4, 268)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(4, "int", 6, "uvlayer_tmp", "int", false, 272)]
public int uvlayer_tmp;