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,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(773, "ObHook")]
public class ObHook {
[DNAFieldAttribute(0, "ObHook", "*next", "ObHook", 256)]
[DNAFieldAttribute(0, "ObHook", "*next", "ObHook", 4, true)]
public ObHook ptr_next;
[DNAFieldAttribute(1, "ObHook", "*prev", "ObHook", 256)]
[DNAFieldAttribute(1, "ObHook", "*prev", "ObHook", 4, true)]
public ObHook ptr_prev;
[DNAFieldAttribute(2, "Object", "*parent", "Object", 1160)]
[DNAFieldAttribute(2, "Object", "*parent", "Object", 4, true)]
public Object ptr_parent;
[DNAFieldAttribute(3, "float", "parentinv[4][4]", "System.Single[,]", 4)]
[DNAFieldAttribute(3, "float", "parentinv[4][4]", "System.Single[,]", 64, false)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(4, "float", "mat[4][4]", "System.Single[,]", 4)]
[DNAFieldAttribute(4, "float", "mat[4][4]", "System.Single[,]", 64, false)]
public float[,] mat = new System.Single[4,4];
[DNAFieldAttribute(5, "float", "cent[3]", "System.Single[]", 4)]
[DNAFieldAttribute(5, "float", "cent[3]", "System.Single[]", 12, false)]
public float[] cent = new System.Single[3];
[DNAFieldAttribute(6, "float", "falloff", "float", 4)]
[DNAFieldAttribute(6, "float", "falloff", "float", 4, false)]
public float falloff;
[DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(8, "int", "*indexar", "int", 4)]
[DNAFieldAttribute(8, "int", "*indexar", "int", 4, true)]
public int ptr_indexar;
[DNAFieldAttribute(9, "int", "totindex", "int", 4)]
[DNAFieldAttribute(9, "int", "totindex", "int", 4, false)]
public int totindex;
[DNAFieldAttribute(10, "int", "curindex", "int", 4)]
[DNAFieldAttribute(10, "int", "curindex", "int", 4, false)]
public int curindex;
[DNAFieldAttribute(11, "short", "type", "short", 2)]
[DNAFieldAttribute(11, "short", "type", "short", 2, false)]
public short type;
[DNAFieldAttribute(12, "short", "active", "short", 2)]
[DNAFieldAttribute(12, "short", "active", "short", 2, false)]
public short active;
[DNAFieldAttribute(13, "float", "force", "float", 4)]
[DNAFieldAttribute(13, "float", "force", "float", 4, false)]
public float force;
public ObHook() {
this.ptr_next = default;