regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,47 +15,47 @@ namespace BlendFile.DNA {
[DNAClassAttribute(927, "SpaceButs")]
public class SpaceButs {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 4, true)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 4, true)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)]
[DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152, false)]
public View2D v2d;
[DNAFieldAttribute(7, "short", "space_subtype", "short", 2)]
[DNAFieldAttribute(7, "short", "space_subtype", "short", 2, false)]
public short space_subtype;
[DNAFieldAttribute(8, "short", "mainb", "short", 2)]
[DNAFieldAttribute(8, "short", "mainb", "short", 2, false)]
public short mainb;
[DNAFieldAttribute(9, "short", "mainbo", "short", 2)]
[DNAFieldAttribute(9, "short", "mainbo", "short", 2, false)]
public short mainbo;
[DNAFieldAttribute(10, "short", "mainbuser", "short", 2)]
[DNAFieldAttribute(10, "short", "mainbuser", "short", 2, false)]
public short mainbuser;
[DNAFieldAttribute(11, "short", "preview", "short", 2)]
[DNAFieldAttribute(11, "short", "preview", "short", 2, false)]
public short preview;
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(13, "char", "flag", "char", 1)]
[DNAFieldAttribute(13, "char", "flag", "char", 1, false)]
public char flag;
[DNAFieldAttribute(14, "char", "outliner_sync", "char", 1)]
[DNAFieldAttribute(14, "char", "outliner_sync", "char", 1, false)]
public char outliner_sync;
[DNAFieldAttribute(15, "void", "*path", "void", 0)]
[DNAFieldAttribute(15, "void", "*path", "void", 4, true)]
public object ptr_path;
[DNAFieldAttribute(16, "int", "pathflag", "int", 4)]
[DNAFieldAttribute(16, "int", "pathflag", "int", 4, false)]
public int pathflag;
[DNAFieldAttribute(17, "int", "dataicon", "int", 4)]
[DNAFieldAttribute(17, "int", "dataicon", "int", 4, false)]
public int dataicon;
[DNAFieldAttribute(18, "ID", "*pinid", "ID", 208)]
[DNAFieldAttribute(18, "ID", "*pinid", "ID", 4, true)]
public ID ptr_pinid;
[DNAFieldAttribute(19, "void", "*texuser", "void", 0)]
[DNAFieldAttribute(19, "void", "*texuser", "void", 4, true)]
public object ptr_texuser;
[DNAFieldAttribute(20, "SpaceProperties_Runtime", "*runtime", "SpaceProperties_Runtime", 0)]
[DNAFieldAttribute(20, "SpaceProperties_Runtime", "*runtime", "SpaceProperties_Runtime", 4, true)]
public SpaceProperties_Runtime ptr_runtime;
public SpaceButs() {
this.ptr_next = default;