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