174 lines
6.7 KiB
C#
174 lines
6.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
|
|
|
|
namespace BlendFile.DNA {
|
|
using BlendFile;
|
|
|
|
[DNAClassAttribute(338, "Lattice")]
|
|
public class Lattice {
|
|
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
|
public ID id;
|
|
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
|
public AnimData ptr_adt;
|
|
[DNAFieldAttribute(2, "short", "pntsu", "short", 2, false)]
|
|
public short pntsu;
|
|
[DNAFieldAttribute(3, "short", "pntsv", "short", 2, false)]
|
|
public short pntsv;
|
|
[DNAFieldAttribute(4, "short", "pntsw", "short", 2, false)]
|
|
public short pntsw;
|
|
[DNAFieldAttribute(5, "short", "flag", "short", 2, false)]
|
|
public short flag;
|
|
[DNAFieldAttribute(6, "short", "opntsu", "short", 2, false)]
|
|
public short opntsu;
|
|
[DNAFieldAttribute(7, "short", "opntsv", "short", 2, false)]
|
|
public short opntsv;
|
|
[DNAFieldAttribute(8, "short", "opntsw", "short", 2, false)]
|
|
public short opntsw;
|
|
[DNAFieldAttribute(9, "char", "_pad2[3]", "System.Char[]", 3, false)]
|
|
public char[] _pad2 = new System.Char[3];
|
|
[DNAFieldAttribute(10, "char", "typeu", "char", 1, false)]
|
|
public char typeu;
|
|
[DNAFieldAttribute(11, "char", "typev", "char", 1, false)]
|
|
public char typev;
|
|
[DNAFieldAttribute(12, "char", "typew", "char", 1, false)]
|
|
public char typew;
|
|
[DNAFieldAttribute(13, "int", "actbp", "int", 4, false)]
|
|
public int actbp;
|
|
[DNAFieldAttribute(14, "float", "fu", "float", 4, false)]
|
|
public float fu;
|
|
[DNAFieldAttribute(15, "float", "fv", "float", 4, false)]
|
|
public float fv;
|
|
[DNAFieldAttribute(16, "float", "fw", "float", 4, false)]
|
|
public float fw;
|
|
[DNAFieldAttribute(17, "float", "du", "float", 4, false)]
|
|
public float du;
|
|
[DNAFieldAttribute(18, "float", "dv", "float", 4, false)]
|
|
public float dv;
|
|
[DNAFieldAttribute(19, "float", "dw", "float", 4, false)]
|
|
public float dw;
|
|
[DNAFieldAttribute(20, "BPoint", "*def", "BPoint", 4, true)]
|
|
public BPoint ptr_def;
|
|
[DNAFieldAttribute(21, "Ipo", "*ipo", "Ipo", 4, true)]
|
|
public Ipo ptr_ipo;
|
|
[DNAFieldAttribute(22, "Key", "*key", "Key", 4, true)]
|
|
public Key ptr_key;
|
|
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 4, true)]
|
|
public MDeformVert ptr_dvert;
|
|
[DNAFieldAttribute(24, "char", "vgroup[64]", "System.Char[]", 64, false)]
|
|
public char[] vgroup = new System.Char[64];
|
|
[DNAFieldAttribute(25, "ListBase", "vertex_group_names", "ListBase", 16, false)]
|
|
public ListBase vertex_group_names;
|
|
[DNAFieldAttribute(26, "int", "vertex_group_active_index", "int", 4, false)]
|
|
public int vertex_group_active_index;
|
|
[DNAFieldAttribute(27, "char", "_pad0[4]", "System.Char[]", 4, false)]
|
|
public char[] _pad0 = new System.Char[4];
|
|
[DNAFieldAttribute(28, "EditLatt", "*editlatt", "EditLatt", 4, true)]
|
|
public EditLatt ptr_editlatt;
|
|
[DNAFieldAttribute(29, "void", "*batch_cache", "void", 4, true)]
|
|
public object ptr_batch_cache;
|
|
public Lattice() {
|
|
this.id = default;
|
|
this.ptr_adt = default;
|
|
this.pntsu = default;
|
|
this.pntsv = default;
|
|
this.pntsw = default;
|
|
this.flag = default;
|
|
this.opntsu = default;
|
|
this.opntsv = default;
|
|
this.opntsw = default;
|
|
this._pad2 = default;
|
|
this.typeu = default;
|
|
this.typev = default;
|
|
this.typew = default;
|
|
this.actbp = default;
|
|
this.fu = default;
|
|
this.fv = default;
|
|
this.fw = default;
|
|
this.du = default;
|
|
this.dv = default;
|
|
this.dw = default;
|
|
this.ptr_def = default;
|
|
this.ptr_ipo = default;
|
|
this.ptr_key = default;
|
|
this.ptr_dvert = default;
|
|
this.vgroup = default;
|
|
this.vertex_group_names = default;
|
|
this.vertex_group_active_index = default;
|
|
this._pad0 = default;
|
|
this.ptr_editlatt = default;
|
|
this.ptr_batch_cache = default;
|
|
}
|
|
public Lattice(
|
|
ID id,
|
|
AnimData ptr_adt,
|
|
short pntsu,
|
|
short pntsv,
|
|
short pntsw,
|
|
short flag,
|
|
short opntsu,
|
|
short opntsv,
|
|
short opntsw,
|
|
char[] _pad2,
|
|
char typeu,
|
|
char typev,
|
|
char typew,
|
|
int actbp,
|
|
float fu,
|
|
float fv,
|
|
float fw,
|
|
float du,
|
|
float dv,
|
|
float dw,
|
|
BPoint ptr_def,
|
|
Ipo ptr_ipo,
|
|
Key ptr_key,
|
|
MDeformVert ptr_dvert,
|
|
char[] vgroup,
|
|
ListBase vertex_group_names,
|
|
int vertex_group_active_index,
|
|
char[] _pad0,
|
|
EditLatt ptr_editlatt,
|
|
object ptr_batch_cache) {
|
|
this.id = id;
|
|
this.ptr_adt = ptr_adt;
|
|
this.pntsu = pntsu;
|
|
this.pntsv = pntsv;
|
|
this.pntsw = pntsw;
|
|
this.flag = flag;
|
|
this.opntsu = opntsu;
|
|
this.opntsv = opntsv;
|
|
this.opntsw = opntsw;
|
|
this._pad2 = _pad2;
|
|
this.typeu = typeu;
|
|
this.typev = typev;
|
|
this.typew = typew;
|
|
this.actbp = actbp;
|
|
this.fu = fu;
|
|
this.fv = fv;
|
|
this.fw = fw;
|
|
this.du = du;
|
|
this.dv = dv;
|
|
this.dw = dw;
|
|
this.ptr_def = ptr_def;
|
|
this.ptr_ipo = ptr_ipo;
|
|
this.ptr_key = ptr_key;
|
|
this.ptr_dvert = ptr_dvert;
|
|
this.vgroup = vgroup;
|
|
this.vertex_group_names = vertex_group_names;
|
|
this.vertex_group_active_index = vertex_group_active_index;
|
|
this._pad0 = _pad0;
|
|
this.ptr_editlatt = ptr_editlatt;
|
|
this.ptr_batch_cache = ptr_batch_cache;
|
|
}
|
|
}
|
|
}
|