Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(933, "SpaceNla", 208)]
public class SpaceNla {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "short", "autosnap", "short", 2, false)]
[DNAFieldAttribute(6, "short", "autosnap", "short", 2, false, 40)]
public short autosnap;
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(7, "short", "flag", "short", 2, false, 42)]
public short flag;
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 4, false, 44)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(9, "bDopeSheet", "*ads", "bDopeSheet", 8, true)]
[DNAFieldAttribute(9, "bDopeSheet", "*ads", "bDopeSheet", 8, true, 48)]
public bDopeSheet ptr_ads;
[DNAFieldAttribute(10, "View2D", "v2d", "View2D", 152, false)]
[DNAFieldAttribute(10, "View2D", "v2d", "View2D", 152, false, 56)]
public View2D v2d;
public SpaceNla() {
this.ptr_next = default;