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

@@ -23,13 +23,13 @@ namespace BlendFile.DNA {
public ListBase items;
[DNAFieldAttribute(16, "ListBase", 3, "diff_items", "ListBase", false, 32)]
public ListBase diff_items;
[DNAFieldAttribute(64, "char", 4, "idname[64]", "System.Char[]", false, 48)]
[DNAArrayAttribute(64, "char", 4, "idname[64]", "System.Char[]", 64, 48)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(2, "short", 5, "spaceid", "short", false, 112)]
public short spaceid;
[DNAFieldAttribute(2, "short", 6, "regionid", "short", false, 114)]
public short regionid;
[DNAFieldAttribute(128, "char", 7, "owner_id[128]", "System.Char[]", false, 116)]
[DNAArrayAttribute(128, "char", 7, "owner_id[128]", "System.Char[]", 128, 116)]
public char[] owner_id = new System.Char[128];
[DNAFieldAttribute(2, "short", 8, "flag", "short", false, 244)]
public short flag;