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