regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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