Fixed wrong attribute position being modified. Regenerated code files
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user