Generated new code and added initial data handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user