updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -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;