Regenerated code files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user