regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,7 +13,7 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(132, "MTex")]
[DNAClassAttribute(132, "MTex", 216)]
public class MTex {
[DNAFieldAttribute(0, "short", "texco", "short", 2, false)]
public short texco;
@@ -23,9 +23,9 @@ namespace BlendFile.DNA {
public short blendtype;
[DNAFieldAttribute(3, "char", "_pad2[2]", "System.Char[]", 2, false)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(4, "Object", "*object", "Object", 4, true)]
[DNAFieldAttribute(4, "Object", "*object", "Object", 8, true)]
public Object ptr_object;
[DNAFieldAttribute(5, "Tex", "*tex", "Tex", 4, true)]
[DNAFieldAttribute(5, "Tex", "*tex", "Tex", 8, true)]
public Tex ptr_tex;
[DNAFieldAttribute(6, "char", "uvname[68]", "System.Char[]", 68, false)]
public char[] uvname = new System.Char[68];