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