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