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

@@ -67,6 +67,34 @@ namespace BlendFile.DNA {
public short recursion_level;
[DNAFieldAttribute(25, "char", "_pad4[2]", 1)]
public char[] _pad4 = new System.Char[2];
public FileSelectParams() {
this.title = default;
this.dir = default;
this.file = default;
this.renamefile = default;
this.rename_flag = default;
this._pad = default;
this.ptr_rename_id = default;
this.ptr__pad3 = default;
this.filter_glob = default;
this.filter_search = default;
this.filter_id = default;
this.active_file = default;
this.highlight_file = default;
this.sel_first = default;
this.sel_last = default;
this.thumbnail_size = default;
this._pad1 = default;
this.type = default;
this.flag = default;
this.sort = default;
this.display = default;
this.details_flags = default;
this._pad2 = default;
this.filter = default;
this.recursion_level = default;
this._pad4 = default;
}
public FileSelectParams(
char[] title,
char[] dir,