Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -43,6 +43,22 @@ namespace BlendFile.DNA {
public char[] build_hash = new System.Char[16];
[DNAFieldAttribute(13, "char", "filename[1024]", 1)]
public char[] filename = new System.Char[1024];
public FileGlobal() {
this.subvstr = default;
this.subversion = default;
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.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) {
this.subvstr = subvstr;
this.subversion = subversion;