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

@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
public wmTimer ptr_reporttimer;
[DNAFieldAttribute(6, "std_mutex_type", "*lock", 0)]
public std_mutex_type ptr_lock;
public ReportList() {
this.list = default;
this.printlevel = default;
this.storelevel = default;
this.flag = default;
this._pad = default;
this.ptr_reporttimer = default;
this.ptr_lock = default;
}
public ReportList(ListBase list, int printlevel, int storelevel, int flag, char[] _pad, wmTimer ptr_reporttimer, std_mutex_type ptr_lock) {
this.list = list;
this.printlevel = printlevel;