updated generated files
This commit is contained in:
@@ -35,13 +35,13 @@ namespace BlendFile.DNA {
|
||||
public short totcol;
|
||||
[DNAFieldAttribute(1, "char", 9, "texflag", "char", false, 260)]
|
||||
public char texflag;
|
||||
[DNAArrayAttribute(2, "char", 10, "_pad[2]", "System.Char[]", 2, 261)]
|
||||
[DNAArrayAttribute(2, "char", 10, "_pad[2]", "System.Char[]", 2, false, 261)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(1, "char", 11, "needs_flush_to_id", "char", false, 263)]
|
||||
public char needs_flush_to_id;
|
||||
[DNAArrayAttribute(12, "float", 12, "loc[3]", "System.Single[]", 3, 264)]
|
||||
[DNAArrayAttribute(12, "float", 12, "loc[3]", "System.Single[]", 3, false, 264)]
|
||||
public float[] loc = new System.Single[3];
|
||||
[DNAArrayAttribute(12, "float", 13, "size[3]", "System.Single[]", 3, 276)]
|
||||
[DNAArrayAttribute(12, "float", 13, "size[3]", "System.Single[]", 3, false, 276)]
|
||||
public float[] size = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 14, "wiresize", "float", false, 288)]
|
||||
public float wiresize;
|
||||
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
|
||||
public float rendersize;
|
||||
[DNAFieldAttribute(4, "float", 16, "thresh", "float", false, 296)]
|
||||
public float thresh;
|
||||
[DNAArrayAttribute(4, "char", 17, "_pad0[4]", "System.Char[]", 4, 300)]
|
||||
[DNAArrayAttribute(4, "char", 17, "_pad0[4]", "System.Char[]", 4, false, 300)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "MetaElem", 18, "*lastelem", "MetaElem", true, 304)]
|
||||
public MetaElem lastelem;
|
||||
|
||||
Reference in New Issue
Block a user