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,43 +15,43 @@ namespace BlendFile.DNA {
[DNAClassAttribute(443, "MetaBall", 312)]
public class MetaBall {
[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, "ListBase", "elems", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "elems", "ListBase", 16, false, 216)]
public ListBase elems;
[DNAFieldAttribute(3, "ListBase", "*editelems", "ListBase", 8, true)]
[DNAFieldAttribute(3, "ListBase", "*editelems", "ListBase", 8, true, 232)]
public ListBase ptr_editelems;
[DNAFieldAttribute(4, "Ipo", "*ipo", "Ipo", 8, true)]
[DNAFieldAttribute(4, "Ipo", "*ipo", "Ipo", 8, true, 240)]
public Ipo ptr_ipo;
[DNAFieldAttribute(5, "Material", "**mat", "Material", 8, true)]
[DNAFieldAttribute(5, "Material", "**mat", "Material", 8, true, 248)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(6, "char", "flag", "char", 1, false)]
[DNAFieldAttribute(6, "char", "flag", "char", 1, false, 256)]
public char flag;
[DNAFieldAttribute(7, "char", "flag2", "char", 1, false)]
[DNAFieldAttribute(7, "char", "flag2", "char", 1, false, 257)]
public char flag2;
[DNAFieldAttribute(8, "short", "totcol", "short", 2, false)]
[DNAFieldAttribute(8, "short", "totcol", "short", 2, false, 258)]
public short totcol;
[DNAFieldAttribute(9, "char", "texflag", "char", 1, false)]
[DNAFieldAttribute(9, "char", "texflag", "char", 1, false, 260)]
public char texflag;
[DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 2, false, 261)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(11, "char", "needs_flush_to_id", "char", 1, false)]
[DNAFieldAttribute(11, "char", "needs_flush_to_id", "char", 1, false, 263)]
public char needs_flush_to_id;
[DNAFieldAttribute(12, "float", "loc[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(12, "float", "loc[3]", "System.Single[]", 12, false, 264)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(13, "float", "size[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(13, "float", "size[3]", "System.Single[]", 12, false, 276)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(14, "float", "wiresize", "float", 4, false)]
[DNAFieldAttribute(14, "float", "wiresize", "float", 4, false, 288)]
public float wiresize;
[DNAFieldAttribute(15, "float", "rendersize", "float", 4, false)]
[DNAFieldAttribute(15, "float", "rendersize", "float", 4, false, 292)]
public float rendersize;
[DNAFieldAttribute(16, "float", "thresh", "float", 4, false)]
[DNAFieldAttribute(16, "float", "thresh", "float", 4, false, 296)]
public float thresh;
[DNAFieldAttribute(17, "char", "_pad0[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(17, "char", "_pad0[4]", "System.Char[]", 4, false, 300)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(18, "MetaElem", "*lastelem", "MetaElem", 8, true)]
[DNAFieldAttribute(18, "MetaElem", "*lastelem", "MetaElem", 8, true, 304)]
public MetaElem ptr_lastelem;
public MetaBall() {
this.id = default;