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

@@ -81,6 +81,41 @@ namespace BlendFile.DNA {
public object ptr_regiondata;
[DNAFieldAttribute(32, "ARegion_Runtime", "runtime", 48)]
public ARegion_Runtime runtime;
public ARegion() {
this.ptr_next = default;
this.ptr_prev = default;
this.v2d = default;
this.winrct = default;
this.drawrct = default;
this.winx = default;
this.winy = default;
this.category_scroll = default;
this._pad0 = default;
this.visible = default;
this.regiontype = default;
this.alignment = default;
this.flag = default;
this.sizex = default;
this.sizey = default;
this.do_draw = default;
this.do_draw_paintcursor = default;
this.overlap = default;
this.flagfullscreen = default;
this.ptr_type = default;
this.uiblocks = default;
this.panels = default;
this.panels_category_active = default;
this.ui_lists = default;
this.ui_previews = default;
this.handlers = default;
this.panels_category = default;
this.ptr_gizmo_map = default;
this.ptr_regiontimer = default;
this.ptr_draw_buffer = default;
this.ptr_headerstr = default;
this.ptr_regiondata = default;
this.runtime = default;
}
public ARegion(
ARegion ptr_next,
ARegion ptr_prev,