updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

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