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

@@ -53,6 +53,27 @@ namespace BlendFile.DNA {
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(18, "MetaElem", "*lastelem", 104)]
public MetaElem ptr_lastelem;
public MetaBall() {
this.id = default;
this.ptr_adt = default;
this.elems = default;
this.ptr_editelems = default;
this.ptr_ipo = default;
this.ptr_ptr_mat = default;
this.flag = default;
this.flag2 = default;
this.totcol = default;
this.texflag = default;
this._pad = default;
this.needs_flush_to_id = default;
this.loc = default;
this.size = default;
this.wiresize = default;
this.rendersize = default;
this.thresh = default;
this._pad0 = default;
this.ptr_lastelem = default;
}
public MetaBall(
ID id,
AnimData ptr_adt,