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

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(68, "ActionStripKeyframeData", 16)]
public class ActionStripKeyframeData {
[DNAListAttribute(8, "ActionChannelBag", "**channelbag_array", 0, "ActionChannelBag", 8, "channelbag_array_num", 1, 0, 0)]
[DNAListAttribute(8, "ActionChannelBag", "**channelbag_array", 0, "ActionChannelBag", "int", "channelbag_array_num", 1, 0, 8)]
public System.Collections.Generic.List<ActionChannelBag> channelbag_array;
[DNAFieldAttribute(4, "uchar", 2, "_pad[4]", "System.Byte[]", false, 12)]
public byte[] _pad = new System.Byte[4];