Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(239, "FileGlobal", 1104)]
public class FileGlobal {
[DNAFieldAttribute(0, "char", "subvstr[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(0, "char", "subvstr[4]", "System.Char[]", 4, false, 0)]
public char[] subvstr = new System.Char[4];
[DNAFieldAttribute(1, "short", "subversion", "short", 2, false)]
[DNAFieldAttribute(1, "short", "subversion", "short", 2, false, 4)]
public short subversion;
[DNAFieldAttribute(2, "short", "minversion", "short", 2, false)]
[DNAFieldAttribute(2, "short", "minversion", "short", 2, false, 6)]
public short minversion;
[DNAFieldAttribute(3, "short", "minsubversion", "short", 2, false)]
[DNAFieldAttribute(3, "short", "minsubversion", "short", 2, false, 8)]
public short minsubversion;
[DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 6, false, 10)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(5, "bScreen", "*curscreen", "bScreen", 8, true)]
[DNAFieldAttribute(5, "bScreen", "*curscreen", "bScreen", 8, true, 16)]
public bScreen ptr_curscreen;
[DNAFieldAttribute(6, "Scene", "*curscene", "Scene", 8, true)]
[DNAFieldAttribute(6, "Scene", "*curscene", "Scene", 8, true, 24)]
public Scene ptr_curscene;
[DNAFieldAttribute(7, "ViewLayer", "*cur_view_layer", "ViewLayer", 8, true)]
[DNAFieldAttribute(7, "ViewLayer", "*cur_view_layer", "ViewLayer", 8, true, 32)]
public ViewLayer ptr_cur_view_layer;
[DNAFieldAttribute(8, "void", "*_pad1", "void", 8, true)]
[DNAFieldAttribute(8, "void", "*_pad1", "void", 8, true, 40)]
public object ptr__pad1;
[DNAFieldAttribute(9, "int", "fileflags", "int", 4, false)]
[DNAFieldAttribute(9, "int", "fileflags", "int", 4, false, 48)]
public int fileflags;
[DNAFieldAttribute(10, "int", "globalf", "int", 4, false)]
[DNAFieldAttribute(10, "int", "globalf", "int", 4, false, 52)]
public int globalf;
[DNAFieldAttribute(11, "uint64_t", "build_commit_timestamp", "uint64_t", 8, false)]
[DNAFieldAttribute(11, "uint64_t", "build_commit_timestamp", "uint64_t", 8, false, 56)]
public ulong build_commit_timestamp;
[DNAFieldAttribute(12, "char", "build_hash[16]", "System.Char[]", 16, false)]
[DNAFieldAttribute(12, "char", "build_hash[16]", "System.Char[]", 16, false, 64)]
public char[] build_hash = new System.Char[16];
[DNAFieldAttribute(13, "char", "filename[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(13, "char", "filename[1024]", "System.Char[]", 1024, false, 80)]
public char[] filename = new System.Char[1024];
public FileGlobal() {
this.subvstr = default;