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,51 +15,51 @@ namespace BlendFile.DNA {
[DNAClassAttribute(927, "SpaceButs", 248)]
public class SpaceButs {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
[DNAFieldAttribute(8, "SpaceLink", 0, "*next", "SpaceLink", true, 0)]
public SpaceLink next;
[DNAFieldAttribute(8, "SpaceLink", 1, "*prev", "SpaceLink", true, 8)]
public SpaceLink prev;
[DNAFieldAttribute(16, "ListBase", 2, "regionbase", "ListBase", false, 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
[DNAFieldAttribute(1, "char", 3, "spacetype", "char", false, 32)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
[DNAFieldAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false, 40)]
[DNAFieldAttribute(152, "View2D", 6, "v2d", "View2D", false, 40)]
public View2D v2d;
[DNAFieldAttribute(7, "short", "space_subtype", "short", 2, false, 192)]
[DNAFieldAttribute(2, "short", 7, "space_subtype", "short", false, 192)]
public short space_subtype;
[DNAFieldAttribute(8, "short", "mainb", "short", 2, false, 194)]
[DNAFieldAttribute(2, "short", 8, "mainb", "short", false, 194)]
public short mainb;
[DNAFieldAttribute(9, "short", "mainbo", "short", 2, false, 196)]
[DNAFieldAttribute(2, "short", 9, "mainbo", "short", false, 196)]
public short mainbo;
[DNAFieldAttribute(10, "short", "mainbuser", "short", 2, false, 198)]
[DNAFieldAttribute(2, "short", 10, "mainbuser", "short", false, 198)]
public short mainbuser;
[DNAFieldAttribute(11, "short", "preview", "short", 2, false, 200)]
[DNAFieldAttribute(2, "short", 11, "preview", "short", false, 200)]
public short preview;
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 4, false, 202)]
[DNAFieldAttribute(4, "char", 12, "_pad[4]", "System.Char[]", false, 202)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(13, "char", "flag", "char", 1, false, 206)]
[DNAFieldAttribute(1, "char", 13, "flag", "char", false, 206)]
public char flag;
[DNAFieldAttribute(14, "char", "outliner_sync", "char", 1, false, 207)]
[DNAFieldAttribute(1, "char", 14, "outliner_sync", "char", false, 207)]
public char outliner_sync;
[DNAFieldAttribute(15, "void", "*path", "void", 8, true, 208)]
public object ptr_path;
[DNAFieldAttribute(16, "int", "pathflag", "int", 4, false, 216)]
[DNAFieldAttribute(8, "void", 15, "*path", "void", true, 208)]
public object path;
[DNAFieldAttribute(4, "int", 16, "pathflag", "int", false, 216)]
public int pathflag;
[DNAFieldAttribute(17, "int", "dataicon", "int", 4, false, 220)]
[DNAFieldAttribute(4, "int", 17, "dataicon", "int", false, 220)]
public int dataicon;
[DNAFieldAttribute(18, "ID", "*pinid", "ID", 8, true, 224)]
public ID ptr_pinid;
[DNAFieldAttribute(19, "void", "*texuser", "void", 8, true, 232)]
public object ptr_texuser;
[DNAFieldAttribute(20, "SpaceProperties_Runtime", "*runtime", "SpaceProperties_Runtime", 8, true, 240)]
public SpaceProperties_Runtime ptr_runtime;
[DNAFieldAttribute(8, "ID", 18, "*pinid", "ID", true, 224)]
public ID pinid;
[DNAFieldAttribute(8, "void", 19, "*texuser", "void", true, 232)]
public object texuser;
[DNAFieldAttribute(8, "SpaceProperties_Runtime", 20, "*runtime", "SpaceProperties_Runtime", true, 240)]
public SpaceProperties_Runtime runtime;
public SpaceButs() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.regionbase = default;
this.spacetype = default;
this.link_flag = default;
@@ -73,16 +73,16 @@ namespace BlendFile.DNA {
this._pad = default;
this.flag = default;
this.outliner_sync = default;
this.ptr_path = default;
this.path = default;
this.pathflag = default;
this.dataicon = default;
this.ptr_pinid = default;
this.ptr_texuser = default;
this.ptr_runtime = default;
this.pinid = default;
this.texuser = default;
this.runtime = default;
}
public SpaceButs(
SpaceLink ptr_next,
SpaceLink ptr_prev,
SpaceLink next,
SpaceLink prev,
ListBase regionbase,
char spacetype,
char link_flag,
@@ -96,14 +96,14 @@ namespace BlendFile.DNA {
char[] _pad,
char flag,
char outliner_sync,
object ptr_path,
object path,
int pathflag,
int dataicon,
ID ptr_pinid,
object ptr_texuser,
SpaceProperties_Runtime ptr_runtime) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
ID pinid,
object texuser,
SpaceProperties_Runtime runtime) {
this.next = next;
this.prev = prev;
this.regionbase = regionbase;
this.spacetype = spacetype;
this.link_flag = link_flag;
@@ -117,12 +117,12 @@ namespace BlendFile.DNA {
this._pad = _pad;
this.flag = flag;
this.outliner_sync = outliner_sync;
this.ptr_path = ptr_path;
this.path = path;
this.pathflag = pathflag;
this.dataicon = dataicon;
this.ptr_pinid = ptr_pinid;
this.ptr_texuser = ptr_texuser;
this.ptr_runtime = ptr_runtime;
this.pinid = pinid;
this.texuser = texuser;
this.runtime = runtime;
}
}
}