regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(212, "Key")]
public class Key {
[DNAFieldAttribute(0, "ID", "id", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "KeyBlock", "*refkey", 184)]
[DNAFieldAttribute(2, "KeyBlock", "*refkey", "KeyBlock", 184)]
public KeyBlock ptr_refkey;
[DNAFieldAttribute(3, "char", "elemstr[32]", 1)]
[DNAFieldAttribute(3, "char", "elemstr[32]", "System.Char[]", 1)]
public char[] elemstr = new System.Char[32];
[DNAFieldAttribute(4, "int", "elemsize", 4)]
[DNAFieldAttribute(4, "int", "elemsize", "int", 4)]
public int elemsize;
[DNAFieldAttribute(5, "char", "_pad[4]", 1)]
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "ListBase", "block", 16)]
[DNAFieldAttribute(6, "ListBase", "block", "ListBase", 16)]
public ListBase block;
[DNAFieldAttribute(7, "Ipo", "*ipo", 248)]
[DNAFieldAttribute(7, "Ipo", "*ipo", "Ipo", 248)]
public Ipo ptr_ipo;
[DNAFieldAttribute(8, "ID", "*from", 208)]
[DNAFieldAttribute(8, "ID", "*from", "ID", 208)]
public ID ptr_from;
[DNAFieldAttribute(9, "int", "totkey", 4)]
[DNAFieldAttribute(9, "int", "totkey", "int", 4)]
public int totkey;
[DNAFieldAttribute(10, "short", "flag", 2)]
[DNAFieldAttribute(10, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(11, "char", "type", 1)]
[DNAFieldAttribute(11, "char", "type", "char", 1)]
public char type;
[DNAFieldAttribute(12, "char", "_pad2", 1)]
[DNAFieldAttribute(12, "char", "_pad2", "char", 1)]
public char _pad2;
[DNAFieldAttribute(13, "float", "ctime", 4)]
[DNAFieldAttribute(13, "float", "ctime", "float", 4)]
public float ctime;
[DNAFieldAttribute(14, "int", "uidgen", 4)]
[DNAFieldAttribute(14, "int", "uidgen", "int", 4)]
public int uidgen;
public Key() {
this.id = default;