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

@@ -21,9 +21,9 @@ namespace BlendFile.DNA {
public bUserMenu prev;
[DNAFieldAttribute(1, "char", 2, "space_type", "char", false, 16)]
public char space_type;
[DNAArrayAttribute(7, "char", 3, "_pad0[7]", "System.Char[]", 7, 17)]
[DNAArrayAttribute(7, "char", 3, "_pad0[7]", "System.Char[]", 7, false, 17)]
public char[] _pad0 = new System.Char[7];
[DNAArrayAttribute(64, "char", 4, "context[64]", "System.Char[]", 64, 24)]
[DNAArrayAttribute(64, "char", 4, "context[64]", "System.Char[]", 64, false, 24)]
public char[] context = new System.Char[64];
[DNAFieldAttribute(16, "ListBase", 5, "items", "ListBase", false, 88)]
public ListBase items;