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

@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
public ID ptr_subitem_reference_id;
[DNAFieldAttribute(11, "ID", "*subitem_local_id", 208)]
public ID ptr_subitem_local_id;
public IDOverrideLibraryPropertyOperation() {
this.ptr_next = default;
this.ptr_prev = default;
this.operation = default;
this.flag = default;
this.tag = default;
this._pad0 = default;
this.ptr_subitem_reference_name = default;
this.ptr_subitem_local_name = default;
this.subitem_reference_index = default;
this.subitem_local_index = default;
this.ptr_subitem_reference_id = default;
this.ptr_subitem_local_id = default;
}
public IDOverrideLibraryPropertyOperation(IDOverrideLibraryPropertyOperation ptr_next, IDOverrideLibraryPropertyOperation ptr_prev, short operation, short flag, short tag, char[] _pad0, char ptr_subitem_reference_name, char ptr_subitem_local_name, int subitem_reference_index, int subitem_local_index, ID ptr_subitem_reference_id, ID ptr_subitem_local_id) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;