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

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(239, "FileGlobal", 1104)]
public class FileGlobal {
[DNAArrayAttribute(4, "char", 0, "subvstr[4]", "System.Char[]", 4, 0)]
[DNAArrayAttribute(4, "char", 0, "subvstr[4]", "System.Char[]", 4, false, 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;
[DNAArrayAttribute(6, "char", 4, "_pad[6]", "System.Char[]", 6, 10)]
[DNAArrayAttribute(6, "char", 4, "_pad[6]", "System.Char[]", 6, false, 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;
[DNAArrayAttribute(16, "char", 12, "build_hash[16]", "System.Char[]", 16, 64)]
[DNAArrayAttribute(16, "char", 12, "build_hash[16]", "System.Char[]", 16, false, 64)]
public char[] build_hash = new System.Char[16];
[DNAArrayAttribute(1024, "char", 13, "filename[1024]", "System.Char[]", 1024, 80)]
[DNAArrayAttribute(1024, "char", 13, "filename[1024]", "System.Char[]", 1024, false, 80)]
public char[] filename = new System.Char[1024];
public FileGlobal() {
this.subvstr = default;