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

@@ -17,13 +17,13 @@ namespace BlendFile.DNA {
public class EffectorWeights {
[DNAFieldAttribute(8, "Collection", 0, "*group", "Collection", true, 0)]
public Collection group;
[DNAArrayAttribute(56, "float", 1, "weight[14]", "System.Single[]", 14, 8)]
[DNAArrayAttribute(56, "float", 1, "weight[14]", "System.Single[]", 14, false, 8)]
public float[] weight = new System.Single[14];
[DNAFieldAttribute(4, "float", 2, "global_gravity", "float", false, 64)]
public float global_gravity;
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 68)]
public short flag;
[DNAArrayAttribute(2, "char", 4, "_pad[2]", "System.Char[]", 2, 70)]
[DNAArrayAttribute(2, "char", 4, "_pad[2]", "System.Char[]", 2, false, 70)]
public char[] _pad = new System.Char[2];
public EffectorWeights() {
this.group = default;