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

@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
public short msg_value;
[DNAFieldAttribute(4, "float", 7, "nodemass", "float", false, 28)]
public float nodemass;
[DNAArrayAttribute(64, "char", 8, "namedVG_Mass[64]", "System.Char[]", 64, 32)]
[DNAArrayAttribute(64, "char", 8, "namedVG_Mass[64]", "System.Char[]", 64, false, 32)]
public char[] namedVG_Mass = new System.Char[64];
[DNAFieldAttribute(4, "float", 9, "grav", "float", false, 96)]
public float grav;
@@ -53,7 +53,7 @@ namespace BlendFile.DNA {
public float defgoal;
[DNAFieldAttribute(2, "short", 18, "vertgroup", "short", false, 132)]
public short vertgroup;
[DNAArrayAttribute(64, "char", 19, "namedVG_Softgoal[64]", "System.Char[]", 64, 134)]
[DNAArrayAttribute(64, "char", 19, "namedVG_Softgoal[64]", "System.Char[]", 64, false, 134)]
public char[] namedVG_Softgoal = new System.Char[64];
[DNAFieldAttribute(2, "short", 20, "fuzzyness", "short", false, 198)]
public short fuzzyness;
@@ -61,9 +61,9 @@ namespace BlendFile.DNA {
public float inspring;
[DNAFieldAttribute(4, "float", 22, "infrict", "float", false, 204)]
public float infrict;
[DNAArrayAttribute(64, "char", 23, "namedVG_Spring_K[64]", "System.Char[]", 64, 208)]
[DNAArrayAttribute(64, "char", 23, "namedVG_Spring_K[64]", "System.Char[]", 64, false, 208)]
public char[] namedVG_Spring_K = new System.Char[64];
[DNAArrayAttribute(6, "char", 24, "_pad1[6]", "System.Char[]", 6, 272)]
[DNAArrayAttribute(6, "char", 24, "_pad1[6]", "System.Char[]", 6, false, 272)]
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(1, "char", 25, "local", "char", false, 278)]
public char local;
@@ -115,11 +115,11 @@ namespace BlendFile.DNA {
public Collection collision_group;
[DNAFieldAttribute(8, "EffectorWeights", 49, "*effector_weights", "EffectorWeights", true, 384)]
public EffectorWeights effector_weights;
[DNAArrayAttribute(12, "float", 50, "lcom[3]", "System.Single[]", 3, 392)]
[DNAArrayAttribute(12, "float", 50, "lcom[3]", "System.Single[]", 3, false, 392)]
public float[] lcom = new System.Single[3];
[DNAArrayAttribute(36, "float", 51, "lrot[3][3]", "System.Single[,]", 6, 404)]
[DNAArrayAttribute(36, "float", 51, "lrot[3][3]", "System.Single[,]", 9, false, 404)]
public float[,] lrot = new System.Single[3,3];
[DNAArrayAttribute(36, "float", 52, "lscale[3][3]", "System.Single[,]", 6, 440)]
[DNAArrayAttribute(36, "float", 52, "lscale[3][3]", "System.Single[,]", 9, false, 440)]
public float[,] lscale = new System.Single[3,3];
[DNAFieldAttribute(4, "int", 53, "last_frame", "int", false, 476)]
public int last_frame;