regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(422, "TFace")]
public class TFace {
[DNAFieldAttribute(0, "void", "*tpage", "void", 0)]
[DNAFieldAttribute(0, "void", "*tpage", "void", 4, true)]
public object ptr_tpage;
[DNAFieldAttribute(1, "float", "uv[4][2]", "System.Single[,]", 4)]
[DNAFieldAttribute(1, "float", "uv[4][2]", "System.Single[,]", 32, false)]
public float[,] uv = new System.Single[4,2];
[DNAFieldAttribute(2, "int", "col[4]", "System.Int32[]", 4)]
[DNAFieldAttribute(2, "int", "col[4]", "System.Int32[]", 16, false)]
public int[] col = new System.Int32[4];
[DNAFieldAttribute(3, "char", "flag", "char", 1)]
[DNAFieldAttribute(3, "char", "flag", "char", 1, false)]
public char flag;
[DNAFieldAttribute(4, "char", "transp", "char", 1)]
[DNAFieldAttribute(4, "char", "transp", "char", 1, false)]
public char transp;
[DNAFieldAttribute(5, "short", "mode", "short", 2)]
[DNAFieldAttribute(5, "short", "mode", "short", 2, false)]
public short mode;
[DNAFieldAttribute(6, "short", "tile", "short", 2)]
[DNAFieldAttribute(6, "short", "tile", "short", 2, false)]
public short tile;
[DNAFieldAttribute(7, "short", "unwrap", "short", 2)]
[DNAFieldAttribute(7, "short", "unwrap", "short", 2, false)]
public short unwrap;
public TFace() {
this.ptr_tpage = default;