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