regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(961, "SpaceUserPref")]
public class SpaceUserPref {
[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, "char", "_pad1[7]", 1)]
[DNAFieldAttribute(6, "char", "_pad1[7]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[7];
[DNAFieldAttribute(7, "char", "filter_type", 1)]
[DNAFieldAttribute(7, "char", "filter_type", "char", 1)]
public char filter_type;
[DNAFieldAttribute(8, "char", "filter[64]", 1)]
[DNAFieldAttribute(8, "char", "filter[64]", "System.Char[]", 1)]
public char[] filter = new System.Char[64];
public SpaceUserPref() {
this.ptr_next = default;