updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 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;
[DNAArrayAttribute(1, "char", 5, "_pad0[1]", "System.Char[]", 1, 241)]
[DNAArrayAttribute(1, "char", 5, "_pad0[1]", "System.Char[]", 1, false, 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;
[DNAArrayAttribute(7, "char", 25, "_pad2[7]", "System.Char[]", 7, 417)]
[DNAArrayAttribute(7, "char", 25, "_pad2[7]", "System.Char[]", 7, false, 417)]
public char[] _pad2 = new System.Char[7];
[DNAFieldAttribute(8, "UndoStack", 26, "*undo_stack", "UndoStack", true, 424)]
public UndoStack undo_stack;