Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct MTFace {
|
||||
[DNAFieldAttribute(0, "float", "uv[4][2]", 4)]
|
||||
public float[,] uv = new System.Single[4,2];
|
||||
public MTFace(float[,] uv) {
|
||||
this.uv = uv;
|
||||
|
||||
Reference in New Issue
Block a user