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,9 +31,9 @@ namespace BlendFile.DNA {
public int active_mask;
[DNAFieldAttribute(4, "int", 7, "uid", "int", false, 28)]
public int uid;
[DNAArrayAttribute(68, "char", 8, "name[68]", "System.Char[]", 68, 32)]
[DNAArrayAttribute(68, "char", 8, "name[68]", "System.Char[]", 68, false, 32)]
public char[] name = new System.Char[68];
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, 100)]
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, false, 100)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(8, "void", 10, "*data", "void", true, 104)]
public object data;