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

@@ -53,6 +53,27 @@ namespace BlendFile.DNA {
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(18, "PointerRNA", "*ptr", 0)]
public PointerRNA ptr_ptr;
public wmKeyMapItem() {
this.ptr_next = default;
this.ptr_prev = default;
this.idname = default;
this.ptr_properties = default;
this.propvalue_str = default;
this.propvalue = default;
this.type = default;
this.val = default;
this.direction = default;
this.shift = default;
this.ctrl = default;
this.alt = default;
this.oskey = default;
this.keymodifier = default;
this.flag = default;
this.maptype = default;
this.id = default;
this._pad = default;
this.ptr_ptr = default;
}
public wmKeyMapItem(
wmKeyMapItem ptr_next,
wmKeyMapItem ptr_prev,