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

@@ -19,17 +19,17 @@ namespace BlendFile.DNA {
public ModifierData modifier;
[DNAFieldAttribute(8, "Object", 1, "*object", "Object", true, 120)]
public Object @object;
[DNAFieldAttribute(64, "char", 2, "subtarget[64]", "System.Char[]", false, 128)]
[DNAArrayAttribute(64, "char", 2, "subtarget[64]", "System.Char[]", 64, 128)]
public char[] subtarget = new System.Char[64];
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 192)]
public char flag;
[DNAFieldAttribute(1, "char", 4, "falloff_type", "char", false, 193)]
public char falloff_type;
[DNAFieldAttribute(6, "char", 5, "_pad[6]", "System.Char[]", false, 194)]
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, 194)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(64, "float", 6, "parentinv[4][4]", "System.Single[,]", false, 200)]
[DNAArrayAttribute(64, "float", 6, "parentinv[4][4]", "System.Single[,]", 8, 200)]
public float[,] parentinv = new System.Single[4,4];
[DNAFieldAttribute(12, "float", 7, "cent[3]", "System.Single[]", false, 264)]
[DNAArrayAttribute(12, "float", 7, "cent[3]", "System.Single[]", 3, 264)]
public float[] cent = new System.Single[3];
[DNAFieldAttribute(4, "float", 8, "falloff", "float", false, 276)]
public float falloff;
@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
public int totindex;
[DNAFieldAttribute(4, "float", 12, "force", "float", false, 300)]
public float force;
[DNAFieldAttribute(64, "char", 13, "name[64]", "System.Char[]", false, 304)]
[DNAArrayAttribute(64, "char", 13, "name[64]", "System.Char[]", 64, 304)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(8, "void", 14, "*_pad1", "void", true, 368)]
public object _pad1;