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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(933, "SpaceNla")]
public class SpaceNla {
[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, "short", "autosnap", "short", 2)]
[DNAFieldAttribute(6, "short", "autosnap", "short", 2, false)]
public short autosnap;
[DNAFieldAttribute(7, "short", "flag", "short", 2)]
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(9, "bDopeSheet", "*ads", "bDopeSheet", 112)]
[DNAFieldAttribute(9, "bDopeSheet", "*ads", "bDopeSheet", 4, true)]
public bDopeSheet ptr_ads;
[DNAFieldAttribute(10, "View2D", "v2d", "View2D", 152)]
[DNAFieldAttribute(10, "View2D", "v2d", "View2D", 152, false)]
public View2D v2d;
public SpaceNla() {
this.ptr_next = default;