regenerated files
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(101, "AnimData")]
|
||||
public class AnimData {
|
||||
[DNAFieldAttribute(0, "bAction", "*action", 352)]
|
||||
[DNAFieldAttribute(0, "bAction", "*action", "bAction", 352)]
|
||||
public bAction ptr_action;
|
||||
[DNAFieldAttribute(1, "int", "slot_handle", 4)]
|
||||
[DNAFieldAttribute(1, "int", "slot_handle", "int", 4)]
|
||||
public int slot_handle;
|
||||
[DNAFieldAttribute(2, "char", "slot_name[66]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "slot_name[66]", "System.Char[]", 1)]
|
||||
public char[] slot_name = new System.Char[66];
|
||||
[DNAFieldAttribute(3, "uchar", "_pad0[2]", 1)]
|
||||
[DNAFieldAttribute(3, "uchar", "_pad0[2]", "System.Byte[]", 1)]
|
||||
public byte[] _pad0 = new System.Byte[2];
|
||||
[DNAFieldAttribute(4, "bAction", "*tmpact", 352)]
|
||||
[DNAFieldAttribute(4, "bAction", "*tmpact", "bAction", 352)]
|
||||
public bAction ptr_tmpact;
|
||||
[DNAFieldAttribute(5, "int", "tmp_slot_handle", 4)]
|
||||
[DNAFieldAttribute(5, "int", "tmp_slot_handle", "int", 4)]
|
||||
public int tmp_slot_handle;
|
||||
[DNAFieldAttribute(6, "char", "tmp_slot_name[66]", 1)]
|
||||
[DNAFieldAttribute(6, "char", "tmp_slot_name[66]", "System.Char[]", 1)]
|
||||
public char[] tmp_slot_name = new System.Char[66];
|
||||
[DNAFieldAttribute(7, "uchar", "_pad1[2]", 1)]
|
||||
[DNAFieldAttribute(7, "uchar", "_pad1[2]", "System.Byte[]", 1)]
|
||||
public byte[] _pad1 = new System.Byte[2];
|
||||
[DNAFieldAttribute(8, "ListBase", "nla_tracks", 16)]
|
||||
[DNAFieldAttribute(8, "ListBase", "nla_tracks", "ListBase", 16)]
|
||||
public ListBase nla_tracks;
|
||||
[DNAFieldAttribute(9, "NlaTrack", "*act_track", 104)]
|
||||
[DNAFieldAttribute(9, "NlaTrack", "*act_track", "NlaTrack", 104)]
|
||||
public NlaTrack ptr_act_track;
|
||||
[DNAFieldAttribute(10, "NlaStrip", "*actstrip", 288)]
|
||||
[DNAFieldAttribute(10, "NlaStrip", "*actstrip", "NlaStrip", 288)]
|
||||
public NlaStrip ptr_actstrip;
|
||||
[DNAFieldAttribute(11, "ListBase", "drivers", 16)]
|
||||
[DNAFieldAttribute(11, "ListBase", "drivers", "ListBase", 16)]
|
||||
public ListBase drivers;
|
||||
[DNAFieldAttribute(12, "ListBase", "overrides", 16)]
|
||||
[DNAFieldAttribute(12, "ListBase", "overrides", "ListBase", 16)]
|
||||
public ListBase overrides;
|
||||
[DNAFieldAttribute(13, "FCurve", "**driver_array", 120)]
|
||||
[DNAFieldAttribute(13, "FCurve", "**driver_array", "FCurve", 120)]
|
||||
public FCurve ptr_ptr_driver_array;
|
||||
[DNAFieldAttribute(14, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(14, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(15, "short", "act_blendmode", 2)]
|
||||
[DNAFieldAttribute(15, "short", "act_blendmode", "short", 2)]
|
||||
public short act_blendmode;
|
||||
[DNAFieldAttribute(16, "short", "act_extendmode", 2)]
|
||||
[DNAFieldAttribute(16, "short", "act_extendmode", "short", 2)]
|
||||
public short act_extendmode;
|
||||
[DNAFieldAttribute(17, "float", "act_influence", 4)]
|
||||
[DNAFieldAttribute(17, "float", "act_influence", "float", 4)]
|
||||
public float act_influence;
|
||||
[DNAFieldAttribute(18, "uchar", "_pad2[4]", 1)]
|
||||
[DNAFieldAttribute(18, "uchar", "_pad2[4]", "System.Byte[]", 1)]
|
||||
public byte[] _pad2 = new System.Byte[4];
|
||||
public AnimData() {
|
||||
this.ptr_action = default;
|
||||
|
||||
Reference in New Issue
Block a user