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

@@ -41,6 +41,21 @@ namespace BlendFile.DNA {
public char ptr_surface_uv_map;
[DNAFieldAttribute(12, "void", "*batch_cache", 0)]
public object ptr_batch_cache;
public Curves() {
this.id = default;
this.ptr_adt = default;
this.geometry = default;
this.flag = default;
this.attributes_active_index = default;
this.ptr_ptr_mat = default;
this.totcol = default;
this.symmetry = default;
this.selection_domain = default;
this._pad = default;
this.ptr_surface = default;
this.ptr_surface_uv_map = default;
this.ptr_batch_cache = default;
}
public Curves(ID id, AnimData ptr_adt, CurvesGeometry geometry, int flag, int attributes_active_index, Material ptr_ptr_mat, short totcol, char symmetry, char selection_domain, char[] _pad, Object ptr_surface, char ptr_surface_uv_map, object ptr_batch_cache) {
this.id = id;
this.ptr_adt = ptr_adt;