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

@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
public bPathCompare next;
[DNAFieldAttribute(8, "bPathCompare", 1, "*prev", "bPathCompare", true, 8)]
public bPathCompare prev;
[DNAArrayAttribute(768, "char", 2, "path[768]", "System.Char[]", 768, 16)]
[DNAArrayAttribute(768, "char", 2, "path[768]", "System.Char[]", 768, false, 16)]
public char[] path = new System.Char[768];
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 784)]
public char flag;
[DNAArrayAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", 7, 785)]
[DNAArrayAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", 7, false, 785)]
public char[] _pad0 = new System.Char[7];
public bPathCompare() {
this.next = default;