Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
public class TFace {
[DNAFieldAttribute(8, "void", 0, "*tpage", "void", true, 0)]
public object tpage;
[DNAFieldAttribute(32, "float", 1, "uv[4][2]", "System.Single[,]", false, 8)]
[DNAArrayAttribute(32, "float", 1, "uv[4][2]", "System.Single[,]", 6, 8)]
public float[,] uv = new System.Single[4,2];
[DNAFieldAttribute(16, "int", 2, "col[4]", "System.Int32[]", false, 40)]
[DNAArrayAttribute(16, "int", 2, "col[4]", "System.Int32[]", 4, 40)]
public int[] col = new System.Int32[4];
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 56)]
public char flag;