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 ViewLayer ptr_view_layer;
[DNAFieldAttribute(18, "Collection_Runtime", "runtime", 64)]
public Collection_Runtime runtime;
public Collection() {
this.id = default;
this.ptr_owner_id = default;
this.gobject = default;
this.children = default;
this._pad0 = default;
this.active_exporter_index = default;
this.exporters = default;
this.ptr_preview = default;
this.layer = default;
this.dupli_ofs = default;
this.flag = default;
this.color_tag = default;
this._pad1 = default;
this.lineart_usage = default;
this.lineart_flags = default;
this.lineart_intersection_mask = default;
this.lineart_intersection_priority = default;
this.ptr_view_layer = default;
this.runtime = default;
}
public Collection(
ID id,
ID ptr_owner_id,