Regenerated files
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
|
||||
@@ -15,7 +14,7 @@ namespace BlendFile.DNA {
|
||||
|
||||
public class TFace {
|
||||
public object ptr_tpage;
|
||||
public float[,] uv = new System.Single[4][2];
|
||||
public float[,] uv = new System.Single[4,2];
|
||||
public int[] col = new System.Int32[4];
|
||||
public char flag;
|
||||
public char transp;
|
||||
|
||||
Reference in New Issue
Block a user