Generated new code and added initial data handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user