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

@@ -65,6 +65,33 @@ namespace BlendFile.DNA {
public ListBase actionzones;
[DNAFieldAttribute(24, "ScrArea_Runtime", "runtime", 16)]
public ScrArea_Runtime runtime;
public ScrArea() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_v1 = default;
this.ptr_v2 = default;
this.ptr_v3 = default;
this.ptr_v4 = default;
this.ptr_full = default;
this.totrct = default;
this.spacetype = default;
this.butspacetype = default;
this.butspacetype_subtype = default;
this.winx = default;
this.winy = default;
this.headertype = default;
this.do_refresh = default;
this.flag = default;
this.region_active_win = default;
this._pad = default;
this.ptr_type = default;
this.ptr_global = default;
this.spacedata = default;
this.regionbase = default;
this.handlers = default;
this.actionzones = default;
this.runtime = default;
}
public ScrArea(
ScrArea ptr_next,
ScrArea ptr_prev,