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

@@ -21,13 +21,13 @@ namespace BlendFile.DNA {
public short mapto;
[DNAFieldAttribute(2, "short", 2, "blendtype", "short", false, 4)]
public short blendtype;
[DNAFieldAttribute(2, "char", 3, "_pad2[2]", "System.Char[]", false, 6)]
[DNAArrayAttribute(2, "char", 3, "_pad2[2]", "System.Char[]", 2, 6)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(8, "Object", 4, "*object", "Object", true, 8)]
public Object @object;
[DNAFieldAttribute(8, "Tex", 5, "*tex", "Tex", true, 16)]
public Tex tex;
[DNAFieldAttribute(68, "char", 6, "uvname[68]", "System.Char[]", false, 24)]
[DNAArrayAttribute(68, "char", 6, "uvname[68]", "System.Char[]", 68, 24)]
public char[] uvname = new System.Char[68];
[DNAFieldAttribute(1, "char", 7, "projx", "char", false, 92)]
public char projx;
@@ -43,9 +43,9 @@ namespace BlendFile.DNA {
public char brush_angle_mode;
[DNAFieldAttribute(2, "short", 13, "which_output", "short", false, 98)]
public short which_output;
[DNAFieldAttribute(12, "float", 14, "ofs[3]", "System.Single[]", false, 100)]
[DNAArrayAttribute(12, "float", 14, "ofs[3]", "System.Single[]", 3, 100)]
public float[] ofs = new System.Single[3];
[DNAFieldAttribute(12, "float", 15, "size[3]", "System.Single[]", false, 112)]
[DNAArrayAttribute(12, "float", 15, "size[3]", "System.Single[]", 3, 112)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(4, "float", 16, "rot", "float", false, 124)]
public float rot;