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,43 +15,43 @@ namespace BlendFile.DNA {
[DNAClassAttribute(443, "MetaBall")]
public class MetaBall {
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "ListBase", "elems", "ListBase", 16)]
[DNAFieldAttribute(2, "ListBase", "elems", "ListBase", 16, false)]
public ListBase elems;
[DNAFieldAttribute(3, "ListBase", "*editelems", "ListBase", 16)]
[DNAFieldAttribute(3, "ListBase", "*editelems", "ListBase", 4, true)]
public ListBase ptr_editelems;
[DNAFieldAttribute(4, "Ipo", "*ipo", "Ipo", 248)]
[DNAFieldAttribute(4, "Ipo", "*ipo", "Ipo", 4, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(5, "Material", "**mat", "Material", 392)]
[DNAFieldAttribute(5, "Material", "**mat", "Material", 4, true)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(6, "char", "flag", "char", 1)]
[DNAFieldAttribute(6, "char", "flag", "char", 1, false)]
public char flag;
[DNAFieldAttribute(7, "char", "flag2", "char", 1)]
[DNAFieldAttribute(7, "char", "flag2", "char", 1, false)]
public char flag2;
[DNAFieldAttribute(8, "short", "totcol", "short", 2)]
[DNAFieldAttribute(8, "short", "totcol", "short", 2, false)]
public short totcol;
[DNAFieldAttribute(9, "char", "texflag", "char", 1)]
[DNAFieldAttribute(9, "char", "texflag", "char", 1, false)]
public char texflag;
[DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 1)]
[DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 2, false)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(11, "char", "needs_flush_to_id", "char", 1)]
[DNAFieldAttribute(11, "char", "needs_flush_to_id", "char", 1, false)]
public char needs_flush_to_id;
[DNAFieldAttribute(12, "float", "loc[3]", "System.Single[]", 4)]
[DNAFieldAttribute(12, "float", "loc[3]", "System.Single[]", 12, false)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(13, "float", "size[3]", "System.Single[]", 4)]
[DNAFieldAttribute(13, "float", "size[3]", "System.Single[]", 12, false)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(14, "float", "wiresize", "float", 4)]
[DNAFieldAttribute(14, "float", "wiresize", "float", 4, false)]
public float wiresize;
[DNAFieldAttribute(15, "float", "rendersize", "float", 4)]
[DNAFieldAttribute(15, "float", "rendersize", "float", 4, false)]
public float rendersize;
[DNAFieldAttribute(16, "float", "thresh", "float", 4)]
[DNAFieldAttribute(16, "float", "thresh", "float", 4, false)]
public float thresh;
[DNAFieldAttribute(17, "char", "_pad0[4]", "System.Char[]", 1)]
[DNAFieldAttribute(17, "char", "_pad0[4]", "System.Char[]", 4, false)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(18, "MetaElem", "*lastelem", "MetaElem", 104)]
[DNAFieldAttribute(18, "MetaElem", "*lastelem", "MetaElem", 4, true)]
public MetaElem ptr_lastelem;
public MetaBall() {
this.id = default;