Regenerated codefiles
This commit is contained in:
@@ -15,91 +15,91 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(132, "MTex", 216)]
|
||||
public class MTex {
|
||||
[DNAFieldAttribute(0, "short", "texco", "short", 2, false, 0)]
|
||||
[DNAFieldAttribute(2, "short", 0, "texco", "short", false, 0)]
|
||||
public short texco;
|
||||
[DNAFieldAttribute(1, "short", "mapto", "short", 2, false, 2)]
|
||||
[DNAFieldAttribute(2, "short", 1, "mapto", "short", false, 2)]
|
||||
public short mapto;
|
||||
[DNAFieldAttribute(2, "short", "blendtype", "short", 2, false, 4)]
|
||||
[DNAFieldAttribute(2, "short", 2, "blendtype", "short", false, 4)]
|
||||
public short blendtype;
|
||||
[DNAFieldAttribute(3, "char", "_pad2[2]", "System.Char[]", 2, false, 6)]
|
||||
[DNAFieldAttribute(2, "char", 3, "_pad2[2]", "System.Char[]", false, 6)]
|
||||
public char[] _pad2 = new System.Char[2];
|
||||
[DNAFieldAttribute(4, "Object", "*object", "Object", 8, true, 8)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(5, "Tex", "*tex", "Tex", 8, true, 16)]
|
||||
public Tex ptr_tex;
|
||||
[DNAFieldAttribute(6, "char", "uvname[68]", "System.Char[]", 68, false, 24)]
|
||||
[DNAFieldAttribute(8, "Object", 4, "*object", "Object", true, 8)]
|
||||
public Object @object;
|
||||
[DNAFieldAttribute(8, "Tex", 5, "*tex", "Tex", true, 16)]
|
||||
public Tex tex;
|
||||
[DNAFieldAttribute(68, "char", 6, "uvname[68]", "System.Char[]", false, 24)]
|
||||
public char[] uvname = new System.Char[68];
|
||||
[DNAFieldAttribute(7, "char", "projx", "char", 1, false, 92)]
|
||||
[DNAFieldAttribute(1, "char", 7, "projx", "char", false, 92)]
|
||||
public char projx;
|
||||
[DNAFieldAttribute(8, "char", "projy", "char", 1, false, 93)]
|
||||
[DNAFieldAttribute(1, "char", 8, "projy", "char", false, 93)]
|
||||
public char projy;
|
||||
[DNAFieldAttribute(9, "char", "projz", "char", 1, false, 94)]
|
||||
[DNAFieldAttribute(1, "char", 9, "projz", "char", false, 94)]
|
||||
public char projz;
|
||||
[DNAFieldAttribute(10, "char", "mapping", "char", 1, false, 95)]
|
||||
[DNAFieldAttribute(1, "char", 10, "mapping", "char", false, 95)]
|
||||
public char mapping;
|
||||
[DNAFieldAttribute(11, "char", "brush_map_mode", "char", 1, false, 96)]
|
||||
[DNAFieldAttribute(1, "char", 11, "brush_map_mode", "char", false, 96)]
|
||||
public char brush_map_mode;
|
||||
[DNAFieldAttribute(12, "char", "brush_angle_mode", "char", 1, false, 97)]
|
||||
[DNAFieldAttribute(1, "char", 12, "brush_angle_mode", "char", false, 97)]
|
||||
public char brush_angle_mode;
|
||||
[DNAFieldAttribute(13, "short", "which_output", "short", 2, false, 98)]
|
||||
[DNAFieldAttribute(2, "short", 13, "which_output", "short", false, 98)]
|
||||
public short which_output;
|
||||
[DNAFieldAttribute(14, "float", "ofs[3]", "System.Single[]", 12, false, 100)]
|
||||
[DNAFieldAttribute(12, "float", 14, "ofs[3]", "System.Single[]", false, 100)]
|
||||
public float[] ofs = new System.Single[3];
|
||||
[DNAFieldAttribute(15, "float", "size[3]", "System.Single[]", 12, false, 112)]
|
||||
[DNAFieldAttribute(12, "float", 15, "size[3]", "System.Single[]", false, 112)]
|
||||
public float[] size = new System.Single[3];
|
||||
[DNAFieldAttribute(16, "float", "rot", "float", 4, false, 124)]
|
||||
[DNAFieldAttribute(4, "float", 16, "rot", "float", false, 124)]
|
||||
public float rot;
|
||||
[DNAFieldAttribute(17, "float", "random_angle", "float", 4, false, 128)]
|
||||
[DNAFieldAttribute(4, "float", 17, "random_angle", "float", false, 128)]
|
||||
public float random_angle;
|
||||
[DNAFieldAttribute(18, "float", "r", "float", 4, false, 132)]
|
||||
[DNAFieldAttribute(4, "float", 18, "r", "float", false, 132)]
|
||||
public float r;
|
||||
[DNAFieldAttribute(19, "float", "g", "float", 4, false, 136)]
|
||||
[DNAFieldAttribute(4, "float", 19, "g", "float", false, 136)]
|
||||
public float g;
|
||||
[DNAFieldAttribute(20, "float", "b", "float", 4, false, 140)]
|
||||
[DNAFieldAttribute(4, "float", 20, "b", "float", false, 140)]
|
||||
public float b;
|
||||
[DNAFieldAttribute(21, "float", "k", "float", 4, false, 144)]
|
||||
[DNAFieldAttribute(4, "float", 21, "k", "float", false, 144)]
|
||||
public float k;
|
||||
[DNAFieldAttribute(22, "float", "def_var", "float", 4, false, 148)]
|
||||
[DNAFieldAttribute(4, "float", 22, "def_var", "float", false, 148)]
|
||||
public float def_var;
|
||||
[DNAFieldAttribute(23, "float", "colfac", "float", 4, false, 152)]
|
||||
[DNAFieldAttribute(4, "float", 23, "colfac", "float", false, 152)]
|
||||
public float colfac;
|
||||
[DNAFieldAttribute(24, "float", "alphafac", "float", 4, false, 156)]
|
||||
[DNAFieldAttribute(4, "float", 24, "alphafac", "float", false, 156)]
|
||||
public float alphafac;
|
||||
[DNAFieldAttribute(25, "float", "timefac", "float", 4, false, 160)]
|
||||
[DNAFieldAttribute(4, "float", 25, "timefac", "float", false, 160)]
|
||||
public float timefac;
|
||||
[DNAFieldAttribute(26, "float", "lengthfac", "float", 4, false, 164)]
|
||||
[DNAFieldAttribute(4, "float", 26, "lengthfac", "float", false, 164)]
|
||||
public float lengthfac;
|
||||
[DNAFieldAttribute(27, "float", "clumpfac", "float", 4, false, 168)]
|
||||
[DNAFieldAttribute(4, "float", 27, "clumpfac", "float", false, 168)]
|
||||
public float clumpfac;
|
||||
[DNAFieldAttribute(28, "float", "dampfac", "float", 4, false, 172)]
|
||||
[DNAFieldAttribute(4, "float", 28, "dampfac", "float", false, 172)]
|
||||
public float dampfac;
|
||||
[DNAFieldAttribute(29, "float", "kinkfac", "float", 4, false, 176)]
|
||||
[DNAFieldAttribute(4, "float", 29, "kinkfac", "float", false, 176)]
|
||||
public float kinkfac;
|
||||
[DNAFieldAttribute(30, "float", "kinkampfac", "float", 4, false, 180)]
|
||||
[DNAFieldAttribute(4, "float", 30, "kinkampfac", "float", false, 180)]
|
||||
public float kinkampfac;
|
||||
[DNAFieldAttribute(31, "float", "roughfac", "float", 4, false, 184)]
|
||||
[DNAFieldAttribute(4, "float", 31, "roughfac", "float", false, 184)]
|
||||
public float roughfac;
|
||||
[DNAFieldAttribute(32, "float", "padensfac", "float", 4, false, 188)]
|
||||
[DNAFieldAttribute(4, "float", 32, "padensfac", "float", false, 188)]
|
||||
public float padensfac;
|
||||
[DNAFieldAttribute(33, "float", "gravityfac", "float", 4, false, 192)]
|
||||
[DNAFieldAttribute(4, "float", 33, "gravityfac", "float", false, 192)]
|
||||
public float gravityfac;
|
||||
[DNAFieldAttribute(34, "float", "lifefac", "float", 4, false, 196)]
|
||||
[DNAFieldAttribute(4, "float", 34, "lifefac", "float", false, 196)]
|
||||
public float lifefac;
|
||||
[DNAFieldAttribute(35, "float", "sizefac", "float", 4, false, 200)]
|
||||
[DNAFieldAttribute(4, "float", 35, "sizefac", "float", false, 200)]
|
||||
public float sizefac;
|
||||
[DNAFieldAttribute(36, "float", "ivelfac", "float", 4, false, 204)]
|
||||
[DNAFieldAttribute(4, "float", 36, "ivelfac", "float", false, 204)]
|
||||
public float ivelfac;
|
||||
[DNAFieldAttribute(37, "float", "fieldfac", "float", 4, false, 208)]
|
||||
[DNAFieldAttribute(4, "float", 37, "fieldfac", "float", false, 208)]
|
||||
public float fieldfac;
|
||||
[DNAFieldAttribute(38, "float", "twistfac", "float", 4, false, 212)]
|
||||
[DNAFieldAttribute(4, "float", 38, "twistfac", "float", false, 212)]
|
||||
public float twistfac;
|
||||
public MTex() {
|
||||
this.texco = default;
|
||||
this.mapto = default;
|
||||
this.blendtype = default;
|
||||
this._pad2 = default;
|
||||
this.ptr_object = default;
|
||||
this.ptr_tex = default;
|
||||
this.@object = default;
|
||||
this.tex = default;
|
||||
this.uvname = default;
|
||||
this.projx = default;
|
||||
this.projy = default;
|
||||
@@ -139,8 +139,8 @@ namespace BlendFile.DNA {
|
||||
short mapto,
|
||||
short blendtype,
|
||||
char[] _pad2,
|
||||
Object ptr_object,
|
||||
Tex ptr_tex,
|
||||
Object @object,
|
||||
Tex tex,
|
||||
char[] uvname,
|
||||
char projx,
|
||||
char projy,
|
||||
@@ -178,8 +178,8 @@ namespace BlendFile.DNA {
|
||||
this.mapto = mapto;
|
||||
this.blendtype = blendtype;
|
||||
this._pad2 = _pad2;
|
||||
this.ptr_object = ptr_object;
|
||||
this.ptr_tex = ptr_tex;
|
||||
this.@object = @object;
|
||||
this.tex = tex;
|
||||
this.uvname = uvname;
|
||||
this.projx = projx;
|
||||
this.projy = projy;
|
||||
|
||||
Reference in New Issue
Block a user