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

@@ -23,27 +23,27 @@ namespace BlendFile.DNA {
public char axis_v;
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 122)]
public short flag;
[DNAFieldAttribute(8, "float", 4, "center[2]", "System.Single[]", false, 124)]
[DNAArrayAttribute(8, "float", 4, "center[2]", "System.Single[]", 2, 124)]
public float[] center = new System.Single[2];
[DNAFieldAttribute(8, "float", 5, "offset[2]", "System.Single[]", false, 132)]
[DNAArrayAttribute(8, "float", 5, "offset[2]", "System.Single[]", 2, 132)]
public float[] offset = new System.Single[2];
[DNAFieldAttribute(8, "float", 6, "scale[2]", "System.Single[]", false, 140)]
[DNAArrayAttribute(8, "float", 6, "scale[2]", "System.Single[]", 2, 140)]
public float[] scale = new System.Single[2];
[DNAFieldAttribute(4, "float", 7, "rotation", "float", false, 148)]
public float rotation;
[DNAFieldAttribute(8, "Object", 8, "*object_src", "Object", true, 152)]
public Object object_src;
[DNAFieldAttribute(64, "char", 9, "bone_src[64]", "System.Char[]", false, 160)]
[DNAArrayAttribute(64, "char", 9, "bone_src[64]", "System.Char[]", 64, 160)]
public char[] bone_src = new System.Char[64];
[DNAFieldAttribute(8, "Object", 10, "*object_dst", "Object", true, 224)]
public Object object_dst;
[DNAFieldAttribute(64, "char", 11, "bone_dst[64]", "System.Char[]", false, 232)]
[DNAArrayAttribute(64, "char", 11, "bone_dst[64]", "System.Char[]", 64, 232)]
public char[] bone_dst = new System.Char[64];
[DNAFieldAttribute(64, "char", 12, "vgroup_name[64]", "System.Char[]", false, 296)]
[DNAArrayAttribute(64, "char", 12, "vgroup_name[64]", "System.Char[]", 64, 296)]
public char[] vgroup_name = new System.Char[64];
[DNAFieldAttribute(68, "char", 13, "uvlayer_name[68]", "System.Char[]", false, 360)]
[DNAArrayAttribute(68, "char", 13, "uvlayer_name[68]", "System.Char[]", 68, 360)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(4, "char", 14, "_pad[4]", "System.Char[]", false, 428)]
[DNAArrayAttribute(4, "char", 14, "_pad[4]", "System.Char[]", 4, 428)]
public char[] _pad = new System.Char[4];
public UVWarpModifierData() {
this.modifier = default;