updated generated files
This commit is contained in:
@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
|
||||
public class TFace {
|
||||
[DNAFieldAttribute(8, "void", 0, "*tpage", "void", true, 0)]
|
||||
public object tpage;
|
||||
[DNAArrayAttribute(32, "float", 1, "uv[4][2]", "System.Single[,]", 6, 8)]
|
||||
[DNAArrayAttribute(32, "float", 1, "uv[4][2]", "System.Single[,]", 8, false, 8)]
|
||||
public float[,] uv = new System.Single[4,2];
|
||||
[DNAArrayAttribute(16, "int", 2, "col[4]", "System.Int32[]", 4, 40)]
|
||||
[DNAArrayAttribute(16, "int", 2, "col[4]", "System.Int32[]", 4, false, 40)]
|
||||
public int[] col = new System.Int32[4];
|
||||
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 56)]
|
||||
public char flag;
|
||||
|
||||
Reference in New Issue
Block a user