Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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