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