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,99 +15,99 @@ namespace BlendFile.DNA {
[DNAClassAttribute(236, "PartEff", 392)]
public class PartEff {
[DNAFieldAttribute(0, "PartEff", "*next", "PartEff", 8, true, 0)]
public PartEff ptr_next;
[DNAFieldAttribute(1, "PartEff", "*prev", "PartEff", 8, true, 8)]
public PartEff ptr_prev;
[DNAFieldAttribute(2, "short", "type", "short", 2, false, 16)]
[DNAFieldAttribute(8, "PartEff", 0, "*next", "PartEff", true, 0)]
public PartEff next;
[DNAFieldAttribute(8, "PartEff", 1, "*prev", "PartEff", true, 8)]
public PartEff prev;
[DNAFieldAttribute(2, "short", 2, "type", "short", false, 16)]
public short type;
[DNAFieldAttribute(3, "short", "flag", "short", 2, false, 18)]
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 18)]
public short flag;
[DNAFieldAttribute(4, "short", "buttype", "short", 2, false, 20)]
[DNAFieldAttribute(2, "short", 4, "buttype", "short", false, 20)]
public short buttype;
[DNAFieldAttribute(5, "short", "stype", "short", 2, false, 22)]
[DNAFieldAttribute(2, "short", 5, "stype", "short", false, 22)]
public short stype;
[DNAFieldAttribute(6, "short", "vertgroup", "short", 2, false, 24)]
[DNAFieldAttribute(2, "short", 6, "vertgroup", "short", false, 24)]
public short vertgroup;
[DNAFieldAttribute(7, "short", "userjit", "short", 2, false, 26)]
[DNAFieldAttribute(2, "short", 7, "userjit", "short", false, 26)]
public short userjit;
[DNAFieldAttribute(8, "float", "sta", "float", 4, false, 28)]
[DNAFieldAttribute(4, "float", 8, "sta", "float", false, 28)]
public float sta;
[DNAFieldAttribute(9, "float", "end", "float", 4, false, 32)]
[DNAFieldAttribute(4, "float", 9, "end", "float", false, 32)]
public float end;
[DNAFieldAttribute(10, "float", "lifetime", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 10, "lifetime", "float", false, 36)]
public float lifetime;
[DNAFieldAttribute(11, "int", "totpart", "int", 4, false, 40)]
[DNAFieldAttribute(4, "int", 11, "totpart", "int", false, 40)]
public int totpart;
[DNAFieldAttribute(12, "int", "totkey", "int", 4, false, 44)]
[DNAFieldAttribute(4, "int", 12, "totkey", "int", false, 44)]
public int totkey;
[DNAFieldAttribute(13, "int", "seed", "int", 4, false, 48)]
[DNAFieldAttribute(4, "int", 13, "seed", "int", false, 48)]
public int seed;
[DNAFieldAttribute(14, "float", "normfac", "float", 4, false, 52)]
[DNAFieldAttribute(4, "float", 14, "normfac", "float", false, 52)]
public float normfac;
[DNAFieldAttribute(15, "float", "obfac", "float", 4, false, 56)]
[DNAFieldAttribute(4, "float", 15, "obfac", "float", false, 56)]
public float obfac;
[DNAFieldAttribute(16, "float", "randfac", "float", 4, false, 60)]
[DNAFieldAttribute(4, "float", 16, "randfac", "float", false, 60)]
public float randfac;
[DNAFieldAttribute(17, "float", "texfac", "float", 4, false, 64)]
[DNAFieldAttribute(4, "float", 17, "texfac", "float", false, 64)]
public float texfac;
[DNAFieldAttribute(18, "float", "randlife", "float", 4, false, 68)]
[DNAFieldAttribute(4, "float", 18, "randlife", "float", false, 68)]
public float randlife;
[DNAFieldAttribute(19, "float", "force[3]", "System.Single[]", 12, false, 72)]
[DNAFieldAttribute(12, "float", 19, "force[3]", "System.Single[]", false, 72)]
public float[] force = new System.Single[3];
[DNAFieldAttribute(20, "float", "damp", "float", 4, false, 84)]
[DNAFieldAttribute(4, "float", 20, "damp", "float", false, 84)]
public float damp;
[DNAFieldAttribute(21, "float", "nabla", "float", 4, false, 88)]
[DNAFieldAttribute(4, "float", 21, "nabla", "float", false, 88)]
public float nabla;
[DNAFieldAttribute(22, "float", "vectsize", "float", 4, false, 92)]
[DNAFieldAttribute(4, "float", 22, "vectsize", "float", false, 92)]
public float vectsize;
[DNAFieldAttribute(23, "float", "maxlen", "float", 4, false, 96)]
[DNAFieldAttribute(4, "float", 23, "maxlen", "float", false, 96)]
public float maxlen;
[DNAFieldAttribute(24, "float", "defvec[3]", "System.Single[]", 12, false, 100)]
[DNAFieldAttribute(12, "float", 24, "defvec[3]", "System.Single[]", false, 100)]
public float[] defvec = new System.Single[3];
[DNAFieldAttribute(25, "char", "_pad[4]", "System.Char[]", 4, false, 112)]
[DNAFieldAttribute(4, "char", 25, "_pad[4]", "System.Char[]", false, 112)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(26, "float", "mult[4]", "System.Single[]", 16, false, 116)]
[DNAFieldAttribute(16, "float", 26, "mult[4]", "System.Single[]", false, 116)]
public float[] mult = new System.Single[4];
[DNAFieldAttribute(27, "float", "life[4]", "System.Single[]", 16, false, 132)]
[DNAFieldAttribute(16, "float", 27, "life[4]", "System.Single[]", false, 132)]
public float[] life = new System.Single[4];
[DNAFieldAttribute(28, "short", "child[4]", "System.Int16[]", 8, false, 148)]
[DNAFieldAttribute(8, "short", 28, "child[4]", "System.Int16[]", false, 148)]
public short[] child = new System.Int16[4];
[DNAFieldAttribute(29, "short", "mat[4]", "System.Int16[]", 8, false, 156)]
[DNAFieldAttribute(8, "short", 29, "mat[4]", "System.Int16[]", false, 156)]
public short[] mat = new System.Int16[4];
[DNAFieldAttribute(30, "short", "texmap", "short", 2, false, 164)]
[DNAFieldAttribute(2, "short", 30, "texmap", "short", false, 164)]
public short texmap;
[DNAFieldAttribute(31, "short", "curmult", "short", 2, false, 166)]
[DNAFieldAttribute(2, "short", 31, "curmult", "short", false, 166)]
public short curmult;
[DNAFieldAttribute(32, "short", "staticstep", "short", 2, false, 168)]
[DNAFieldAttribute(2, "short", 32, "staticstep", "short", false, 168)]
public short staticstep;
[DNAFieldAttribute(33, "short", "omat", "short", 2, false, 170)]
[DNAFieldAttribute(2, "short", 33, "omat", "short", false, 170)]
public short omat;
[DNAFieldAttribute(34, "short", "timetex", "short", 2, false, 172)]
[DNAFieldAttribute(2, "short", 34, "timetex", "short", false, 172)]
public short timetex;
[DNAFieldAttribute(35, "short", "speedtex", "short", 2, false, 174)]
[DNAFieldAttribute(2, "short", 35, "speedtex", "short", false, 174)]
public short speedtex;
[DNAFieldAttribute(36, "short", "flag2", "short", 2, false, 176)]
[DNAFieldAttribute(2, "short", 36, "flag2", "short", false, 176)]
public short flag2;
[DNAFieldAttribute(37, "short", "flag2neg", "short", 2, false, 178)]
[DNAFieldAttribute(2, "short", 37, "flag2neg", "short", false, 178)]
public short flag2neg;
[DNAFieldAttribute(38, "short", "disp", "short", 2, false, 180)]
[DNAFieldAttribute(2, "short", 38, "disp", "short", false, 180)]
public short disp;
[DNAFieldAttribute(39, "short", "vertgroup_v", "short", 2, false, 182)]
[DNAFieldAttribute(2, "short", 39, "vertgroup_v", "short", false, 182)]
public short vertgroup_v;
[DNAFieldAttribute(40, "char", "vgroupname[64]", "System.Char[]", 64, false, 184)]
[DNAFieldAttribute(64, "char", 40, "vgroupname[64]", "System.Char[]", false, 184)]
public char[] vgroupname = new System.Char[64];
[DNAFieldAttribute(41, "char", "vgroupname_v[64]", "System.Char[]", 64, false, 248)]
[DNAFieldAttribute(64, "char", 41, "vgroupname_v[64]", "System.Char[]", false, 248)]
public char[] vgroupname_v = new System.Char[64];
[DNAFieldAttribute(42, "float", "imat[4][4]", "System.Single[,]", 64, false, 312)]
[DNAFieldAttribute(64, "float", 42, "imat[4][4]", "System.Single[,]", false, 312)]
public float[,] imat = new System.Single[4,4];
[DNAFieldAttribute(43, "Particle", "*keys", "Particle", 8, true, 376)]
public Particle ptr_keys;
[DNAFieldAttribute(44, "Collection", "*group", "Collection", 8, true, 384)]
public Collection ptr_group;
[DNAFieldAttribute(8, "Particle", 43, "*keys", "Particle", true, 376)]
public Particle keys;
[DNAFieldAttribute(8, "Collection", 44, "*group", "Collection", true, 384)]
public Collection group;
public PartEff() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.type = default;
this.flag = default;
this.buttype = default;
@@ -149,12 +149,12 @@ namespace BlendFile.DNA {
this.vgroupname = default;
this.vgroupname_v = default;
this.imat = default;
this.ptr_keys = default;
this.ptr_group = default;
this.keys = default;
this.group = default;
}
public PartEff(
PartEff ptr_next,
PartEff ptr_prev,
PartEff next,
PartEff prev,
short type,
short flag,
short buttype,
@@ -196,10 +196,10 @@ namespace BlendFile.DNA {
char[] vgroupname,
char[] vgroupname_v,
float[,] imat,
Particle ptr_keys,
Collection ptr_group) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
Particle keys,
Collection group) {
this.next = next;
this.prev = prev;
this.type = type;
this.flag = flag;
this.buttype = buttype;
@@ -241,8 +241,8 @@ namespace BlendFile.DNA {
this.vgroupname = vgroupname;
this.vgroupname_v = vgroupname_v;
this.imat = imat;
this.ptr_keys = ptr_keys;
this.ptr_group = ptr_group;
this.keys = keys;
this.group = group;
}
}
}