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

@@ -121,6 +121,61 @@ namespace BlendFile.DNA {
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(52, "MeshRuntimeHandle", "*runtime", 0)]
public MeshRuntimeHandle ptr_runtime;
public Mesh() {
this.id = default;
this.ptr_adt = default;
this.ptr_ipo = default;
this.ptr_key = default;
this.ptr_ptr_mat = default;
this.totvert = default;
this.totedge = default;
this.totpoly = default;
this.totloop = default;
this.ptr_poly_offset_indices = default;
this.vdata = default;
this.edata = default;
this.pdata = default;
this.ldata = default;
this.vertex_group_names = default;
this.vertex_group_active_index = default;
this.attributes_active_index = default;
this.ptr_mselect = default;
this.totselect = default;
this.act_face = default;
this.ptr_texcomesh = default;
this.loc = default;
this.size = default;
this.texflag = default;
this.editflag = default;
this.flag = default;
this.smoothresh = default;
this.remesh_voxel_size = default;
this.remesh_voxel_adaptivity = default;
this.face_sets_color_seed = default;
this.face_sets_color_default = default;
this.ptr_active_color_attribute = default;
this.ptr_default_color_attribute = default;
this.symmetry = default;
this.remesh_mode = default;
this.totcol = default;
this.cd_flag = default;
this.subdiv = default;
this.subdivr = default;
this.subsurftype = default;
this.ptr_mpoly = default;
this.ptr_mloop = default;
this.ptr_mvert = default;
this.ptr_medge = default;
this.ptr_dvert = default;
this.ptr_mtface = default;
this.ptr_tface = default;
this.ptr_mcol = default;
this.ptr_mface = default;
this.fdata = default;
this.totface = default;
this._pad1 = default;
this.ptr_runtime = default;
}
public Mesh(
ID id,
AnimData ptr_adt,