regenerate files
This commit is contained in:
@@ -13,13 +13,13 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(1047, "wmWindowManager")]
|
||||
[DNAClassAttribute(1047, "wmWindowManager", 1456)]
|
||||
public class wmWindowManager {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "wmWindow", "*windrawable", "wmWindow", 4, true)]
|
||||
[DNAFieldAttribute(1, "wmWindow", "*windrawable", "wmWindow", 8, true)]
|
||||
public wmWindow ptr_windrawable;
|
||||
[DNAFieldAttribute(2, "wmWindow", "*winactive", "wmWindow", 4, true)]
|
||||
[DNAFieldAttribute(2, "wmWindow", "*winactive", "wmWindow", 8, true)]
|
||||
public wmWindow ptr_winactive;
|
||||
[DNAFieldAttribute(3, "ListBase", "windows", "ListBase", 16, false)]
|
||||
public ListBase windows;
|
||||
@@ -37,9 +37,9 @@ namespace BlendFile.DNA {
|
||||
public ListBase operators;
|
||||
[DNAFieldAttribute(10, "ListBase", "notifier_queue", "ListBase", 16, false)]
|
||||
public ListBase notifier_queue;
|
||||
[DNAFieldAttribute(11, "GSet", "*notifier_queue_set", "GSet", 4, true)]
|
||||
[DNAFieldAttribute(11, "GSet", "*notifier_queue_set", "GSet", 8, true)]
|
||||
public GSet ptr_notifier_queue_set;
|
||||
[DNAFieldAttribute(12, "wmNotifier", "*notifier_current", "wmNotifier", 4, true)]
|
||||
[DNAFieldAttribute(12, "wmNotifier", "*notifier_current", "wmNotifier", 8, true)]
|
||||
public wmNotifier ptr_notifier_current;
|
||||
[DNAFieldAttribute(13, "int", "extensions_updates", "int", 4, false)]
|
||||
public int extensions_updates;
|
||||
@@ -53,27 +53,27 @@ namespace BlendFile.DNA {
|
||||
public ListBase drags;
|
||||
[DNAFieldAttribute(18, "ListBase", "keyconfigs", "ListBase", 16, false)]
|
||||
public ListBase keyconfigs;
|
||||
[DNAFieldAttribute(19, "wmKeyConfig", "*defaultconf", "wmKeyConfig", 4, true)]
|
||||
[DNAFieldAttribute(19, "wmKeyConfig", "*defaultconf", "wmKeyConfig", 8, true)]
|
||||
public wmKeyConfig ptr_defaultconf;
|
||||
[DNAFieldAttribute(20, "wmKeyConfig", "*addonconf", "wmKeyConfig", 4, true)]
|
||||
[DNAFieldAttribute(20, "wmKeyConfig", "*addonconf", "wmKeyConfig", 8, true)]
|
||||
public wmKeyConfig ptr_addonconf;
|
||||
[DNAFieldAttribute(21, "wmKeyConfig", "*userconf", "wmKeyConfig", 4, true)]
|
||||
[DNAFieldAttribute(21, "wmKeyConfig", "*userconf", "wmKeyConfig", 8, true)]
|
||||
public wmKeyConfig ptr_userconf;
|
||||
[DNAFieldAttribute(22, "ListBase", "timers", "ListBase", 16, false)]
|
||||
public ListBase timers;
|
||||
[DNAFieldAttribute(23, "wmTimer", "*autosavetimer", "wmTimer", 4, true)]
|
||||
[DNAFieldAttribute(23, "wmTimer", "*autosavetimer", "wmTimer", 8, true)]
|
||||
public wmTimer ptr_autosavetimer;
|
||||
[DNAFieldAttribute(24, "char", "autosave_scheduled", "char", 1, false)]
|
||||
public char autosave_scheduled;
|
||||
[DNAFieldAttribute(25, "char", "_pad2[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad2 = new System.Char[7];
|
||||
[DNAFieldAttribute(26, "UndoStack", "*undo_stack", "UndoStack", 4, true)]
|
||||
[DNAFieldAttribute(26, "UndoStack", "*undo_stack", "UndoStack", 8, true)]
|
||||
public UndoStack ptr_undo_stack;
|
||||
[DNAFieldAttribute(27, "wmMsgBus", "*message_bus", "wmMsgBus", 4, true)]
|
||||
[DNAFieldAttribute(27, "wmMsgBus", "*message_bus", "wmMsgBus", 8, true)]
|
||||
public wmMsgBus ptr_message_bus;
|
||||
[DNAFieldAttribute(28, "wmXrData", "xr", "wmXrData", 1008, false)]
|
||||
public wmXrData xr;
|
||||
[DNAFieldAttribute(29, "WindowManagerRuntimeHandle", "*runtime", "WindowManagerRuntimeHandle", 4, true)]
|
||||
[DNAFieldAttribute(29, "WindowManagerRuntimeHandle", "*runtime", "WindowManagerRuntimeHandle", 8, true)]
|
||||
public WindowManagerRuntimeHandle ptr_runtime;
|
||||
public wmWindowManager() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user