Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public ListBase windows;
[DNAFieldAttribute(1, "uchar", 4, "init_flag", "uchar", false, 240)]
public byte init_flag;
[DNAFieldAttribute(1, "char", 5, "_pad0[1]", "System.Char[]", false, 241)]
[DNAArrayAttribute(1, "char", 5, "_pad0[1]", "System.Char[]", 1, 241)]
public char[] _pad0 = new System.Char[1];
[DNAFieldAttribute(2, "short", 6, "file_saved", "short", false, 242)]
public short file_saved;
@@ -65,7 +65,7 @@ namespace BlendFile.DNA {
public wmTimer autosavetimer;
[DNAFieldAttribute(1, "char", 24, "autosave_scheduled", "char", false, 416)]
public char autosave_scheduled;
[DNAFieldAttribute(7, "char", 25, "_pad2[7]", "System.Char[]", false, 417)]
[DNAArrayAttribute(7, "char", 25, "_pad2[7]", "System.Char[]", 7, 417)]
public char[] _pad2 = new System.Char[7];
[DNAFieldAttribute(8, "UndoStack", 26, "*undo_stack", "UndoStack", true, 424)]
public UndoStack undo_stack;