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

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public IDPropertyUIData @base;
[DNAListAttribute(8, "int8_t", "*default_array", 1, "int8_t", "int", "default_array_len", 2, 16, 24)]
public System.Collections.Generic.List<sbyte> default_array;
[DNAFieldAttribute(3, "char", 3, "_pad[3]", "System.Char[]", false, 28)]
[DNAArrayAttribute(3, "char", 3, "_pad[3]", "System.Char[]", 3, 28)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(1, "int8_t", 4, "default_value", "int8_t", false, 31)]
public sbyte default_value;