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

@@ -27,7 +27,7 @@ namespace BlendFile.DNA {
public int flag;
[DNAFieldAttribute(4, "int", 8, "list_last_len", "int", false, 32)]
public int list_last_len;
[DNAFieldAttribute(128, "char", 10, "filter_byname[128]", "System.Char[]", false, 36)]
[DNAArrayAttribute(128, "char", 10, "filter_byname[128]", "System.Char[]", 128, 36)]
public char[] filter_byname = new System.Char[128];
[DNAFieldAttribute(4, "int", 11, "filter_flag", "int", false, 164)]
public int filter_flag;