regenerated files
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(961, "SpaceUserPref")]
|
||||
public class SpaceUserPref {
|
||||
[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, "char", "_pad1[7]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(6, "char", "_pad1[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad1 = new System.Char[7];
|
||||
[DNAFieldAttribute(7, "char", "filter_type", "char", 1)]
|
||||
[DNAFieldAttribute(7, "char", "filter_type", "char", 1, false)]
|
||||
public char filter_type;
|
||||
[DNAFieldAttribute(8, "char", "filter[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "filter[64]", "System.Char[]", 64, false)]
|
||||
public char[] filter = new System.Char[64];
|
||||
public SpaceUserPref() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user