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 system_bookmarknr;
[DNAFieldAttribute(25, "SpaceFile_Runtime", "*runtime", 0)]
public SpaceFile_Runtime ptr_runtime;
public SpaceFile() {
this.ptr_next = default;
this.ptr_prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
this._pad0 = default;
this.browse_mode = default;
this._pad1 = default;
this.tags = default;
this.scroll_offset = default;
this.ptr_params = default;
this.ptr_asset_params = default;
this.ptr__pad2 = default;
this.ptr_files = default;
this.ptr_folders_prev = default;
this.ptr_folders_next = default;
this.folder_histories = default;
this.ptr_op = default;
this.ptr_smoothscroll_timer = default;
this.ptr_previews_timer = default;
this.ptr_layout = default;
this.recentnr = default;
this.bookmarknr = default;
this.systemnr = default;
this.system_bookmarknr = default;
this.ptr_runtime = default;
}
public SpaceFile(
SpaceLink ptr_next,
SpaceLink ptr_prev,