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,65 +15,65 @@ namespace BlendFile.DNA {
[DNAClassAttribute(338, "Lattice", 400)]
public class Lattice {
[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, "short", "pntsu", "short", 2, false)]
[DNAFieldAttribute(2, "short", "pntsu", "short", 2, false, 216)]
public short pntsu;
[DNAFieldAttribute(3, "short", "pntsv", "short", 2, false)]
[DNAFieldAttribute(3, "short", "pntsv", "short", 2, false, 218)]
public short pntsv;
[DNAFieldAttribute(4, "short", "pntsw", "short", 2, false)]
[DNAFieldAttribute(4, "short", "pntsw", "short", 2, false, 220)]
public short pntsw;
[DNAFieldAttribute(5, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(5, "short", "flag", "short", 2, false, 222)]
public short flag;
[DNAFieldAttribute(6, "short", "opntsu", "short", 2, false)]
[DNAFieldAttribute(6, "short", "opntsu", "short", 2, false, 224)]
public short opntsu;
[DNAFieldAttribute(7, "short", "opntsv", "short", 2, false)]
[DNAFieldAttribute(7, "short", "opntsv", "short", 2, false, 226)]
public short opntsv;
[DNAFieldAttribute(8, "short", "opntsw", "short", 2, false)]
[DNAFieldAttribute(8, "short", "opntsw", "short", 2, false, 228)]
public short opntsw;
[DNAFieldAttribute(9, "char", "_pad2[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(9, "char", "_pad2[3]", "System.Char[]", 3, false, 230)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(10, "char", "typeu", "char", 1, false)]
[DNAFieldAttribute(10, "char", "typeu", "char", 1, false, 233)]
public char typeu;
[DNAFieldAttribute(11, "char", "typev", "char", 1, false)]
[DNAFieldAttribute(11, "char", "typev", "char", 1, false, 234)]
public char typev;
[DNAFieldAttribute(12, "char", "typew", "char", 1, false)]
[DNAFieldAttribute(12, "char", "typew", "char", 1, false, 235)]
public char typew;
[DNAFieldAttribute(13, "int", "actbp", "int", 4, false)]
[DNAFieldAttribute(13, "int", "actbp", "int", 4, false, 236)]
public int actbp;
[DNAFieldAttribute(14, "float", "fu", "float", 4, false)]
[DNAFieldAttribute(14, "float", "fu", "float", 4, false, 240)]
public float fu;
[DNAFieldAttribute(15, "float", "fv", "float", 4, false)]
[DNAFieldAttribute(15, "float", "fv", "float", 4, false, 244)]
public float fv;
[DNAFieldAttribute(16, "float", "fw", "float", 4, false)]
[DNAFieldAttribute(16, "float", "fw", "float", 4, false, 248)]
public float fw;
[DNAFieldAttribute(17, "float", "du", "float", 4, false)]
[DNAFieldAttribute(17, "float", "du", "float", 4, false, 252)]
public float du;
[DNAFieldAttribute(18, "float", "dv", "float", 4, false)]
[DNAFieldAttribute(18, "float", "dv", "float", 4, false, 256)]
public float dv;
[DNAFieldAttribute(19, "float", "dw", "float", 4, false)]
[DNAFieldAttribute(19, "float", "dw", "float", 4, false, 260)]
public float dw;
[DNAFieldAttribute(20, "BPoint", "*def", "BPoint", 8, true)]
[DNAFieldAttribute(20, "BPoint", "*def", "BPoint", 8, true, 264)]
public BPoint ptr_def;
[DNAFieldAttribute(21, "Ipo", "*ipo", "Ipo", 8, true)]
[DNAFieldAttribute(21, "Ipo", "*ipo", "Ipo", 8, true, 272)]
public Ipo ptr_ipo;
[DNAFieldAttribute(22, "Key", "*key", "Key", 8, true)]
[DNAFieldAttribute(22, "Key", "*key", "Key", 8, true, 280)]
public Key ptr_key;
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 8, true)]
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 8, true, 288)]
public MDeformVert ptr_dvert;
[DNAFieldAttribute(24, "char", "vgroup[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(24, "char", "vgroup[64]", "System.Char[]", 64, false, 296)]
public char[] vgroup = new System.Char[64];
[DNAFieldAttribute(25, "ListBase", "vertex_group_names", "ListBase", 16, false)]
[DNAFieldAttribute(25, "ListBase", "vertex_group_names", "ListBase", 16, false, 360)]
public ListBase vertex_group_names;
[DNAFieldAttribute(26, "int", "vertex_group_active_index", "int", 4, false)]
[DNAFieldAttribute(26, "int", "vertex_group_active_index", "int", 4, false, 376)]
public int vertex_group_active_index;
[DNAFieldAttribute(27, "char", "_pad0[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(27, "char", "_pad0[4]", "System.Char[]", 4, false, 380)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(28, "EditLatt", "*editlatt", "EditLatt", 8, true)]
[DNAFieldAttribute(28, "EditLatt", "*editlatt", "EditLatt", 8, true, 384)]
public EditLatt ptr_editlatt;
[DNAFieldAttribute(29, "void", "*batch_cache", "void", 8, true)]
[DNAFieldAttribute(29, "void", "*batch_cache", "void", 8, true, 392)]
public object ptr_batch_cache;
public Lattice() {
this.id = default;