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,40 +15,40 @@ namespace BlendFile.DNA {
[DNAClassAttribute(186, "bActionConstraint", 184)]
public class bActionConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
public Object ptr_tar;
[DNAFieldAttribute(1, "short", "type", "short", 2, false, 8)]
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
public Object tar;
[DNAFieldAttribute(2, "short", 1, "type", "short", false, 8)]
public short type;
[DNAFieldAttribute(2, "short", "local", "short", 2, false, 10)]
[DNAFieldAttribute(2, "short", 2, "local", "short", false, 10)]
public short local;
[DNAFieldAttribute(3, "int", "start", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 3, "start", "int", false, 12)]
public int start;
[DNAFieldAttribute(4, "int", "end", "int", 4, false, 16)]
[DNAFieldAttribute(4, "int", 4, "end", "int", false, 16)]
public int end;
[DNAFieldAttribute(5, "float", "min", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 5, "min", "float", false, 20)]
public float min;
[DNAFieldAttribute(6, "float", "max", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 6, "max", "float", false, 24)]
public float max;
[DNAFieldAttribute(7, "int", "flag", "int", 4, false, 28)]
[DNAFieldAttribute(4, "int", 7, "flag", "int", false, 28)]
public int flag;
[DNAFieldAttribute(8, "char", "mix_mode", "char", 1, false, 32)]
[DNAFieldAttribute(1, "char", 8, "mix_mode", "char", false, 32)]
public char mix_mode;
[DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 3, false, 33)]
[DNAFieldAttribute(3, "char", 9, "_pad[3]", "System.Char[]", false, 33)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(10, "float", "eval_time", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 10, "eval_time", "float", false, 36)]
public float eval_time;
[DNAFieldAttribute(11, "bAction", "*act", "bAction", 8, true, 40)]
public bAction ptr_act;
[DNAFieldAttribute(12, "int", "action_slot_handle", "int", 4, false, 48)]
[DNAFieldAttribute(8, "bAction", 11, "*act", "bAction", true, 40)]
public bAction act;
[DNAFieldAttribute(4, "int", 12, "action_slot_handle", "int", false, 48)]
public int action_slot_handle;
[DNAFieldAttribute(13, "char", "action_slot_name[66]", "System.Char[]", 66, false, 52)]
[DNAFieldAttribute(66, "char", 13, "action_slot_name[66]", "System.Char[]", false, 52)]
public char[] action_slot_name = new System.Char[66];
[DNAFieldAttribute(14, "char", "_pad1[2]", "System.Char[]", 2, false, 118)]
[DNAFieldAttribute(2, "char", 14, "_pad1[2]", "System.Char[]", false, 118)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(15, "char", "subtarget[64]", "System.Char[]", 64, false, 120)]
[DNAFieldAttribute(64, "char", 15, "subtarget[64]", "System.Char[]", false, 120)]
public char[] subtarget = new System.Char[64];
public bActionConstraint() {
this.ptr_tar = default;
this.tar = default;
this.type = default;
this.local = default;
this.start = default;
@@ -59,14 +59,14 @@ namespace BlendFile.DNA {
this.mix_mode = default;
this._pad = default;
this.eval_time = default;
this.ptr_act = default;
this.act = default;
this.action_slot_handle = default;
this.action_slot_name = default;
this._pad1 = default;
this.subtarget = default;
}
public bActionConstraint(
Object ptr_tar,
Object tar,
short type,
short local,
int start,
@@ -77,12 +77,12 @@ namespace BlendFile.DNA {
char mix_mode,
char[] _pad,
float eval_time,
bAction ptr_act,
bAction act,
int action_slot_handle,
char[] action_slot_name,
char[] _pad1,
char[] subtarget) {
this.ptr_tar = ptr_tar;
this.tar = tar;
this.type = type;
this.local = local;
this.start = start;
@@ -93,7 +93,7 @@ namespace BlendFile.DNA {
this.mix_mode = mix_mode;
this._pad = _pad;
this.eval_time = eval_time;
this.ptr_act = ptr_act;
this.act = act;
this.action_slot_handle = action_slot_handle;
this.action_slot_name = action_slot_name;
this._pad1 = _pad1;