Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -29,7 +29,7 @@ namespace BlendFile.DNA {
public int endstill;
[DNAFieldAttribute(8, "StripElem", 6, "*stripdata", "StripElem", true, 32)]
public StripElem stripdata;
[DNAFieldAttribute(768, "char", 7, "dir[768]", "System.Char[]", false, 40)]
[DNAArrayAttribute(768, "char", 7, "dir[768]", "System.Char[]", 768, 40)]
public char[] dir = new System.Char[768];
[DNAFieldAttribute(8, "StripProxy", 8, "*proxy", "StripProxy", true, 808)]
public StripProxy proxy;