Generated new code and added initial data handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user