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,69 +15,69 @@ namespace BlendFile.DNA {
[DNAClassAttribute(96, "NlaStrip", 288)]
public class NlaStrip {
[DNAFieldAttribute(0, "NlaStrip", "*next", "NlaStrip", 8, true, 0)]
public NlaStrip ptr_next;
[DNAFieldAttribute(1, "NlaStrip", "*prev", "NlaStrip", 8, true, 8)]
public NlaStrip ptr_prev;
[DNAFieldAttribute(2, "ListBase", "strips", "ListBase", 16, false, 16)]
[DNAFieldAttribute(8, "NlaStrip", 0, "*next", "NlaStrip", true, 0)]
public NlaStrip next;
[DNAFieldAttribute(8, "NlaStrip", 1, "*prev", "NlaStrip", true, 8)]
public NlaStrip prev;
[DNAFieldAttribute(16, "ListBase", 2, "strips", "ListBase", false, 16)]
public ListBase strips;
[DNAFieldAttribute(3, "bAction", "*act", "bAction", 8, true, 32)]
public bAction ptr_act;
[DNAFieldAttribute(4, "int", "action_slot_handle", "int", 4, false, 40)]
[DNAFieldAttribute(8, "bAction", 3, "*act", "bAction", true, 32)]
public bAction act;
[DNAFieldAttribute(4, "int", 4, "action_slot_handle", "int", false, 40)]
public int action_slot_handle;
[DNAFieldAttribute(5, "char", "action_slot_name[66]", "System.Char[]", 66, false, 44)]
[DNAFieldAttribute(66, "char", 5, "action_slot_name[66]", "System.Char[]", false, 44)]
public char[] action_slot_name = new System.Char[66];
[DNAFieldAttribute(6, "char", "_pad0[2]", "System.Char[]", 2, false, 110)]
[DNAFieldAttribute(2, "char", 6, "_pad0[2]", "System.Char[]", false, 110)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(7, "ListBase", "fcurves", "ListBase", 16, false, 112)]
[DNAFieldAttribute(16, "ListBase", 7, "fcurves", "ListBase", false, 112)]
public ListBase fcurves;
[DNAFieldAttribute(8, "ListBase", "modifiers", "ListBase", 16, false, 128)]
[DNAFieldAttribute(16, "ListBase", 8, "modifiers", "ListBase", false, 128)]
public ListBase modifiers;
[DNAFieldAttribute(9, "char", "name[64]", "System.Char[]", 64, false, 144)]
[DNAFieldAttribute(64, "char", 9, "name[64]", "System.Char[]", false, 144)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(10, "float", "influence", "float", 4, false, 208)]
[DNAFieldAttribute(4, "float", 10, "influence", "float", false, 208)]
public float influence;
[DNAFieldAttribute(11, "float", "strip_time", "float", 4, false, 212)]
[DNAFieldAttribute(4, "float", 11, "strip_time", "float", false, 212)]
public float strip_time;
[DNAFieldAttribute(12, "float", "start", "float", 4, false, 216)]
[DNAFieldAttribute(4, "float", 12, "start", "float", false, 216)]
public float start;
[DNAFieldAttribute(13, "float", "end", "float", 4, false, 220)]
[DNAFieldAttribute(4, "float", 13, "end", "float", false, 220)]
public float end;
[DNAFieldAttribute(14, "float", "actstart", "float", 4, false, 224)]
[DNAFieldAttribute(4, "float", 14, "actstart", "float", false, 224)]
public float actstart;
[DNAFieldAttribute(15, "float", "actend", "float", 4, false, 228)]
[DNAFieldAttribute(4, "float", 15, "actend", "float", false, 228)]
public float actend;
[DNAFieldAttribute(16, "float", "repeat", "float", 4, false, 232)]
[DNAFieldAttribute(4, "float", 16, "repeat", "float", false, 232)]
public float repeat;
[DNAFieldAttribute(17, "float", "scale", "float", 4, false, 236)]
[DNAFieldAttribute(4, "float", 17, "scale", "float", false, 236)]
public float scale;
[DNAFieldAttribute(18, "float", "blendin", "float", 4, false, 240)]
[DNAFieldAttribute(4, "float", 18, "blendin", "float", false, 240)]
public float blendin;
[DNAFieldAttribute(19, "float", "blendout", "float", 4, false, 244)]
[DNAFieldAttribute(4, "float", 19, "blendout", "float", false, 244)]
public float blendout;
[DNAFieldAttribute(20, "short", "blendmode", "short", 2, false, 248)]
[DNAFieldAttribute(2, "short", 20, "blendmode", "short", false, 248)]
public short blendmode;
[DNAFieldAttribute(21, "short", "extendmode", "short", 2, false, 250)]
[DNAFieldAttribute(2, "short", 21, "extendmode", "short", false, 250)]
public short extendmode;
[DNAFieldAttribute(22, "char", "_pad1[2]", "System.Char[]", 2, false, 252)]
[DNAFieldAttribute(2, "char", 22, "_pad1[2]", "System.Char[]", false, 252)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(23, "short", "type", "short", 2, false, 254)]
[DNAFieldAttribute(2, "short", 23, "type", "short", false, 254)]
public short type;
[DNAFieldAttribute(24, "void", "*speaker_handle", "void", 8, true, 256)]
public object ptr_speaker_handle;
[DNAFieldAttribute(25, "int", "flag", "int", 4, false, 264)]
[DNAFieldAttribute(8, "void", 24, "*speaker_handle", "void", true, 256)]
public object speaker_handle;
[DNAFieldAttribute(4, "int", 25, "flag", "int", false, 264)]
public int flag;
[DNAFieldAttribute(26, "char", "_pad2[4]", "System.Char[]", 4, false, 268)]
[DNAFieldAttribute(4, "char", 26, "_pad2[4]", "System.Char[]", false, 268)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(27, "NlaStrip", "*orig_strip", "NlaStrip", 8, true, 272)]
public NlaStrip ptr_orig_strip;
[DNAFieldAttribute(28, "void", "*_pad3", "void", 8, true, 280)]
public object ptr__pad3;
[DNAFieldAttribute(8, "NlaStrip", 27, "*orig_strip", "NlaStrip", true, 272)]
public NlaStrip orig_strip;
[DNAFieldAttribute(8, "void", 28, "*_pad3", "void", true, 280)]
public object _pad3;
public NlaStrip() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.strips = default;
this.ptr_act = default;
this.act = default;
this.action_slot_handle = default;
this.action_slot_name = default;
this._pad0 = default;
@@ -98,17 +98,17 @@ namespace BlendFile.DNA {
this.extendmode = default;
this._pad1 = default;
this.type = default;
this.ptr_speaker_handle = default;
this.speaker_handle = default;
this.flag = default;
this._pad2 = default;
this.ptr_orig_strip = default;
this.ptr__pad3 = default;
this.orig_strip = default;
this._pad3 = default;
}
public NlaStrip(
NlaStrip ptr_next,
NlaStrip ptr_prev,
NlaStrip next,
NlaStrip prev,
ListBase strips,
bAction ptr_act,
bAction act,
int action_slot_handle,
char[] action_slot_name,
char[] _pad0,
@@ -129,15 +129,15 @@ namespace BlendFile.DNA {
short extendmode,
char[] _pad1,
short type,
object ptr_speaker_handle,
object speaker_handle,
int flag,
char[] _pad2,
NlaStrip ptr_orig_strip,
object ptr__pad3) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
NlaStrip orig_strip,
object _pad3) {
this.next = next;
this.prev = prev;
this.strips = strips;
this.ptr_act = ptr_act;
this.act = act;
this.action_slot_handle = action_slot_handle;
this.action_slot_name = action_slot_name;
this._pad0 = _pad0;
@@ -158,11 +158,11 @@ namespace BlendFile.DNA {
this.extendmode = extendmode;
this._pad1 = _pad1;
this.type = type;
this.ptr_speaker_handle = ptr_speaker_handle;
this.speaker_handle = speaker_handle;
this.flag = flag;
this._pad2 = _pad2;
this.ptr_orig_strip = ptr_orig_strip;
this.ptr__pad3 = ptr__pad3;
this.orig_strip = orig_strip;
this._pad3 = _pad3;
}
}
}