Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(212, "Key", 312)]
|
||||
public class Key {
|
||||
[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, "KeyBlock", "*refkey", "KeyBlock", 8, true)]
|
||||
[DNAFieldAttribute(2, "KeyBlock", "*refkey", "KeyBlock", 8, true, 216)]
|
||||
public KeyBlock ptr_refkey;
|
||||
[DNAFieldAttribute(3, "char", "elemstr[32]", "System.Char[]", 32, false)]
|
||||
[DNAFieldAttribute(3, "char", "elemstr[32]", "System.Char[]", 32, false, 224)]
|
||||
public char[] elemstr = new System.Char[32];
|
||||
[DNAFieldAttribute(4, "int", "elemsize", "int", 4, false)]
|
||||
[DNAFieldAttribute(4, "int", "elemsize", "int", 4, false, 256)]
|
||||
public int elemsize;
|
||||
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false, 260)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(6, "ListBase", "block", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(6, "ListBase", "block", "ListBase", 16, false, 264)]
|
||||
public ListBase block;
|
||||
[DNAFieldAttribute(7, "Ipo", "*ipo", "Ipo", 8, true)]
|
||||
[DNAFieldAttribute(7, "Ipo", "*ipo", "Ipo", 8, true, 280)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(8, "ID", "*from", "ID", 8, true)]
|
||||
[DNAFieldAttribute(8, "ID", "*from", "ID", 8, true, 288)]
|
||||
public ID ptr_from;
|
||||
[DNAFieldAttribute(9, "int", "totkey", "int", 4, false)]
|
||||
[DNAFieldAttribute(9, "int", "totkey", "int", 4, false, 296)]
|
||||
public int totkey;
|
||||
[DNAFieldAttribute(10, "short", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(10, "short", "flag", "short", 2, false, 300)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(11, "char", "type", "char", 1, false)]
|
||||
[DNAFieldAttribute(11, "char", "type", "char", 1, false, 302)]
|
||||
public char type;
|
||||
[DNAFieldAttribute(12, "char", "_pad2", "char", 1, false)]
|
||||
[DNAFieldAttribute(12, "char", "_pad2", "char", 1, false, 303)]
|
||||
public char _pad2;
|
||||
[DNAFieldAttribute(13, "float", "ctime", "float", 4, false)]
|
||||
[DNAFieldAttribute(13, "float", "ctime", "float", 4, false, 304)]
|
||||
public float ctime;
|
||||
[DNAFieldAttribute(14, "int", "uidgen", "int", 4, false)]
|
||||
[DNAFieldAttribute(14, "int", "uidgen", "int", 4, false, 308)]
|
||||
public int uidgen;
|
||||
public Key() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user