Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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,