Fixed wrong attribute position being modified. Regenerated code files
This commit is contained in:
@@ -17,15 +17,15 @@ namespace BlendFile.DNA {
|
||||
public class bAction {
|
||||
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
|
||||
public ID id;
|
||||
[DNAListAttribute(8, "ActionLayer", "**layer_array", 1, "ActionLayer", 216, "layer_array_num", 2, 208, 0)]
|
||||
[DNAListAttribute(8, "ActionLayer", "**layer_array", 1, "ActionLayer", "int", "layer_array_num", 2, 208, 216)]
|
||||
public System.Collections.Generic.List<ActionLayer> layer_array;
|
||||
[DNAFieldAttribute(4, "int", 3, "layer_active_index", "int", false, 220)]
|
||||
public int layer_active_index;
|
||||
[DNAListAttribute(8, "ActionSlot", "**slot_array", 4, "ActionSlot", 232, "slot_array_num", 5, 224, 0)]
|
||||
[DNAListAttribute(8, "ActionSlot", "**slot_array", 4, "ActionSlot", "int", "slot_array_num", 5, 224, 232)]
|
||||
public System.Collections.Generic.List<ActionSlot> slot_array;
|
||||
[DNAFieldAttribute(4, "int", 6, "last_slot_handle", "int", false, 236)]
|
||||
public int last_slot_handle;
|
||||
[DNAListAttribute(8, "ActionStripKeyframeData", "**strip_keyframe_data_array", 7, "ActionStripKeyframeData", 248, "strip_keyframe_data_array_num", 8, 240, 0)]
|
||||
[DNAListAttribute(8, "ActionStripKeyframeData", "**strip_keyframe_data_array", 7, "ActionStripKeyframeData", "int", "strip_keyframe_data_array_num", 8, 240, 248)]
|
||||
public System.Collections.Generic.List<ActionStripKeyframeData> strip_keyframe_data_array;
|
||||
[DNAFieldAttribute(4, "char", 9, "_pad0[4]", "System.Char[]", false, 252)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
|
||||
Reference in New Issue
Block a user