Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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