Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -135,6 +135,68 @@ namespace BlendFile.DNA {
public char use_nodes;
[DNAFieldAttribute(59, "char", "_pad[7]", 1)]
public char[] _pad = new System.Char[7];
public Tex() {
this.id = default;
this.ptr_adt = default;
this.drawdata = default;
this.noisesize = default;
this.turbul = default;
this.bright = default;
this.contrast = default;
this.saturation = default;
this.rfac = default;
this.gfac = default;
this.bfac = default;
this.filtersize = default;
this._pad2 = default;
this.mg_H = default;
this.mg_lacunarity = default;
this.mg_octaves = default;
this.mg_offset = default;
this.mg_gain = default;
this.dist_amount = default;
this.ns_outscale = default;
this.vn_w1 = default;
this.vn_w2 = default;
this.vn_w3 = default;
this.vn_w4 = default;
this.vn_mexp = default;
this.vn_distm = default;
this.vn_coltype = default;
this.noisedepth = default;
this.noisetype = default;
this.noisebasis = default;
this.noisebasis2 = default;
this.imaflag = default;
this.flag = default;
this.type = default;
this.stype = default;
this.cropxmin = default;
this.cropymin = default;
this.cropxmax = default;
this.cropymax = default;
this.texfilter = default;
this.afmax = default;
this.xrepeat = default;
this.yrepeat = default;
this.extend = default;
this._pad0 = default;
this.len = default;
this.frames = default;
this.offset = default;
this.sfra = default;
this.checkerdist = default;
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.use_nodes = default;
this._pad = default;
}
public Tex(
ID id,
AnimData ptr_adt,