Generated new code and added initial data handling
This commit is contained in:
@@ -75,6 +75,38 @@ namespace BlendFile.DNA {
|
||||
public EditLatt ptr_editlatt;
|
||||
[DNAFieldAttribute(29, "void", "*batch_cache", 0)]
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user