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

@@ -33,7 +33,7 @@ namespace BlendFile.DNA {
public int flag;
[DNAFieldAttribute(1, "char", 8, "mix_mode", "char", false, 32)]
public char mix_mode;
[DNAArrayAttribute(3, "char", 9, "_pad[3]", "System.Char[]", 3, 33)]
[DNAArrayAttribute(3, "char", 9, "_pad[3]", "System.Char[]", 3, false, 33)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(4, "float", 10, "eval_time", "float", false, 36)]
public float eval_time;
@@ -41,11 +41,11 @@ namespace BlendFile.DNA {
public bAction act;
[DNAFieldAttribute(4, "int", 12, "action_slot_handle", "int", false, 48)]
public int action_slot_handle;
[DNAArrayAttribute(66, "char", 13, "action_slot_name[66]", "System.Char[]", 66, 52)]
[DNAArrayAttribute(66, "char", 13, "action_slot_name[66]", "System.Char[]", 66, false, 52)]
public char[] action_slot_name = new System.Char[66];
[DNAArrayAttribute(2, "char", 14, "_pad1[2]", "System.Char[]", 2, 118)]
[DNAArrayAttribute(2, "char", 14, "_pad1[2]", "System.Char[]", 2, false, 118)]
public char[] _pad1 = new System.Char[2];
[DNAArrayAttribute(64, "char", 15, "subtarget[64]", "System.Char[]", 64, 120)]
[DNAArrayAttribute(64, "char", 15, "subtarget[64]", "System.Char[]", 64, false, 120)]
public char[] subtarget = new System.Char[64];
public bActionConstraint() {
this.tar = default;