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

@@ -21,13 +21,13 @@ namespace BlendFile.DNA {
public AnimData adt;
[DNAFieldAttribute(16, "DrawDataList", 2, "drawdata", "DrawDataList", false, 216)]
public DrawDataList drawdata;
[DNAFieldAttribute(1024, "char", 3, "name[1024]", "System.Char[]", false, 232)]
[DNAArrayAttribute(1024, "char", 3, "name[1024]", "System.Char[]", 1024, 232)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(4, "int", 4, "source", "int", false, 1256)]
public int source;
[DNAFieldAttribute(4, "int", 5, "_pad", "int", false, 1260)]
public int _pad;
[DNAFieldAttribute(8, "int", 6, "lastsize[2]", "System.Int32[]", false, 1264)]
[DNAArrayAttribute(8, "int", 6, "lastsize[2]", "System.Int32[]", 2, 1264)]
public int[] lastsize = new System.Int32[2];
[DNAFieldAttribute(4, "float", 7, "aspx", "float", false, 1272)]
public float aspx;