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

@@ -69,6 +69,35 @@ namespace BlendFile.DNA {
public SmoothView2DStore ptr_sms;
[DNAFieldAttribute(26, "wmTimer", "*smooth_timer", 0)]
public wmTimer ptr_smooth_timer;
public View2D() {
this.tot = default;
this.cur = default;
this.vert = default;
this.hor = default;
this.mask = default;
this.min = default;
this.max = default;
this.minzoom = default;
this.maxzoom = default;
this.scroll = default;
this.scroll_ui = default;
this.keeptot = default;
this.keepzoom = default;
this.keepofs = default;
this.flag = default;
this.align = default;
this.winx = default;
this.winy = default;
this.oldwinx = default;
this.oldwiny = default;
this.around = default;
this.alpha_vert = default;
this.alpha_hor = default;
this._pad = default;
this.page_size_y = default;
this.ptr_sms = default;
this.ptr_smooth_timer = default;
}
public View2D(
rctf tot,
rctf cur,