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,64 +15,64 @@ namespace BlendFile.DNA {
[DNAClassAttribute(863, "ScrArea", 184)]
public class ScrArea {
[DNAFieldAttribute(0, "ScrArea", "*next", "ScrArea", 8, true, 0)]
public ScrArea ptr_next;
[DNAFieldAttribute(1, "ScrArea", "*prev", "ScrArea", 8, true, 8)]
public ScrArea ptr_prev;
[DNAFieldAttribute(2, "ScrVert", "*v1", "ScrVert", 8, true, 16)]
public ScrVert ptr_v1;
[DNAFieldAttribute(3, "ScrVert", "*v2", "ScrVert", 8, true, 24)]
public ScrVert ptr_v2;
[DNAFieldAttribute(4, "ScrVert", "*v3", "ScrVert", 8, true, 32)]
public ScrVert ptr_v3;
[DNAFieldAttribute(5, "ScrVert", "*v4", "ScrVert", 8, true, 40)]
public ScrVert ptr_v4;
[DNAFieldAttribute(6, "bScreen", "*full", "bScreen", 8, true, 48)]
public bScreen ptr_full;
[DNAFieldAttribute(7, "rcti", "totrct", "rcti", 16, false, 56)]
[DNAFieldAttribute(8, "ScrArea", 0, "*next", "ScrArea", true, 0)]
public ScrArea next;
[DNAFieldAttribute(8, "ScrArea", 1, "*prev", "ScrArea", true, 8)]
public ScrArea prev;
[DNAFieldAttribute(8, "ScrVert", 2, "*v1", "ScrVert", true, 16)]
public ScrVert v1;
[DNAFieldAttribute(8, "ScrVert", 3, "*v2", "ScrVert", true, 24)]
public ScrVert v2;
[DNAFieldAttribute(8, "ScrVert", 4, "*v3", "ScrVert", true, 32)]
public ScrVert v3;
[DNAFieldAttribute(8, "ScrVert", 5, "*v4", "ScrVert", true, 40)]
public ScrVert v4;
[DNAFieldAttribute(8, "bScreen", 6, "*full", "bScreen", true, 48)]
public bScreen full;
[DNAFieldAttribute(16, "rcti", 7, "totrct", "rcti", false, 56)]
public rcti totrct;
[DNAFieldAttribute(8, "char", "spacetype", "char", 1, false, 72)]
[DNAFieldAttribute(1, "char", 8, "spacetype", "char", false, 72)]
public char spacetype;
[DNAFieldAttribute(9, "char", "butspacetype", "char", 1, false, 73)]
[DNAFieldAttribute(1, "char", 9, "butspacetype", "char", false, 73)]
public char butspacetype;
[DNAFieldAttribute(10, "short", "butspacetype_subtype", "short", 2, false, 74)]
[DNAFieldAttribute(2, "short", 10, "butspacetype_subtype", "short", false, 74)]
public short butspacetype_subtype;
[DNAFieldAttribute(11, "short", "winx", "short", 2, false, 76)]
[DNAFieldAttribute(2, "short", 11, "winx", "short", false, 76)]
public short winx;
[DNAFieldAttribute(12, "short", "winy", "short", 2, false, 78)]
[DNAFieldAttribute(2, "short", 12, "winy", "short", false, 78)]
public short winy;
[DNAFieldAttribute(13, "char", "headertype", "char", 1, false, 80)]
[DNAFieldAttribute(1, "char", 13, "headertype", "char", false, 80)]
public char headertype;
[DNAFieldAttribute(14, "char", "do_refresh", "char", 1, false, 81)]
[DNAFieldAttribute(1, "char", 14, "do_refresh", "char", false, 81)]
public char do_refresh;
[DNAFieldAttribute(15, "short", "flag", "short", 2, false, 82)]
[DNAFieldAttribute(2, "short", 15, "flag", "short", false, 82)]
public short flag;
[DNAFieldAttribute(16, "short", "region_active_win", "short", 2, false, 84)]
[DNAFieldAttribute(2, "short", 16, "region_active_win", "short", false, 84)]
public short region_active_win;
[DNAFieldAttribute(17, "char", "_pad[2]", "System.Char[]", 2, false, 86)]
[DNAFieldAttribute(2, "char", 17, "_pad[2]", "System.Char[]", false, 86)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(18, "SpaceType", "*type", "SpaceType", 8, true, 88)]
public SpaceType ptr_type;
[DNAFieldAttribute(19, "ScrGlobalAreaData", "*global", "ScrGlobalAreaData", 8, true, 96)]
public ScrGlobalAreaData ptr_global;
[DNAFieldAttribute(20, "ListBase", "spacedata", "ListBase", 16, false, 104)]
[DNAFieldAttribute(8, "SpaceType", 18, "*type", "SpaceType", true, 88)]
public SpaceType type;
[DNAFieldAttribute(8, "ScrGlobalAreaData", 19, "*global", "ScrGlobalAreaData", true, 96)]
public ScrGlobalAreaData global;
[DNAFieldAttribute(16, "ListBase", 20, "spacedata", "ListBase", false, 104)]
public ListBase spacedata;
[DNAFieldAttribute(21, "ListBase", "regionbase", "ListBase", 16, false, 120)]
[DNAFieldAttribute(16, "ListBase", 21, "regionbase", "ListBase", false, 120)]
public ListBase regionbase;
[DNAFieldAttribute(22, "ListBase", "handlers", "ListBase", 16, false, 136)]
[DNAFieldAttribute(16, "ListBase", 22, "handlers", "ListBase", false, 136)]
public ListBase handlers;
[DNAFieldAttribute(23, "ListBase", "actionzones", "ListBase", 16, false, 152)]
[DNAFieldAttribute(16, "ListBase", 23, "actionzones", "ListBase", false, 152)]
public ListBase actionzones;
[DNAFieldAttribute(24, "ScrArea_Runtime", "runtime", "ScrArea_Runtime", 16, false, 168)]
[DNAFieldAttribute(16, "ScrArea_Runtime", 24, "runtime", "ScrArea_Runtime", false, 168)]
public ScrArea_Runtime runtime;
public ScrArea() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_v1 = default;
this.ptr_v2 = default;
this.ptr_v3 = default;
this.ptr_v4 = default;
this.ptr_full = default;
this.next = default;
this.prev = default;
this.v1 = default;
this.v2 = default;
this.v3 = default;
this.v4 = default;
this.full = default;
this.totrct = default;
this.spacetype = default;
this.butspacetype = default;
@@ -84,8 +84,8 @@ namespace BlendFile.DNA {
this.flag = default;
this.region_active_win = default;
this._pad = default;
this.ptr_type = default;
this.ptr_global = default;
this.type = default;
this.global = default;
this.spacedata = default;
this.regionbase = default;
this.handlers = default;
@@ -93,13 +93,13 @@ namespace BlendFile.DNA {
this.runtime = default;
}
public ScrArea(
ScrArea ptr_next,
ScrArea ptr_prev,
ScrVert ptr_v1,
ScrVert ptr_v2,
ScrVert ptr_v3,
ScrVert ptr_v4,
bScreen ptr_full,
ScrArea next,
ScrArea prev,
ScrVert v1,
ScrVert v2,
ScrVert v3,
ScrVert v4,
bScreen full,
rcti totrct,
char spacetype,
char butspacetype,
@@ -111,20 +111,20 @@ namespace BlendFile.DNA {
short flag,
short region_active_win,
char[] _pad,
SpaceType ptr_type,
ScrGlobalAreaData ptr_global,
SpaceType type,
ScrGlobalAreaData global,
ListBase spacedata,
ListBase regionbase,
ListBase handlers,
ListBase actionzones,
ScrArea_Runtime runtime) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
this.ptr_v1 = ptr_v1;
this.ptr_v2 = ptr_v2;
this.ptr_v3 = ptr_v3;
this.ptr_v4 = ptr_v4;
this.ptr_full = ptr_full;
this.next = next;
this.prev = prev;
this.v1 = v1;
this.v2 = v2;
this.v3 = v3;
this.v4 = v4;
this.full = full;
this.totrct = totrct;
this.spacetype = spacetype;
this.butspacetype = butspacetype;
@@ -136,8 +136,8 @@ namespace BlendFile.DNA {
this.flag = flag;
this.region_active_win = region_active_win;
this._pad = _pad;
this.ptr_type = ptr_type;
this.ptr_global = ptr_global;
this.type = type;
this.global = global;
this.spacedata = spacedata;
this.regionbase = regionbase;
this.handlers = handlers;