Fixed wrong attribute position being modified. Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-07 19:18:52 +01:00
parent 73e98f5c5d
commit b6760ab27a
9 changed files with 12 additions and 12 deletions

View File

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