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

@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
public int items_num;
[DNAFieldAttribute(7, "int", "identifier", 4)]
public int identifier;
public bNodeTreeInterfacePanel() {
this.item = default;
this.ptr_name = default;
this.ptr_description = default;
this.flag = default;
this._pad = default;
this.ptr_ptr_items_array = default;
this.items_num = default;
this.identifier = default;
}
public bNodeTreeInterfacePanel(bNodeTreeInterfaceItem item, char ptr_name, char ptr_description, int flag, char[] _pad, bNodeTreeInterfaceItem ptr_ptr_items_array, int items_num, int identifier) {
this.item = item;
this.ptr_name = ptr_name;