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,11 +31,11 @@ namespace BlendFile.DNA {
public short ui_expand_flag;
[DNAFieldAttribute(2, "ushort", 7, "layout_panel_open_flag", "ushort", false, 32)]
public ushort layout_panel_open_flag;
[DNAFieldAttribute(2, "char", 8, "_pad[2]", "System.Char[]", false, 34)]
[DNAArrayAttribute(2, "char", 8, "_pad[2]", "System.Char[]", 2, 34)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(4, "int", 9, "persistent_uid", "int", false, 36)]
public int persistent_uid;
[DNAFieldAttribute(64, "char", 10, "name[64]", "System.Char[]", false, 40)]
[DNAArrayAttribute(64, "char", 10, "name[64]", "System.Char[]", 64, 40)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(8, "char", 11, "*error", "char", true, 104)]
public char error;