updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -21,13 +21,13 @@ namespace BlendFile.DNA {
public short mapto;
[DNAFieldAttribute(2, "short", 2, "blendtype", "short", false, 4)]
public short blendtype;
[DNAArrayAttribute(2, "char", 3, "_pad2[2]", "System.Char[]", 2, 6)]
[DNAArrayAttribute(2, "char", 3, "_pad2[2]", "System.Char[]", 2, false, 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;
[DNAArrayAttribute(68, "char", 6, "uvname[68]", "System.Char[]", 68, 24)]
[DNAArrayAttribute(68, "char", 6, "uvname[68]", "System.Char[]", 68, false, 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;
[DNAArrayAttribute(12, "float", 14, "ofs[3]", "System.Single[]", 3, 100)]
[DNAArrayAttribute(12, "float", 14, "ofs[3]", "System.Single[]", 3, false, 100)]
public float[] ofs = new System.Single[3];
[DNAArrayAttribute(12, "float", 15, "size[3]", "System.Single[]", 3, 112)]
[DNAArrayAttribute(12, "float", 15, "size[3]", "System.Single[]", 3, false, 112)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(4, "float", 16, "rot", "float", false, 124)]
public float rot;