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

@@ -31,11 +31,11 @@ namespace BlendFile.DNA {
public short ui_expand_flag;
[DNAFieldAttribute(2, "ushort", 7, "layout_panel_open_flag", "ushort", false, 32)]
public ushort layout_panel_open_flag;
[DNAArrayAttribute(2, "char", 8, "_pad[2]", "System.Char[]", 2, 34)]
[DNAArrayAttribute(2, "char", 8, "_pad[2]", "System.Char[]", 2, false, 34)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(4, "int", 9, "persistent_uid", "int", false, 36)]
public int persistent_uid;
[DNAArrayAttribute(64, "char", 10, "name[64]", "System.Char[]", 64, 40)]
[DNAArrayAttribute(64, "char", 10, "name[64]", "System.Char[]", 64, false, 40)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(8, "char", 11, "*error", "char", true, 104)]
public char error;