regenerated files
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(443, "MetaBall")]
|
||||
public class MetaBall {
|
||||
[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, "ListBase", "elems", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "elems", "ListBase", 16)]
|
||||
public ListBase elems;
|
||||
[DNAFieldAttribute(3, "ListBase", "*editelems", 16)]
|
||||
[DNAFieldAttribute(3, "ListBase", "*editelems", "ListBase", 16)]
|
||||
public ListBase ptr_editelems;
|
||||
[DNAFieldAttribute(4, "Ipo", "*ipo", 248)]
|
||||
[DNAFieldAttribute(4, "Ipo", "*ipo", "Ipo", 248)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(5, "Material", "**mat", 392)]
|
||||
[DNAFieldAttribute(5, "Material", "**mat", "Material", 392)]
|
||||
public Material ptr_ptr_mat;
|
||||
[DNAFieldAttribute(6, "char", "flag", 1)]
|
||||
[DNAFieldAttribute(6, "char", "flag", "char", 1)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(7, "char", "flag2", 1)]
|
||||
[DNAFieldAttribute(7, "char", "flag2", "char", 1)]
|
||||
public char flag2;
|
||||
[DNAFieldAttribute(8, "short", "totcol", 2)]
|
||||
[DNAFieldAttribute(8, "short", "totcol", "short", 2)]
|
||||
public short totcol;
|
||||
[DNAFieldAttribute(9, "char", "texflag", 1)]
|
||||
[DNAFieldAttribute(9, "char", "texflag", "char", 1)]
|
||||
public char texflag;
|
||||
[DNAFieldAttribute(10, "char", "_pad[2]", 1)]
|
||||
[DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(11, "char", "needs_flush_to_id", 1)]
|
||||
[DNAFieldAttribute(11, "char", "needs_flush_to_id", "char", 1)]
|
||||
public char needs_flush_to_id;
|
||||
[DNAFieldAttribute(12, "float", "loc[3]", 4)]
|
||||
[DNAFieldAttribute(12, "float", "loc[3]", "System.Single[]", 4)]
|
||||
public float[] loc = new System.Single[3];
|
||||
[DNAFieldAttribute(13, "float", "size[3]", 4)]
|
||||
[DNAFieldAttribute(13, "float", "size[3]", "System.Single[]", 4)]
|
||||
public float[] size = new System.Single[3];
|
||||
[DNAFieldAttribute(14, "float", "wiresize", 4)]
|
||||
[DNAFieldAttribute(14, "float", "wiresize", "float", 4)]
|
||||
public float wiresize;
|
||||
[DNAFieldAttribute(15, "float", "rendersize", 4)]
|
||||
[DNAFieldAttribute(15, "float", "rendersize", "float", 4)]
|
||||
public float rendersize;
|
||||
[DNAFieldAttribute(16, "float", "thresh", 4)]
|
||||
[DNAFieldAttribute(16, "float", "thresh", "float", 4)]
|
||||
public float thresh;
|
||||
[DNAFieldAttribute(17, "char", "_pad0[4]", 1)]
|
||||
[DNAFieldAttribute(17, "char", "_pad0[4]", "System.Char[]", 1)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(18, "MetaElem", "*lastelem", 104)]
|
||||
[DNAFieldAttribute(18, "MetaElem", "*lastelem", "MetaElem", 104)]
|
||||
public MetaElem ptr_lastelem;
|
||||
public MetaBall() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user