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,9 +21,9 @@ namespace BlendFile.DNA {
public bUserMenu prev;
[DNAFieldAttribute(1, "char", 2, "space_type", "char", false, 16)]
public char space_type;
[DNAFieldAttribute(7, "char", 3, "_pad0[7]", "System.Char[]", false, 17)]
[DNAArrayAttribute(7, "char", 3, "_pad0[7]", "System.Char[]", 7, 17)]
public char[] _pad0 = new System.Char[7];
[DNAFieldAttribute(64, "char", 4, "context[64]", "System.Char[]", false, 24)]
[DNAArrayAttribute(64, "char", 4, "context[64]", "System.Char[]", 64, 24)]
public char[] context = new System.Char[64];
[DNAFieldAttribute(16, "ListBase", 5, "items", "ListBase", false, 88)]
public ListBase items;