regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,83 +15,83 @@ namespace BlendFile.DNA {
[DNAClassAttribute(132, "MTex")]
public class MTex {
[DNAFieldAttribute(0, "short", "texco", "short", 2)]
[DNAFieldAttribute(0, "short", "texco", "short", 2, false)]
public short texco;
[DNAFieldAttribute(1, "short", "mapto", "short", 2)]
[DNAFieldAttribute(1, "short", "mapto", "short", 2, false)]
public short mapto;
[DNAFieldAttribute(2, "short", "blendtype", "short", 2)]
[DNAFieldAttribute(2, "short", "blendtype", "short", 2, false)]
public short blendtype;
[DNAFieldAttribute(3, "char", "_pad2[2]", "System.Char[]", 1)]
[DNAFieldAttribute(3, "char", "_pad2[2]", "System.Char[]", 2, false)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(4, "Object", "*object", "Object", 1160)]
[DNAFieldAttribute(4, "Object", "*object", "Object", 4, true)]
public Object ptr_object;
[DNAFieldAttribute(5, "Tex", "*tex", "Tex", 488)]
[DNAFieldAttribute(5, "Tex", "*tex", "Tex", 4, true)]
public Tex ptr_tex;
[DNAFieldAttribute(6, "char", "uvname[68]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "uvname[68]", "System.Char[]", 68, false)]
public char[] uvname = new System.Char[68];
[DNAFieldAttribute(7, "char", "projx", "char", 1)]
[DNAFieldAttribute(7, "char", "projx", "char", 1, false)]
public char projx;
[DNAFieldAttribute(8, "char", "projy", "char", 1)]
[DNAFieldAttribute(8, "char", "projy", "char", 1, false)]
public char projy;
[DNAFieldAttribute(9, "char", "projz", "char", 1)]
[DNAFieldAttribute(9, "char", "projz", "char", 1, false)]
public char projz;
[DNAFieldAttribute(10, "char", "mapping", "char", 1)]
[DNAFieldAttribute(10, "char", "mapping", "char", 1, false)]
public char mapping;
[DNAFieldAttribute(11, "char", "brush_map_mode", "char", 1)]
[DNAFieldAttribute(11, "char", "brush_map_mode", "char", 1, false)]
public char brush_map_mode;
[DNAFieldAttribute(12, "char", "brush_angle_mode", "char", 1)]
[DNAFieldAttribute(12, "char", "brush_angle_mode", "char", 1, false)]
public char brush_angle_mode;
[DNAFieldAttribute(13, "short", "which_output", "short", 2)]
[DNAFieldAttribute(13, "short", "which_output", "short", 2, false)]
public short which_output;
[DNAFieldAttribute(14, "float", "ofs[3]", "System.Single[]", 4)]
[DNAFieldAttribute(14, "float", "ofs[3]", "System.Single[]", 12, false)]
public float[] ofs = new System.Single[3];
[DNAFieldAttribute(15, "float", "size[3]", "System.Single[]", 4)]
[DNAFieldAttribute(15, "float", "size[3]", "System.Single[]", 12, false)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(16, "float", "rot", "float", 4)]
[DNAFieldAttribute(16, "float", "rot", "float", 4, false)]
public float rot;
[DNAFieldAttribute(17, "float", "random_angle", "float", 4)]
[DNAFieldAttribute(17, "float", "random_angle", "float", 4, false)]
public float random_angle;
[DNAFieldAttribute(18, "float", "r", "float", 4)]
[DNAFieldAttribute(18, "float", "r", "float", 4, false)]
public float r;
[DNAFieldAttribute(19, "float", "g", "float", 4)]
[DNAFieldAttribute(19, "float", "g", "float", 4, false)]
public float g;
[DNAFieldAttribute(20, "float", "b", "float", 4)]
[DNAFieldAttribute(20, "float", "b", "float", 4, false)]
public float b;
[DNAFieldAttribute(21, "float", "k", "float", 4)]
[DNAFieldAttribute(21, "float", "k", "float", 4, false)]
public float k;
[DNAFieldAttribute(22, "float", "def_var", "float", 4)]
[DNAFieldAttribute(22, "float", "def_var", "float", 4, false)]
public float def_var;
[DNAFieldAttribute(23, "float", "colfac", "float", 4)]
[DNAFieldAttribute(23, "float", "colfac", "float", 4, false)]
public float colfac;
[DNAFieldAttribute(24, "float", "alphafac", "float", 4)]
[DNAFieldAttribute(24, "float", "alphafac", "float", 4, false)]
public float alphafac;
[DNAFieldAttribute(25, "float", "timefac", "float", 4)]
[DNAFieldAttribute(25, "float", "timefac", "float", 4, false)]
public float timefac;
[DNAFieldAttribute(26, "float", "lengthfac", "float", 4)]
[DNAFieldAttribute(26, "float", "lengthfac", "float", 4, false)]
public float lengthfac;
[DNAFieldAttribute(27, "float", "clumpfac", "float", 4)]
[DNAFieldAttribute(27, "float", "clumpfac", "float", 4, false)]
public float clumpfac;
[DNAFieldAttribute(28, "float", "dampfac", "float", 4)]
[DNAFieldAttribute(28, "float", "dampfac", "float", 4, false)]
public float dampfac;
[DNAFieldAttribute(29, "float", "kinkfac", "float", 4)]
[DNAFieldAttribute(29, "float", "kinkfac", "float", 4, false)]
public float kinkfac;
[DNAFieldAttribute(30, "float", "kinkampfac", "float", 4)]
[DNAFieldAttribute(30, "float", "kinkampfac", "float", 4, false)]
public float kinkampfac;
[DNAFieldAttribute(31, "float", "roughfac", "float", 4)]
[DNAFieldAttribute(31, "float", "roughfac", "float", 4, false)]
public float roughfac;
[DNAFieldAttribute(32, "float", "padensfac", "float", 4)]
[DNAFieldAttribute(32, "float", "padensfac", "float", 4, false)]
public float padensfac;
[DNAFieldAttribute(33, "float", "gravityfac", "float", 4)]
[DNAFieldAttribute(33, "float", "gravityfac", "float", 4, false)]
public float gravityfac;
[DNAFieldAttribute(34, "float", "lifefac", "float", 4)]
[DNAFieldAttribute(34, "float", "lifefac", "float", 4, false)]
public float lifefac;
[DNAFieldAttribute(35, "float", "sizefac", "float", 4)]
[DNAFieldAttribute(35, "float", "sizefac", "float", 4, false)]
public float sizefac;
[DNAFieldAttribute(36, "float", "ivelfac", "float", 4)]
[DNAFieldAttribute(36, "float", "ivelfac", "float", 4, false)]
public float ivelfac;
[DNAFieldAttribute(37, "float", "fieldfac", "float", 4)]
[DNAFieldAttribute(37, "float", "fieldfac", "float", 4, false)]
public float fieldfac;
[DNAFieldAttribute(38, "float", "twistfac", "float", 4)]
[DNAFieldAttribute(38, "float", "twistfac", "float", 4, false)]
public float twistfac;
public MTex() {
this.texco = default;