Generated new code and added initial data handling
This commit is contained in:
@@ -43,6 +43,22 @@ namespace BlendFile.DNA {
|
||||
public short flag;
|
||||
[DNAFieldAttribute(13, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public wmOperator() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.idname = default;
|
||||
this.ptr_properties = default;
|
||||
this.ptr_type = default;
|
||||
this.ptr_customdata = default;
|
||||
this.ptr_py_instance = default;
|
||||
this.ptr_ptr = default;
|
||||
this.ptr_reports = default;
|
||||
this.macro = default;
|
||||
this.ptr_opm = default;
|
||||
this.ptr_layout = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public wmOperator(wmOperator ptr_next, wmOperator ptr_prev, char[] idname, IDProperty ptr_properties, wmOperatorType ptr_type, object ptr_customdata, object ptr_py_instance, PointerRNA ptr_ptr, ReportList ptr_reports, ListBase macro, wmOperator ptr_opm, uiLayout ptr_layout, short flag, char[] _pad) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
|
||||
Reference in New Issue
Block a user