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

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(239, "FileGlobal", 1104)]
public class FileGlobal {
[DNAFieldAttribute(4, "char", 0, "subvstr[4]", "System.Char[]", false, 0)]
[DNAArrayAttribute(4, "char", 0, "subvstr[4]", "System.Char[]", 4, 0)]
public char[] subvstr = new System.Char[4];
[DNAFieldAttribute(2, "short", 1, "subversion", "short", false, 4)]
public short subversion;
@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
public short minversion;
[DNAFieldAttribute(2, "short", 3, "minsubversion", "short", false, 8)]
public short minsubversion;
[DNAFieldAttribute(6, "char", 4, "_pad[6]", "System.Char[]", false, 10)]
[DNAArrayAttribute(6, "char", 4, "_pad[6]", "System.Char[]", 6, 10)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(8, "bScreen", 5, "*curscreen", "bScreen", true, 16)]
public bScreen curscreen;
@@ -39,9 +39,9 @@ namespace BlendFile.DNA {
public int globalf;
[DNAFieldAttribute(8, "uint64_t", 11, "build_commit_timestamp", "uint64_t", false, 56)]
public ulong build_commit_timestamp;
[DNAFieldAttribute(16, "char", 12, "build_hash[16]", "System.Char[]", false, 64)]
[DNAArrayAttribute(16, "char", 12, "build_hash[16]", "System.Char[]", 16, 64)]
public char[] build_hash = new System.Char[16];
[DNAFieldAttribute(1024, "char", 13, "filename[1024]", "System.Char[]", false, 80)]
[DNAArrayAttribute(1024, "char", 13, "filename[1024]", "System.Char[]", 1024, 80)]
public char[] filename = new System.Char[1024];
public FileGlobal() {
this.subvstr = default;