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,129 +15,129 @@ namespace BlendFile.DNA {
[DNAClassAttribute(230, "Tex", 488)]
public class Tex {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
[DNAFieldAttribute(208, "ID", 0, "id", "ID", false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false, 216)]
[DNAFieldAttribute(8, "AnimData", 1, "*adt", "AnimData", true, 208)]
public AnimData adt;
[DNAFieldAttribute(16, "DrawDataList", 2, "drawdata", "DrawDataList", false, 216)]
public DrawDataList drawdata;
[DNAFieldAttribute(3, "float", "noisesize", "float", 4, false, 232)]
[DNAFieldAttribute(4, "float", 3, "noisesize", "float", false, 232)]
public float noisesize;
[DNAFieldAttribute(4, "float", "turbul", "float", 4, false, 236)]
[DNAFieldAttribute(4, "float", 4, "turbul", "float", false, 236)]
public float turbul;
[DNAFieldAttribute(5, "float", "bright", "float", 4, false, 240)]
[DNAFieldAttribute(4, "float", 5, "bright", "float", false, 240)]
public float bright;
[DNAFieldAttribute(6, "float", "contrast", "float", 4, false, 244)]
[DNAFieldAttribute(4, "float", 6, "contrast", "float", false, 244)]
public float contrast;
[DNAFieldAttribute(7, "float", "saturation", "float", 4, false, 248)]
[DNAFieldAttribute(4, "float", 7, "saturation", "float", false, 248)]
public float saturation;
[DNAFieldAttribute(8, "float", "rfac", "float", 4, false, 252)]
[DNAFieldAttribute(4, "float", 8, "rfac", "float", false, 252)]
public float rfac;
[DNAFieldAttribute(9, "float", "gfac", "float", 4, false, 256)]
[DNAFieldAttribute(4, "float", 9, "gfac", "float", false, 256)]
public float gfac;
[DNAFieldAttribute(10, "float", "bfac", "float", 4, false, 260)]
[DNAFieldAttribute(4, "float", 10, "bfac", "float", false, 260)]
public float bfac;
[DNAFieldAttribute(11, "float", "filtersize", "float", 4, false, 264)]
[DNAFieldAttribute(4, "float", 11, "filtersize", "float", false, 264)]
public float filtersize;
[DNAFieldAttribute(12, "char", "_pad2[4]", "System.Char[]", 4, false, 268)]
[DNAFieldAttribute(4, "char", 12, "_pad2[4]", "System.Char[]", false, 268)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(13, "float", "mg_H", "float", 4, false, 272)]
[DNAFieldAttribute(4, "float", 13, "mg_H", "float", false, 272)]
public float mg_H;
[DNAFieldAttribute(14, "float", "mg_lacunarity", "float", 4, false, 276)]
[DNAFieldAttribute(4, "float", 14, "mg_lacunarity", "float", false, 276)]
public float mg_lacunarity;
[DNAFieldAttribute(15, "float", "mg_octaves", "float", 4, false, 280)]
[DNAFieldAttribute(4, "float", 15, "mg_octaves", "float", false, 280)]
public float mg_octaves;
[DNAFieldAttribute(16, "float", "mg_offset", "float", 4, false, 284)]
[DNAFieldAttribute(4, "float", 16, "mg_offset", "float", false, 284)]
public float mg_offset;
[DNAFieldAttribute(17, "float", "mg_gain", "float", 4, false, 288)]
[DNAFieldAttribute(4, "float", 17, "mg_gain", "float", false, 288)]
public float mg_gain;
[DNAFieldAttribute(18, "float", "dist_amount", "float", 4, false, 292)]
[DNAFieldAttribute(4, "float", 18, "dist_amount", "float", false, 292)]
public float dist_amount;
[DNAFieldAttribute(19, "float", "ns_outscale", "float", 4, false, 296)]
[DNAFieldAttribute(4, "float", 19, "ns_outscale", "float", false, 296)]
public float ns_outscale;
[DNAFieldAttribute(20, "float", "vn_w1", "float", 4, false, 300)]
[DNAFieldAttribute(4, "float", 20, "vn_w1", "float", false, 300)]
public float vn_w1;
[DNAFieldAttribute(21, "float", "vn_w2", "float", 4, false, 304)]
[DNAFieldAttribute(4, "float", 21, "vn_w2", "float", false, 304)]
public float vn_w2;
[DNAFieldAttribute(22, "float", "vn_w3", "float", 4, false, 308)]
[DNAFieldAttribute(4, "float", 22, "vn_w3", "float", false, 308)]
public float vn_w3;
[DNAFieldAttribute(23, "float", "vn_w4", "float", 4, false, 312)]
[DNAFieldAttribute(4, "float", 23, "vn_w4", "float", false, 312)]
public float vn_w4;
[DNAFieldAttribute(24, "float", "vn_mexp", "float", 4, false, 316)]
[DNAFieldAttribute(4, "float", 24, "vn_mexp", "float", false, 316)]
public float vn_mexp;
[DNAFieldAttribute(25, "short", "vn_distm", "short", 2, false, 320)]
[DNAFieldAttribute(2, "short", 25, "vn_distm", "short", false, 320)]
public short vn_distm;
[DNAFieldAttribute(26, "short", "vn_coltype", "short", 2, false, 322)]
[DNAFieldAttribute(2, "short", 26, "vn_coltype", "short", false, 322)]
public short vn_coltype;
[DNAFieldAttribute(27, "short", "noisedepth", "short", 2, false, 324)]
[DNAFieldAttribute(2, "short", 27, "noisedepth", "short", false, 324)]
public short noisedepth;
[DNAFieldAttribute(28, "short", "noisetype", "short", 2, false, 326)]
[DNAFieldAttribute(2, "short", 28, "noisetype", "short", false, 326)]
public short noisetype;
[DNAFieldAttribute(29, "short", "noisebasis", "short", 2, false, 328)]
[DNAFieldAttribute(2, "short", 29, "noisebasis", "short", false, 328)]
public short noisebasis;
[DNAFieldAttribute(30, "short", "noisebasis2", "short", 2, false, 330)]
[DNAFieldAttribute(2, "short", 30, "noisebasis2", "short", false, 330)]
public short noisebasis2;
[DNAFieldAttribute(31, "short", "imaflag", "short", 2, false, 332)]
[DNAFieldAttribute(2, "short", 31, "imaflag", "short", false, 332)]
public short imaflag;
[DNAFieldAttribute(32, "short", "flag", "short", 2, false, 334)]
[DNAFieldAttribute(2, "short", 32, "flag", "short", false, 334)]
public short flag;
[DNAFieldAttribute(33, "short", "type", "short", 2, false, 336)]
[DNAFieldAttribute(2, "short", 33, "type", "short", false, 336)]
public short type;
[DNAFieldAttribute(34, "short", "stype", "short", 2, false, 338)]
[DNAFieldAttribute(2, "short", 34, "stype", "short", false, 338)]
public short stype;
[DNAFieldAttribute(35, "float", "cropxmin", "float", 4, false, 340)]
[DNAFieldAttribute(4, "float", 35, "cropxmin", "float", false, 340)]
public float cropxmin;
[DNAFieldAttribute(36, "float", "cropymin", "float", 4, false, 344)]
[DNAFieldAttribute(4, "float", 36, "cropymin", "float", false, 344)]
public float cropymin;
[DNAFieldAttribute(37, "float", "cropxmax", "float", 4, false, 348)]
[DNAFieldAttribute(4, "float", 37, "cropxmax", "float", false, 348)]
public float cropxmax;
[DNAFieldAttribute(38, "float", "cropymax", "float", 4, false, 352)]
[DNAFieldAttribute(4, "float", 38, "cropymax", "float", false, 352)]
public float cropymax;
[DNAFieldAttribute(39, "int", "texfilter", "int", 4, false, 356)]
[DNAFieldAttribute(4, "int", 39, "texfilter", "int", false, 356)]
public int texfilter;
[DNAFieldAttribute(40, "int", "afmax", "int", 4, false, 360)]
[DNAFieldAttribute(4, "int", 40, "afmax", "int", false, 360)]
public int afmax;
[DNAFieldAttribute(41, "short", "xrepeat", "short", 2, false, 364)]
[DNAFieldAttribute(2, "short", 41, "xrepeat", "short", false, 364)]
public short xrepeat;
[DNAFieldAttribute(42, "short", "yrepeat", "short", 2, false, 366)]
[DNAFieldAttribute(2, "short", 42, "yrepeat", "short", false, 366)]
public short yrepeat;
[DNAFieldAttribute(43, "short", "extend", "short", 2, false, 368)]
[DNAFieldAttribute(2, "short", 43, "extend", "short", false, 368)]
public short extend;
[DNAFieldAttribute(44, "short", "_pad0", "short", 2, false, 370)]
[DNAFieldAttribute(2, "short", 44, "_pad0", "short", false, 370)]
public short _pad0;
[DNAFieldAttribute(45, "int", "len", "int", 4, false, 372)]
[DNAFieldAttribute(4, "int", 45, "len", "int", false, 372)]
public int len;
[DNAFieldAttribute(46, "int", "frames", "int", 4, false, 376)]
[DNAFieldAttribute(4, "int", 46, "frames", "int", false, 376)]
public int frames;
[DNAFieldAttribute(47, "int", "offset", "int", 4, false, 380)]
[DNAFieldAttribute(4, "int", 47, "offset", "int", false, 380)]
public int offset;
[DNAFieldAttribute(48, "int", "sfra", "int", 4, false, 384)]
[DNAFieldAttribute(4, "int", 48, "sfra", "int", false, 384)]
public int sfra;
[DNAFieldAttribute(49, "float", "checkerdist", "float", 4, false, 388)]
[DNAFieldAttribute(4, "float", 49, "checkerdist", "float", false, 388)]
public float checkerdist;
[DNAFieldAttribute(50, "float", "nabla", "float", 4, false, 392)]
[DNAFieldAttribute(4, "float", 50, "nabla", "float", false, 392)]
public float nabla;
[DNAFieldAttribute(51, "char", "_pad1[4]", "System.Char[]", 4, false, 396)]
[DNAFieldAttribute(4, "char", 51, "_pad1[4]", "System.Char[]", false, 396)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(52, "ImageUser", "iuser", "ImageUser", 40, false, 400)]
[DNAFieldAttribute(40, "ImageUser", 52, "iuser", "ImageUser", false, 400)]
public ImageUser iuser;
[DNAFieldAttribute(53, "bNodeTree", "*nodetree", "bNodeTree", 8, true, 440)]
public bNodeTree ptr_nodetree;
[DNAFieldAttribute(54, "Ipo", "*ipo", "Ipo", 8, true, 448)]
public Ipo ptr_ipo;
[DNAFieldAttribute(55, "Image", "*ima", "Image", 8, true, 456)]
public Image ptr_ima;
[DNAFieldAttribute(56, "ColorBand", "*coba", "ColorBand", 8, true, 464)]
public ColorBand ptr_coba;
[DNAFieldAttribute(57, "PreviewImage", "*preview", "PreviewImage", 8, true, 472)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(58, "char", "use_nodes", "char", 1, false, 480)]
[DNAFieldAttribute(8, "bNodeTree", 53, "*nodetree", "bNodeTree", true, 440)]
public bNodeTree nodetree;
[DNAFieldAttribute(8, "Ipo", 54, "*ipo", "Ipo", true, 448)]
public Ipo ipo;
[DNAFieldAttribute(8, "Image", 55, "*ima", "Image", true, 456)]
public Image ima;
[DNAFieldAttribute(8, "ColorBand", 56, "*coba", "ColorBand", true, 464)]
public ColorBand coba;
[DNAFieldAttribute(8, "PreviewImage", 57, "*preview", "PreviewImage", true, 472)]
public PreviewImage preview;
[DNAFieldAttribute(1, "char", 58, "use_nodes", "char", false, 480)]
public char use_nodes;
[DNAFieldAttribute(59, "char", "_pad[7]", "System.Char[]", 7, false, 481)]
[DNAFieldAttribute(7, "char", 59, "_pad[7]", "System.Char[]", false, 481)]
public char[] _pad = new System.Char[7];
public Tex() {
this.id = default;
this.ptr_adt = default;
this.adt = default;
this.drawdata = default;
this.noisesize = default;
this.turbul = default;
@@ -189,17 +189,17 @@ namespace BlendFile.DNA {
this.nabla = default;
this._pad1 = default;
this.iuser = default;
this.ptr_nodetree = default;
this.ptr_ipo = default;
this.ptr_ima = default;
this.ptr_coba = default;
this.ptr_preview = default;
this.nodetree = default;
this.ipo = default;
this.ima = default;
this.coba = default;
this.preview = default;
this.use_nodes = default;
this._pad = default;
}
public Tex(
ID id,
AnimData ptr_adt,
AnimData adt,
DrawDataList drawdata,
float noisesize,
float turbul,
@@ -251,15 +251,15 @@ namespace BlendFile.DNA {
float nabla,
char[] _pad1,
ImageUser iuser,
bNodeTree ptr_nodetree,
Ipo ptr_ipo,
Image ptr_ima,
ColorBand ptr_coba,
PreviewImage ptr_preview,
bNodeTree nodetree,
Ipo ipo,
Image ima,
ColorBand coba,
PreviewImage preview,
char use_nodes,
char[] _pad) {
this.id = id;
this.ptr_adt = ptr_adt;
this.adt = adt;
this.drawdata = drawdata;
this.noisesize = noisesize;
this.turbul = turbul;
@@ -311,11 +311,11 @@ namespace BlendFile.DNA {
this.nabla = nabla;
this._pad1 = _pad1;
this.iuser = iuser;
this.ptr_nodetree = ptr_nodetree;
this.ptr_ipo = ptr_ipo;
this.ptr_ima = ptr_ima;
this.ptr_coba = ptr_coba;
this.ptr_preview = ptr_preview;
this.nodetree = nodetree;
this.ipo = ipo;
this.ima = ima;
this.coba = coba;
this.preview = preview;
this.use_nodes = use_nodes;
this._pad = _pad;
}