Fixed wrong attribute position being modified. Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-07 19:18:52 +01:00
parent 73e98f5c5d
commit b6760ab27a
9 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public sbyte layer_mix_mode;
[DNAFieldAttribute(2, "uchar", 4, "_pad0[2]", "System.Byte[]", false, 70)]
public byte[] _pad0 = new System.Byte[2];
[DNAListAttribute(8, "ActionStrip", "**strip_array", 5, "ActionStrip", 80, "strip_array_num", 6, 72, 0)]
[DNAListAttribute(8, "ActionStrip", "**strip_array", 5, "ActionStrip", "int", "strip_array_num", 6, 72, 80)]
public System.Collections.Generic.List<ActionStrip> strip_array;
[DNAFieldAttribute(4, "uchar", 7, "_pad1[4]", "System.Byte[]", false, 84)]
public byte[] _pad1 = new System.Byte[4];