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,43 +15,43 @@ namespace BlendFile.DNA {
[DNAClassAttribute(441, "MetaElem")]
public class MetaElem {
[DNAFieldAttribute(0, "MetaElem", "*next", 104)]
[DNAFieldAttribute(0, "MetaElem", "*next", "MetaElem", 104)]
public MetaElem ptr_next;
[DNAFieldAttribute(1, "MetaElem", "*prev", 104)]
[DNAFieldAttribute(1, "MetaElem", "*prev", "MetaElem", 104)]
public MetaElem ptr_prev;
[DNAFieldAttribute(2, "BoundBox", "*bb", 96)]
[DNAFieldAttribute(2, "BoundBox", "*bb", "BoundBox", 96)]
public BoundBox ptr_bb;
[DNAFieldAttribute(3, "short", "type", 2)]
[DNAFieldAttribute(3, "short", "type", "short", 2)]
public short type;
[DNAFieldAttribute(4, "short", "flag", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(5, "char", "_pad[4]", 1)]
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "float", "x", 4)]
[DNAFieldAttribute(6, "float", "x", "float", 4)]
public float x;
[DNAFieldAttribute(7, "float", "y", 4)]
[DNAFieldAttribute(7, "float", "y", "float", 4)]
public float y;
[DNAFieldAttribute(8, "float", "z", 4)]
[DNAFieldAttribute(8, "float", "z", "float", 4)]
public float z;
[DNAFieldAttribute(9, "float", "quat[4]", 4)]
[DNAFieldAttribute(9, "float", "quat[4]", "System.Single[]", 4)]
public float[] quat = new System.Single[4];
[DNAFieldAttribute(10, "float", "expx", 4)]
[DNAFieldAttribute(10, "float", "expx", "float", 4)]
public float expx;
[DNAFieldAttribute(11, "float", "expy", 4)]
[DNAFieldAttribute(11, "float", "expy", "float", 4)]
public float expy;
[DNAFieldAttribute(12, "float", "expz", 4)]
[DNAFieldAttribute(12, "float", "expz", "float", 4)]
public float expz;
[DNAFieldAttribute(13, "float", "rad", 4)]
[DNAFieldAttribute(13, "float", "rad", "float", 4)]
public float rad;
[DNAFieldAttribute(14, "float", "rad2", 4)]
[DNAFieldAttribute(14, "float", "rad2", "float", 4)]
public float rad2;
[DNAFieldAttribute(15, "float", "s", 4)]
[DNAFieldAttribute(15, "float", "s", "float", 4)]
public float s;
[DNAFieldAttribute(16, "float", "len", 4)]
[DNAFieldAttribute(16, "float", "len", "float", 4)]
public float len;
[DNAFieldAttribute(17, "float", "*mat", 4)]
[DNAFieldAttribute(17, "float", "*mat", "float", 4)]
public float ptr_mat;
[DNAFieldAttribute(18, "float", "*imat", 4)]
[DNAFieldAttribute(18, "float", "*imat", "float", 4)]
public float ptr_imat;
public MetaElem() {
this.ptr_next = default;