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