regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(337, "KeyBlock")]
public class KeyBlock {
[DNAFieldAttribute(0, "KeyBlock", "*next", "KeyBlock", 184)]
[DNAFieldAttribute(0, "KeyBlock", "*next", "KeyBlock", 4, true)]
public KeyBlock ptr_next;
[DNAFieldAttribute(1, "KeyBlock", "*prev", "KeyBlock", 184)]
[DNAFieldAttribute(1, "KeyBlock", "*prev", "KeyBlock", 4, true)]
public KeyBlock ptr_prev;
[DNAFieldAttribute(2, "float", "pos", "float", 4)]
[DNAFieldAttribute(2, "float", "pos", "float", 4, false)]
public float pos;
[DNAFieldAttribute(3, "float", "curval", "float", 4)]
[DNAFieldAttribute(3, "float", "curval", "float", 4, false)]
public float curval;
[DNAFieldAttribute(4, "short", "type", "short", 2)]
[DNAFieldAttribute(4, "short", "type", "short", 2, false)]
public short type;
[DNAFieldAttribute(5, "char", "_pad1[2]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad1[2]", "System.Char[]", 2, false)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(6, "short", "relative", "short", 2)]
[DNAFieldAttribute(6, "short", "relative", "short", 2, false)]
public short relative;
[DNAFieldAttribute(7, "short", "flag", "short", 2)]
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(8, "int", "totelem", "int", 4)]
[DNAFieldAttribute(8, "int", "totelem", "int", 4, false)]
public int totelem;
[DNAFieldAttribute(9, "int", "uid", "int", 4)]
[DNAFieldAttribute(9, "int", "uid", "int", 4, false)]
public int uid;
[DNAFieldAttribute(10, "void", "*data", "void", 0)]
[DNAFieldAttribute(10, "void", "*data", "void", 4, true)]
public object ptr_data;
[DNAFieldAttribute(11, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(11, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(12, "char", "vgroup[64]", "System.Char[]", 1)]
[DNAFieldAttribute(12, "char", "vgroup[64]", "System.Char[]", 64, false)]
public char[] vgroup = new System.Char[64];
[DNAFieldAttribute(13, "float", "slidermin", "float", 4)]
[DNAFieldAttribute(13, "float", "slidermin", "float", 4, false)]
public float slidermin;
[DNAFieldAttribute(14, "float", "slidermax", "float", 4)]
[DNAFieldAttribute(14, "float", "slidermax", "float", 4, false)]
public float slidermax;
public KeyBlock() {
this.ptr_next = default;