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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(73, "SpaceLink")]
public class SpaceLink {
[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];
public SpaceLink() {
this.ptr_next = default;