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

@@ -55,6 +55,28 @@ namespace BlendFile.DNA {
public LibraryWeakReference ptr_library_weak_reference;
[DNAFieldAttribute(19, "ID_Runtime", "runtime", 32)]
public ID_Runtime runtime;
public ID() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_newid = default;
this.ptr_lib = default;
this.ptr_asset_data = default;
this.name = default;
this.flag = default;
this.tag = default;
this.us = default;
this.icon_id = default;
this.recalc = default;
this.recalc_up_to_undo_push = default;
this.recalc_after_undo_push = default;
this.session_uid = default;
this.ptr_properties = default;
this.ptr_override_library = default;
this.ptr_orig_id = default;
this.ptr_py_instance = default;
this.ptr_library_weak_reference = default;
this.runtime = default;
}
public ID(
object ptr_next,
object ptr_prev,