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