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

@@ -31,9 +31,9 @@ namespace BlendFile.DNA {
public int active_mask;
[DNAFieldAttribute(4, "int", 7, "uid", "int", false, 28)]
public int uid;
[DNAFieldAttribute(68, "char", 8, "name[68]", "System.Char[]", false, 32)]
[DNAArrayAttribute(68, "char", 8, "name[68]", "System.Char[]", 68, 32)]
public char[] name = new System.Char[68];
[DNAFieldAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", false, 100)]
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, 100)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "void", 10, "*data", "void", true, 104)]
public object data;