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

@@ -27,6 +27,14 @@ namespace BlendFile.DNA {
public char[] context = new System.Char[64];
[DNAFieldAttribute(5, "ListBase", "items", 16)]
public ListBase items;
public bUserMenu() {
this.ptr_next = default;
this.ptr_prev = default;
this.space_type = default;
this._pad0 = default;
this.context = default;
this.items = default;
}
public bUserMenu(bUserMenu ptr_next, bUserMenu ptr_prev, char space_type, char[] _pad0, char[] context, ListBase items) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;