regenerated files
This commit is contained in:
@@ -15,65 +15,65 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(338, "Lattice")]
|
||||
public class Lattice {
|
||||
[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, "short", "pntsu", 2)]
|
||||
[DNAFieldAttribute(2, "short", "pntsu", "short", 2)]
|
||||
public short pntsu;
|
||||
[DNAFieldAttribute(3, "short", "pntsv", 2)]
|
||||
[DNAFieldAttribute(3, "short", "pntsv", "short", 2)]
|
||||
public short pntsv;
|
||||
[DNAFieldAttribute(4, "short", "pntsw", 2)]
|
||||
[DNAFieldAttribute(4, "short", "pntsw", "short", 2)]
|
||||
public short pntsw;
|
||||
[DNAFieldAttribute(5, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(6, "short", "opntsu", 2)]
|
||||
[DNAFieldAttribute(6, "short", "opntsu", "short", 2)]
|
||||
public short opntsu;
|
||||
[DNAFieldAttribute(7, "short", "opntsv", 2)]
|
||||
[DNAFieldAttribute(7, "short", "opntsv", "short", 2)]
|
||||
public short opntsv;
|
||||
[DNAFieldAttribute(8, "short", "opntsw", 2)]
|
||||
[DNAFieldAttribute(8, "short", "opntsw", "short", 2)]
|
||||
public short opntsw;
|
||||
[DNAFieldAttribute(9, "char", "_pad2[3]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "_pad2[3]", "System.Char[]", 1)]
|
||||
public char[] _pad2 = new System.Char[3];
|
||||
[DNAFieldAttribute(10, "char", "typeu", 1)]
|
||||
[DNAFieldAttribute(10, "char", "typeu", "char", 1)]
|
||||
public char typeu;
|
||||
[DNAFieldAttribute(11, "char", "typev", 1)]
|
||||
[DNAFieldAttribute(11, "char", "typev", "char", 1)]
|
||||
public char typev;
|
||||
[DNAFieldAttribute(12, "char", "typew", 1)]
|
||||
[DNAFieldAttribute(12, "char", "typew", "char", 1)]
|
||||
public char typew;
|
||||
[DNAFieldAttribute(13, "int", "actbp", 4)]
|
||||
[DNAFieldAttribute(13, "int", "actbp", "int", 4)]
|
||||
public int actbp;
|
||||
[DNAFieldAttribute(14, "float", "fu", 4)]
|
||||
[DNAFieldAttribute(14, "float", "fu", "float", 4)]
|
||||
public float fu;
|
||||
[DNAFieldAttribute(15, "float", "fv", 4)]
|
||||
[DNAFieldAttribute(15, "float", "fv", "float", 4)]
|
||||
public float fv;
|
||||
[DNAFieldAttribute(16, "float", "fw", 4)]
|
||||
[DNAFieldAttribute(16, "float", "fw", "float", 4)]
|
||||
public float fw;
|
||||
[DNAFieldAttribute(17, "float", "du", 4)]
|
||||
[DNAFieldAttribute(17, "float", "du", "float", 4)]
|
||||
public float du;
|
||||
[DNAFieldAttribute(18, "float", "dv", 4)]
|
||||
[DNAFieldAttribute(18, "float", "dv", "float", 4)]
|
||||
public float dv;
|
||||
[DNAFieldAttribute(19, "float", "dw", 4)]
|
||||
[DNAFieldAttribute(19, "float", "dw", "float", 4)]
|
||||
public float dw;
|
||||
[DNAFieldAttribute(20, "BPoint", "*def", 36)]
|
||||
[DNAFieldAttribute(20, "BPoint", "*def", "BPoint", 36)]
|
||||
public BPoint ptr_def;
|
||||
[DNAFieldAttribute(21, "Ipo", "*ipo", 248)]
|
||||
[DNAFieldAttribute(21, "Ipo", "*ipo", "Ipo", 248)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(22, "Key", "*key", 312)]
|
||||
[DNAFieldAttribute(22, "Key", "*key", "Key", 312)]
|
||||
public Key ptr_key;
|
||||
[DNAFieldAttribute(23, "MDeformVert", "*dvert", 16)]
|
||||
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 16)]
|
||||
public MDeformVert ptr_dvert;
|
||||
[DNAFieldAttribute(24, "char", "vgroup[64]", 1)]
|
||||
[DNAFieldAttribute(24, "char", "vgroup[64]", "System.Char[]", 1)]
|
||||
public char[] vgroup = new System.Char[64];
|
||||
[DNAFieldAttribute(25, "ListBase", "vertex_group_names", 16)]
|
||||
[DNAFieldAttribute(25, "ListBase", "vertex_group_names", "ListBase", 16)]
|
||||
public ListBase vertex_group_names;
|
||||
[DNAFieldAttribute(26, "int", "vertex_group_active_index", 4)]
|
||||
[DNAFieldAttribute(26, "int", "vertex_group_active_index", "int", 4)]
|
||||
public int vertex_group_active_index;
|
||||
[DNAFieldAttribute(27, "char", "_pad0[4]", 1)]
|
||||
[DNAFieldAttribute(27, "char", "_pad0[4]", "System.Char[]", 1)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(28, "EditLatt", "*editlatt", 0)]
|
||||
[DNAFieldAttribute(28, "EditLatt", "*editlatt", "EditLatt", 0)]
|
||||
public EditLatt ptr_editlatt;
|
||||
[DNAFieldAttribute(29, "void", "*batch_cache", 0)]
|
||||
[DNAFieldAttribute(29, "void", "*batch_cache", "void", 0)]
|
||||
public object ptr_batch_cache;
|
||||
public Lattice() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user