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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(406, "Mask", 272)]
public class Mask {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false)]
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false, 216)]
public DrawDataList drawdata;
[DNAFieldAttribute(3, "ListBase", "masklayers", "ListBase", 16, false)]
[DNAFieldAttribute(3, "ListBase", "masklayers", "ListBase", 16, false, 232)]
public ListBase masklayers;
[DNAFieldAttribute(4, "int", "masklay_act", "int", 4, false)]
[DNAFieldAttribute(4, "int", "masklay_act", "int", 4, false, 248)]
public int masklay_act;
[DNAFieldAttribute(5, "int", "masklay_tot", "int", 4, false)]
[DNAFieldAttribute(5, "int", "masklay_tot", "int", 4, false, 252)]
public int masklay_tot;
[DNAFieldAttribute(6, "int", "sfra", "int", 4, false)]
[DNAFieldAttribute(6, "int", "sfra", "int", 4, false, 256)]
public int sfra;
[DNAFieldAttribute(7, "int", "efra", "int", 4, false)]
[DNAFieldAttribute(7, "int", "efra", "int", 4, false, 260)]
public int efra;
[DNAFieldAttribute(8, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(8, "int", "flag", "int", 4, false, 264)]
public int flag;
[DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 4, false, 268)]
public char[] _pad = new System.Char[4];
public Mask() {
this.id = default;