regenerated files
This commit is contained in:
@@ -15,49 +15,49 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(563, "bActionStrip")]
|
||||
public class bActionStrip {
|
||||
[DNAFieldAttribute(0, "bActionStrip", "*next", 168)]
|
||||
[DNAFieldAttribute(0, "bActionStrip", "*next", "bActionStrip", 168)]
|
||||
public bActionStrip ptr_next;
|
||||
[DNAFieldAttribute(1, "bActionStrip", "*prev", 168)]
|
||||
[DNAFieldAttribute(1, "bActionStrip", "*prev", "bActionStrip", 168)]
|
||||
public bActionStrip ptr_prev;
|
||||
[DNAFieldAttribute(2, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(2, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(3, "short", "mode", 2)]
|
||||
[DNAFieldAttribute(3, "short", "mode", "short", 2)]
|
||||
public short mode;
|
||||
[DNAFieldAttribute(4, "short", "stride_axis", 2)]
|
||||
[DNAFieldAttribute(4, "short", "stride_axis", "short", 2)]
|
||||
public short stride_axis;
|
||||
[DNAFieldAttribute(5, "short", "curmod", 2)]
|
||||
[DNAFieldAttribute(5, "short", "curmod", "short", 2)]
|
||||
public short curmod;
|
||||
[DNAFieldAttribute(6, "Ipo", "*ipo", 248)]
|
||||
[DNAFieldAttribute(6, "Ipo", "*ipo", "Ipo", 248)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(7, "bAction", "*act", 352)]
|
||||
[DNAFieldAttribute(7, "bAction", "*act", "bAction", 352)]
|
||||
public bAction ptr_act;
|
||||
[DNAFieldAttribute(8, "Object", "*object", 1160)]
|
||||
[DNAFieldAttribute(8, "Object", "*object", "Object", 1160)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(9, "float", "start", 4)]
|
||||
[DNAFieldAttribute(9, "float", "start", "float", 4)]
|
||||
public float start;
|
||||
[DNAFieldAttribute(10, "float", "end", 4)]
|
||||
[DNAFieldAttribute(10, "float", "end", "float", 4)]
|
||||
public float end;
|
||||
[DNAFieldAttribute(11, "float", "actstart", 4)]
|
||||
[DNAFieldAttribute(11, "float", "actstart", "float", 4)]
|
||||
public float actstart;
|
||||
[DNAFieldAttribute(12, "float", "actend", 4)]
|
||||
[DNAFieldAttribute(12, "float", "actend", "float", 4)]
|
||||
public float actend;
|
||||
[DNAFieldAttribute(13, "float", "actoffs", 4)]
|
||||
[DNAFieldAttribute(13, "float", "actoffs", "float", 4)]
|
||||
public float actoffs;
|
||||
[DNAFieldAttribute(14, "float", "stridelen", 4)]
|
||||
[DNAFieldAttribute(14, "float", "stridelen", "float", 4)]
|
||||
public float stridelen;
|
||||
[DNAFieldAttribute(15, "float", "repeat", 4)]
|
||||
[DNAFieldAttribute(15, "float", "repeat", "float", 4)]
|
||||
public float repeat;
|
||||
[DNAFieldAttribute(16, "float", "scale", 4)]
|
||||
[DNAFieldAttribute(16, "float", "scale", "float", 4)]
|
||||
public float scale;
|
||||
[DNAFieldAttribute(17, "float", "blendin", 4)]
|
||||
[DNAFieldAttribute(17, "float", "blendin", "float", 4)]
|
||||
public float blendin;
|
||||
[DNAFieldAttribute(18, "float", "blendout", 4)]
|
||||
[DNAFieldAttribute(18, "float", "blendout", "float", 4)]
|
||||
public float blendout;
|
||||
[DNAFieldAttribute(19, "char", "stridechannel[32]", 1)]
|
||||
[DNAFieldAttribute(19, "char", "stridechannel[32]", "System.Char[]", 1)]
|
||||
public char[] stridechannel = new System.Char[32];
|
||||
[DNAFieldAttribute(20, "char", "offs_bone[32]", 1)]
|
||||
[DNAFieldAttribute(20, "char", "offs_bone[32]", "System.Char[]", 1)]
|
||||
public char[] offs_bone = new System.Char[32];
|
||||
[DNAFieldAttribute(21, "ListBase", "modifiers", 16)]
|
||||
[DNAFieldAttribute(21, "ListBase", "modifiers", "ListBase", 16)]
|
||||
public ListBase modifiers;
|
||||
public bActionStrip() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user