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

@@ -75,6 +75,38 @@ namespace BlendFile.DNA {
public wmXrData xr;
[DNAFieldAttribute(29, "WindowManagerRuntimeHandle", "*runtime", 0)]
public WindowManagerRuntimeHandle ptr_runtime;
public wmWindowManager() {
this.id = default;
this.ptr_windrawable = default;
this.ptr_winactive = default;
this.windows = default;
this.init_flag = default;
this._pad0 = default;
this.file_saved = default;
this.op_undo_depth = default;
this.outliner_sync_select_dirty = default;
this.operators = default;
this.notifier_queue = default;
this.ptr_notifier_queue_set = default;
this.ptr_notifier_current = default;
this.extensions_updates = default;
this.extensions_blocked = default;
this.jobs = default;
this.paintcursors = default;
this.drags = default;
this.keyconfigs = default;
this.ptr_defaultconf = default;
this.ptr_addonconf = default;
this.ptr_userconf = default;
this.timers = default;
this.ptr_autosavetimer = default;
this.autosave_scheduled = default;
this._pad2 = default;
this.ptr_undo_stack = default;
this.ptr_message_bus = default;
this.xr = default;
this.ptr_runtime = default;
}
public wmWindowManager(
ID id,
wmWindow ptr_windrawable,