Regenerated codefiles
This commit is contained in:
@@ -15,70 +15,70 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(1047, "wmWindowManager", 1456)]
|
||||
public class wmWindowManager {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
|
||||
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "wmWindow", "*windrawable", "wmWindow", 8, true, 208)]
|
||||
public wmWindow ptr_windrawable;
|
||||
[DNAFieldAttribute(2, "wmWindow", "*winactive", "wmWindow", 8, true, 216)]
|
||||
public wmWindow ptr_winactive;
|
||||
[DNAFieldAttribute(3, "ListBase", "windows", "ListBase", 16, false, 224)]
|
||||
[DNAFieldAttribute(8, "wmWindow", 1, "*windrawable", "wmWindow", true, 208)]
|
||||
public wmWindow windrawable;
|
||||
[DNAFieldAttribute(8, "wmWindow", 2, "*winactive", "wmWindow", true, 216)]
|
||||
public wmWindow winactive;
|
||||
[DNAFieldAttribute(16, "ListBase", 3, "windows", "ListBase", false, 224)]
|
||||
public ListBase windows;
|
||||
[DNAFieldAttribute(4, "uchar", "init_flag", "uchar", 1, false, 240)]
|
||||
[DNAFieldAttribute(1, "uchar", 4, "init_flag", "uchar", false, 240)]
|
||||
public byte init_flag;
|
||||
[DNAFieldAttribute(5, "char", "_pad0[1]", "System.Char[]", 1, false, 241)]
|
||||
[DNAFieldAttribute(1, "char", 5, "_pad0[1]", "System.Char[]", false, 241)]
|
||||
public char[] _pad0 = new System.Char[1];
|
||||
[DNAFieldAttribute(6, "short", "file_saved", "short", 2, false, 242)]
|
||||
[DNAFieldAttribute(2, "short", 6, "file_saved", "short", false, 242)]
|
||||
public short file_saved;
|
||||
[DNAFieldAttribute(7, "short", "op_undo_depth", "short", 2, false, 244)]
|
||||
[DNAFieldAttribute(2, "short", 7, "op_undo_depth", "short", false, 244)]
|
||||
public short op_undo_depth;
|
||||
[DNAFieldAttribute(8, "short", "outliner_sync_select_dirty", "short", 2, false, 246)]
|
||||
[DNAFieldAttribute(2, "short", 8, "outliner_sync_select_dirty", "short", false, 246)]
|
||||
public short outliner_sync_select_dirty;
|
||||
[DNAFieldAttribute(9, "ListBase", "operators", "ListBase", 16, false, 248)]
|
||||
[DNAFieldAttribute(16, "ListBase", 9, "operators", "ListBase", false, 248)]
|
||||
public ListBase operators;
|
||||
[DNAFieldAttribute(10, "ListBase", "notifier_queue", "ListBase", 16, false, 264)]
|
||||
[DNAFieldAttribute(16, "ListBase", 10, "notifier_queue", "ListBase", false, 264)]
|
||||
public ListBase notifier_queue;
|
||||
[DNAFieldAttribute(11, "GSet", "*notifier_queue_set", "GSet", 8, true, 280)]
|
||||
public GSet ptr_notifier_queue_set;
|
||||
[DNAFieldAttribute(12, "wmNotifier", "*notifier_current", "wmNotifier", 8, true, 288)]
|
||||
public wmNotifier ptr_notifier_current;
|
||||
[DNAFieldAttribute(13, "int", "extensions_updates", "int", 4, false, 296)]
|
||||
[DNAFieldAttribute(8, "GSet", 11, "*notifier_queue_set", "GSet", true, 280)]
|
||||
public GSet notifier_queue_set;
|
||||
[DNAFieldAttribute(8, "wmNotifier", 12, "*notifier_current", "wmNotifier", true, 288)]
|
||||
public wmNotifier notifier_current;
|
||||
[DNAFieldAttribute(4, "int", 13, "extensions_updates", "int", false, 296)]
|
||||
public int extensions_updates;
|
||||
[DNAFieldAttribute(14, "int", "extensions_blocked", "int", 4, false, 300)]
|
||||
[DNAFieldAttribute(4, "int", 14, "extensions_blocked", "int", false, 300)]
|
||||
public int extensions_blocked;
|
||||
[DNAFieldAttribute(15, "ListBase", "jobs", "ListBase", 16, false, 304)]
|
||||
[DNAFieldAttribute(16, "ListBase", 15, "jobs", "ListBase", false, 304)]
|
||||
public ListBase jobs;
|
||||
[DNAFieldAttribute(16, "ListBase", "paintcursors", "ListBase", 16, false, 320)]
|
||||
[DNAFieldAttribute(16, "ListBase", 16, "paintcursors", "ListBase", false, 320)]
|
||||
public ListBase paintcursors;
|
||||
[DNAFieldAttribute(17, "ListBase", "drags", "ListBase", 16, false, 336)]
|
||||
[DNAFieldAttribute(16, "ListBase", 17, "drags", "ListBase", false, 336)]
|
||||
public ListBase drags;
|
||||
[DNAFieldAttribute(18, "ListBase", "keyconfigs", "ListBase", 16, false, 352)]
|
||||
[DNAFieldAttribute(16, "ListBase", 18, "keyconfigs", "ListBase", false, 352)]
|
||||
public ListBase keyconfigs;
|
||||
[DNAFieldAttribute(19, "wmKeyConfig", "*defaultconf", "wmKeyConfig", 8, true, 368)]
|
||||
public wmKeyConfig ptr_defaultconf;
|
||||
[DNAFieldAttribute(20, "wmKeyConfig", "*addonconf", "wmKeyConfig", 8, true, 376)]
|
||||
public wmKeyConfig ptr_addonconf;
|
||||
[DNAFieldAttribute(21, "wmKeyConfig", "*userconf", "wmKeyConfig", 8, true, 384)]
|
||||
public wmKeyConfig ptr_userconf;
|
||||
[DNAFieldAttribute(22, "ListBase", "timers", "ListBase", 16, false, 392)]
|
||||
[DNAFieldAttribute(8, "wmKeyConfig", 19, "*defaultconf", "wmKeyConfig", true, 368)]
|
||||
public wmKeyConfig defaultconf;
|
||||
[DNAFieldAttribute(8, "wmKeyConfig", 20, "*addonconf", "wmKeyConfig", true, 376)]
|
||||
public wmKeyConfig addonconf;
|
||||
[DNAFieldAttribute(8, "wmKeyConfig", 21, "*userconf", "wmKeyConfig", true, 384)]
|
||||
public wmKeyConfig userconf;
|
||||
[DNAFieldAttribute(16, "ListBase", 22, "timers", "ListBase", false, 392)]
|
||||
public ListBase timers;
|
||||
[DNAFieldAttribute(23, "wmTimer", "*autosavetimer", "wmTimer", 8, true, 408)]
|
||||
public wmTimer ptr_autosavetimer;
|
||||
[DNAFieldAttribute(24, "char", "autosave_scheduled", "char", 1, false, 416)]
|
||||
[DNAFieldAttribute(8, "wmTimer", 23, "*autosavetimer", "wmTimer", true, 408)]
|
||||
public wmTimer autosavetimer;
|
||||
[DNAFieldAttribute(1, "char", 24, "autosave_scheduled", "char", false, 416)]
|
||||
public char autosave_scheduled;
|
||||
[DNAFieldAttribute(25, "char", "_pad2[7]", "System.Char[]", 7, false, 417)]
|
||||
[DNAFieldAttribute(7, "char", 25, "_pad2[7]", "System.Char[]", false, 417)]
|
||||
public char[] _pad2 = new System.Char[7];
|
||||
[DNAFieldAttribute(26, "UndoStack", "*undo_stack", "UndoStack", 8, true, 424)]
|
||||
public UndoStack ptr_undo_stack;
|
||||
[DNAFieldAttribute(27, "wmMsgBus", "*message_bus", "wmMsgBus", 8, true, 432)]
|
||||
public wmMsgBus ptr_message_bus;
|
||||
[DNAFieldAttribute(28, "wmXrData", "xr", "wmXrData", 1008, false, 440)]
|
||||
[DNAFieldAttribute(8, "UndoStack", 26, "*undo_stack", "UndoStack", true, 424)]
|
||||
public UndoStack undo_stack;
|
||||
[DNAFieldAttribute(8, "wmMsgBus", 27, "*message_bus", "wmMsgBus", true, 432)]
|
||||
public wmMsgBus message_bus;
|
||||
[DNAFieldAttribute(1008, "wmXrData", 28, "xr", "wmXrData", false, 440)]
|
||||
public wmXrData xr;
|
||||
[DNAFieldAttribute(29, "WindowManagerRuntimeHandle", "*runtime", "WindowManagerRuntimeHandle", 8, true, 1448)]
|
||||
public WindowManagerRuntimeHandle ptr_runtime;
|
||||
[DNAFieldAttribute(8, "WindowManagerRuntimeHandle", 29, "*runtime", "WindowManagerRuntimeHandle", true, 1448)]
|
||||
public WindowManagerRuntimeHandle runtime;
|
||||
public wmWindowManager() {
|
||||
this.id = default;
|
||||
this.ptr_windrawable = default;
|
||||
this.ptr_winactive = default;
|
||||
this.windrawable = default;
|
||||
this.winactive = default;
|
||||
this.windows = default;
|
||||
this.init_flag = default;
|
||||
this._pad0 = default;
|
||||
@@ -87,30 +87,30 @@ namespace BlendFile.DNA {
|
||||
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.notifier_queue_set = default;
|
||||
this.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.defaultconf = default;
|
||||
this.addonconf = default;
|
||||
this.userconf = default;
|
||||
this.timers = default;
|
||||
this.ptr_autosavetimer = default;
|
||||
this.autosavetimer = default;
|
||||
this.autosave_scheduled = default;
|
||||
this._pad2 = default;
|
||||
this.ptr_undo_stack = default;
|
||||
this.ptr_message_bus = default;
|
||||
this.undo_stack = default;
|
||||
this.message_bus = default;
|
||||
this.xr = default;
|
||||
this.ptr_runtime = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public wmWindowManager(
|
||||
ID id,
|
||||
wmWindow ptr_windrawable,
|
||||
wmWindow ptr_winactive,
|
||||
wmWindow windrawable,
|
||||
wmWindow winactive,
|
||||
ListBase windows,
|
||||
byte init_flag,
|
||||
char[] _pad0,
|
||||
@@ -119,28 +119,28 @@ namespace BlendFile.DNA {
|
||||
short outliner_sync_select_dirty,
|
||||
ListBase operators,
|
||||
ListBase notifier_queue,
|
||||
GSet ptr_notifier_queue_set,
|
||||
wmNotifier ptr_notifier_current,
|
||||
GSet notifier_queue_set,
|
||||
wmNotifier notifier_current,
|
||||
int extensions_updates,
|
||||
int extensions_blocked,
|
||||
ListBase jobs,
|
||||
ListBase paintcursors,
|
||||
ListBase drags,
|
||||
ListBase keyconfigs,
|
||||
wmKeyConfig ptr_defaultconf,
|
||||
wmKeyConfig ptr_addonconf,
|
||||
wmKeyConfig ptr_userconf,
|
||||
wmKeyConfig defaultconf,
|
||||
wmKeyConfig addonconf,
|
||||
wmKeyConfig userconf,
|
||||
ListBase timers,
|
||||
wmTimer ptr_autosavetimer,
|
||||
wmTimer autosavetimer,
|
||||
char autosave_scheduled,
|
||||
char[] _pad2,
|
||||
UndoStack ptr_undo_stack,
|
||||
wmMsgBus ptr_message_bus,
|
||||
UndoStack undo_stack,
|
||||
wmMsgBus message_bus,
|
||||
wmXrData xr,
|
||||
WindowManagerRuntimeHandle ptr_runtime) {
|
||||
WindowManagerRuntimeHandle runtime) {
|
||||
this.id = id;
|
||||
this.ptr_windrawable = ptr_windrawable;
|
||||
this.ptr_winactive = ptr_winactive;
|
||||
this.windrawable = windrawable;
|
||||
this.winactive = winactive;
|
||||
this.windows = windows;
|
||||
this.init_flag = init_flag;
|
||||
this._pad0 = _pad0;
|
||||
@@ -149,25 +149,25 @@ namespace BlendFile.DNA {
|
||||
this.outliner_sync_select_dirty = outliner_sync_select_dirty;
|
||||
this.operators = operators;
|
||||
this.notifier_queue = notifier_queue;
|
||||
this.ptr_notifier_queue_set = ptr_notifier_queue_set;
|
||||
this.ptr_notifier_current = ptr_notifier_current;
|
||||
this.notifier_queue_set = notifier_queue_set;
|
||||
this.notifier_current = notifier_current;
|
||||
this.extensions_updates = extensions_updates;
|
||||
this.extensions_blocked = extensions_blocked;
|
||||
this.jobs = jobs;
|
||||
this.paintcursors = paintcursors;
|
||||
this.drags = drags;
|
||||
this.keyconfigs = keyconfigs;
|
||||
this.ptr_defaultconf = ptr_defaultconf;
|
||||
this.ptr_addonconf = ptr_addonconf;
|
||||
this.ptr_userconf = ptr_userconf;
|
||||
this.defaultconf = defaultconf;
|
||||
this.addonconf = addonconf;
|
||||
this.userconf = userconf;
|
||||
this.timers = timers;
|
||||
this.ptr_autosavetimer = ptr_autosavetimer;
|
||||
this.autosavetimer = autosavetimer;
|
||||
this.autosave_scheduled = autosave_scheduled;
|
||||
this._pad2 = _pad2;
|
||||
this.ptr_undo_stack = ptr_undo_stack;
|
||||
this.ptr_message_bus = ptr_message_bus;
|
||||
this.undo_stack = undo_stack;
|
||||
this.message_bus = message_bus;
|
||||
this.xr = xr;
|
||||
this.ptr_runtime = ptr_runtime;
|
||||
this.runtime = runtime;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user