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,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;