Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,60 +15,60 @@ namespace BlendFile.DNA {
[DNAClassAttribute(563, "bActionStrip", 168)]
public class bActionStrip {
[DNAFieldAttribute(0, "bActionStrip", "*next", "bActionStrip", 8, true, 0)]
public bActionStrip ptr_next;
[DNAFieldAttribute(1, "bActionStrip", "*prev", "bActionStrip", 8, true, 8)]
public bActionStrip ptr_prev;
[DNAFieldAttribute(2, "short", "flag", "short", 2, false, 16)]
[DNAFieldAttribute(8, "bActionStrip", 0, "*next", "bActionStrip", true, 0)]
public bActionStrip next;
[DNAFieldAttribute(8, "bActionStrip", 1, "*prev", "bActionStrip", true, 8)]
public bActionStrip prev;
[DNAFieldAttribute(2, "short", 2, "flag", "short", false, 16)]
public short flag;
[DNAFieldAttribute(3, "short", "mode", "short", 2, false, 18)]
[DNAFieldAttribute(2, "short", 3, "mode", "short", false, 18)]
public short mode;
[DNAFieldAttribute(4, "short", "stride_axis", "short", 2, false, 20)]
[DNAFieldAttribute(2, "short", 4, "stride_axis", "short", false, 20)]
public short stride_axis;
[DNAFieldAttribute(5, "short", "curmod", "short", 2, false, 22)]
[DNAFieldAttribute(2, "short", 5, "curmod", "short", false, 22)]
public short curmod;
[DNAFieldAttribute(6, "Ipo", "*ipo", "Ipo", 8, true, 24)]
public Ipo ptr_ipo;
[DNAFieldAttribute(7, "bAction", "*act", "bAction", 8, true, 32)]
public bAction ptr_act;
[DNAFieldAttribute(8, "Object", "*object", "Object", 8, true, 40)]
public Object ptr_object;
[DNAFieldAttribute(9, "float", "start", "float", 4, false, 48)]
[DNAFieldAttribute(8, "Ipo", 6, "*ipo", "Ipo", true, 24)]
public Ipo ipo;
[DNAFieldAttribute(8, "bAction", 7, "*act", "bAction", true, 32)]
public bAction act;
[DNAFieldAttribute(8, "Object", 8, "*object", "Object", true, 40)]
public Object @object;
[DNAFieldAttribute(4, "float", 9, "start", "float", false, 48)]
public float start;
[DNAFieldAttribute(10, "float", "end", "float", 4, false, 52)]
[DNAFieldAttribute(4, "float", 10, "end", "float", false, 52)]
public float end;
[DNAFieldAttribute(11, "float", "actstart", "float", 4, false, 56)]
[DNAFieldAttribute(4, "float", 11, "actstart", "float", false, 56)]
public float actstart;
[DNAFieldAttribute(12, "float", "actend", "float", 4, false, 60)]
[DNAFieldAttribute(4, "float", 12, "actend", "float", false, 60)]
public float actend;
[DNAFieldAttribute(13, "float", "actoffs", "float", 4, false, 64)]
[DNAFieldAttribute(4, "float", 13, "actoffs", "float", false, 64)]
public float actoffs;
[DNAFieldAttribute(14, "float", "stridelen", "float", 4, false, 68)]
[DNAFieldAttribute(4, "float", 14, "stridelen", "float", false, 68)]
public float stridelen;
[DNAFieldAttribute(15, "float", "repeat", "float", 4, false, 72)]
[DNAFieldAttribute(4, "float", 15, "repeat", "float", false, 72)]
public float repeat;
[DNAFieldAttribute(16, "float", "scale", "float", 4, false, 76)]
[DNAFieldAttribute(4, "float", 16, "scale", "float", false, 76)]
public float scale;
[DNAFieldAttribute(17, "float", "blendin", "float", 4, false, 80)]
[DNAFieldAttribute(4, "float", 17, "blendin", "float", false, 80)]
public float blendin;
[DNAFieldAttribute(18, "float", "blendout", "float", 4, false, 84)]
[DNAFieldAttribute(4, "float", 18, "blendout", "float", false, 84)]
public float blendout;
[DNAFieldAttribute(19, "char", "stridechannel[32]", "System.Char[]", 32, false, 88)]
[DNAFieldAttribute(32, "char", 19, "stridechannel[32]", "System.Char[]", false, 88)]
public char[] stridechannel = new System.Char[32];
[DNAFieldAttribute(20, "char", "offs_bone[32]", "System.Char[]", 32, false, 120)]
[DNAFieldAttribute(32, "char", 20, "offs_bone[32]", "System.Char[]", false, 120)]
public char[] offs_bone = new System.Char[32];
[DNAFieldAttribute(21, "ListBase", "modifiers", "ListBase", 16, false, 152)]
[DNAFieldAttribute(16, "ListBase", 21, "modifiers", "ListBase", false, 152)]
public ListBase modifiers;
public bActionStrip() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.flag = default;
this.mode = default;
this.stride_axis = default;
this.curmod = default;
this.ptr_ipo = default;
this.ptr_act = default;
this.ptr_object = default;
this.ipo = default;
this.act = default;
this.@object = default;
this.start = default;
this.end = default;
this.actstart = default;
@@ -84,15 +84,15 @@ namespace BlendFile.DNA {
this.modifiers = default;
}
public bActionStrip(
bActionStrip ptr_next,
bActionStrip ptr_prev,
bActionStrip next,
bActionStrip prev,
short flag,
short mode,
short stride_axis,
short curmod,
Ipo ptr_ipo,
bAction ptr_act,
Object ptr_object,
Ipo ipo,
bAction act,
Object @object,
float start,
float end,
float actstart,
@@ -106,15 +106,15 @@ namespace BlendFile.DNA {
char[] stridechannel,
char[] offs_bone,
ListBase modifiers) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
this.next = next;
this.prev = prev;
this.flag = flag;
this.mode = mode;
this.stride_axis = stride_axis;
this.curmod = curmod;
this.ptr_ipo = ptr_ipo;
this.ptr_act = ptr_act;
this.ptr_object = ptr_object;
this.ipo = ipo;
this.act = act;
this.@object = @object;
this.start = start;
this.end = end;
this.actstart = actstart;