updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 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;
[DNAArrayAttribute(64, "char", 4, "idname[64]", "System.Char[]", 64, 48)]
[DNAArrayAttribute(64, "char", 4, "idname[64]", "System.Char[]", 64, false, 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;
[DNAArrayAttribute(128, "char", 7, "owner_id[128]", "System.Char[]", 128, 116)]
[DNAArrayAttribute(128, "char", 7, "owner_id[128]", "System.Char[]", 128, false, 116)]
public char[] owner_id = new System.Char[128];
[DNAFieldAttribute(2, "short", 8, "flag", "short", false, 244)]
public short flag;