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

@@ -39,9 +39,9 @@ namespace BlendFile.DNA {
public float particle_amount;
[DNAFieldAttribute(4, "float", 11, "particle_offset", "float", false, 156)]
public float particle_offset;
[DNAFieldAttribute(68, "char", 12, "index_layer_name[68]", "System.Char[]", false, 160)]
[DNAArrayAttribute(68, "char", 12, "index_layer_name[68]", "System.Char[]", 68, 160)]
public char[] index_layer_name = new System.Char[68];
[DNAFieldAttribute(68, "char", 13, "value_layer_name[68]", "System.Char[]", false, 228)]
[DNAArrayAttribute(68, "char", 13, "value_layer_name[68]", "System.Char[]", 68, 228)]
public char[] value_layer_name = new System.Char[68];
[DNAFieldAttribute(8, "void", 14, "*_pad1", "void", true, 296)]
public object _pad1;