Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,60 +15,60 @@ namespace BlendFile.DNA {
[DNAClassAttribute(74, "View2D", 152)]
public class View2D {
[DNAFieldAttribute(0, "rctf", "tot", "rctf", 16, false, 0)]
[DNAFieldAttribute(16, "rctf", 0, "tot", "rctf", false, 0)]
public rctf tot;
[DNAFieldAttribute(1, "rctf", "cur", "rctf", 16, false, 16)]
[DNAFieldAttribute(16, "rctf", 1, "cur", "rctf", false, 16)]
public rctf cur;
[DNAFieldAttribute(2, "rcti", "vert", "rcti", 16, false, 32)]
[DNAFieldAttribute(16, "rcti", 2, "vert", "rcti", false, 32)]
public rcti vert;
[DNAFieldAttribute(3, "rcti", "hor", "rcti", 16, false, 48)]
[DNAFieldAttribute(16, "rcti", 3, "hor", "rcti", false, 48)]
public rcti hor;
[DNAFieldAttribute(4, "rcti", "mask", "rcti", 16, false, 64)]
[DNAFieldAttribute(16, "rcti", 4, "mask", "rcti", false, 64)]
public rcti mask;
[DNAFieldAttribute(5, "float", "min[2]", "System.Single[]", 8, false, 80)]
[DNAFieldAttribute(8, "float", 5, "min[2]", "System.Single[]", false, 80)]
public float[] min = new System.Single[2];
[DNAFieldAttribute(6, "float", "max[2]", "System.Single[]", 8, false, 88)]
[DNAFieldAttribute(8, "float", 6, "max[2]", "System.Single[]", false, 88)]
public float[] max = new System.Single[2];
[DNAFieldAttribute(7, "float", "minzoom", "float", 4, false, 96)]
[DNAFieldAttribute(4, "float", 7, "minzoom", "float", false, 96)]
public float minzoom;
[DNAFieldAttribute(8, "float", "maxzoom", "float", 4, false, 100)]
[DNAFieldAttribute(4, "float", 8, "maxzoom", "float", false, 100)]
public float maxzoom;
[DNAFieldAttribute(9, "short", "scroll", "short", 2, false, 104)]
[DNAFieldAttribute(2, "short", 9, "scroll", "short", false, 104)]
public short scroll;
[DNAFieldAttribute(10, "short", "scroll_ui", "short", 2, false, 106)]
[DNAFieldAttribute(2, "short", 10, "scroll_ui", "short", false, 106)]
public short scroll_ui;
[DNAFieldAttribute(11, "short", "keeptot", "short", 2, false, 108)]
[DNAFieldAttribute(2, "short", 11, "keeptot", "short", false, 108)]
public short keeptot;
[DNAFieldAttribute(12, "short", "keepzoom", "short", 2, false, 110)]
[DNAFieldAttribute(2, "short", 12, "keepzoom", "short", false, 110)]
public short keepzoom;
[DNAFieldAttribute(13, "short", "keepofs", "short", 2, false, 112)]
[DNAFieldAttribute(2, "short", 13, "keepofs", "short", false, 112)]
public short keepofs;
[DNAFieldAttribute(14, "short", "flag", "short", 2, false, 114)]
[DNAFieldAttribute(2, "short", 14, "flag", "short", false, 114)]
public short flag;
[DNAFieldAttribute(15, "short", "align", "short", 2, false, 116)]
[DNAFieldAttribute(2, "short", 15, "align", "short", false, 116)]
public short align;
[DNAFieldAttribute(16, "short", "winx", "short", 2, false, 118)]
[DNAFieldAttribute(2, "short", 16, "winx", "short", false, 118)]
public short winx;
[DNAFieldAttribute(17, "short", "winy", "short", 2, false, 120)]
[DNAFieldAttribute(2, "short", 17, "winy", "short", false, 120)]
public short winy;
[DNAFieldAttribute(18, "short", "oldwinx", "short", 2, false, 122)]
[DNAFieldAttribute(2, "short", 18, "oldwinx", "short", false, 122)]
public short oldwinx;
[DNAFieldAttribute(19, "short", "oldwiny", "short", 2, false, 124)]
[DNAFieldAttribute(2, "short", 19, "oldwiny", "short", false, 124)]
public short oldwiny;
[DNAFieldAttribute(20, "short", "around", "short", 2, false, 126)]
[DNAFieldAttribute(2, "short", 20, "around", "short", false, 126)]
public short around;
[DNAFieldAttribute(21, "char", "alpha_vert", "char", 1, false, 128)]
[DNAFieldAttribute(1, "char", 21, "alpha_vert", "char", false, 128)]
public char alpha_vert;
[DNAFieldAttribute(22, "char", "alpha_hor", "char", 1, false, 129)]
[DNAFieldAttribute(1, "char", 22, "alpha_hor", "char", false, 129)]
public char alpha_hor;
[DNAFieldAttribute(23, "char", "_pad[2]", "System.Char[]", 2, false, 130)]
[DNAFieldAttribute(2, "char", 23, "_pad[2]", "System.Char[]", false, 130)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(24, "float", "page_size_y", "float", 4, false, 132)]
[DNAFieldAttribute(4, "float", 24, "page_size_y", "float", false, 132)]
public float page_size_y;
[DNAFieldAttribute(25, "SmoothView2DStore", "*sms", "SmoothView2DStore", 8, true, 136)]
public SmoothView2DStore ptr_sms;
[DNAFieldAttribute(26, "wmTimer", "*smooth_timer", "wmTimer", 8, true, 144)]
public wmTimer ptr_smooth_timer;
[DNAFieldAttribute(8, "SmoothView2DStore", 25, "*sms", "SmoothView2DStore", true, 136)]
public SmoothView2DStore sms;
[DNAFieldAttribute(8, "wmTimer", 26, "*smooth_timer", "wmTimer", true, 144)]
public wmTimer smooth_timer;
public View2D() {
this.tot = default;
this.cur = default;
@@ -95,8 +95,8 @@ namespace BlendFile.DNA {
this.alpha_hor = default;
this._pad = default;
this.page_size_y = default;
this.ptr_sms = default;
this.ptr_smooth_timer = default;
this.sms = default;
this.smooth_timer = default;
}
public View2D(
rctf tot,
@@ -124,8 +124,8 @@ namespace BlendFile.DNA {
char alpha_hor,
char[] _pad,
float page_size_y,
SmoothView2DStore ptr_sms,
wmTimer ptr_smooth_timer) {
SmoothView2DStore sms,
wmTimer smooth_timer) {
this.tot = tot;
this.cur = cur;
this.vert = vert;
@@ -151,8 +151,8 @@ namespace BlendFile.DNA {
this.alpha_hor = alpha_hor;
this._pad = _pad;
this.page_size_y = page_size_y;
this.ptr_sms = ptr_sms;
this.ptr_smooth_timer = ptr_smooth_timer;
this.sms = sms;
this.smooth_timer = smooth_timer;
}
}
}