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,63 +15,63 @@ namespace BlendFile.DNA {
[DNAClassAttribute(262, "bGPDstroke")]
public class bGPDstroke {
[DNAFieldAttribute(0, "bGPDstroke", "*next", "bGPDstroke", 472)]
[DNAFieldAttribute(0, "bGPDstroke", "*next", "bGPDstroke", 4, true)]
public bGPDstroke ptr_next;
[DNAFieldAttribute(1, "bGPDstroke", "*prev", "bGPDstroke", 472)]
[DNAFieldAttribute(1, "bGPDstroke", "*prev", "bGPDstroke", 4, true)]
public bGPDstroke ptr_prev;
[DNAFieldAttribute(2, "bGPDspoint", "*points", "bGPDspoint", 80)]
[DNAFieldAttribute(2, "bGPDspoint", "*points", "bGPDspoint", 4, true)]
public bGPDspoint ptr_points;
[DNAFieldAttribute(3, "bGPDtriangle", "*triangles", "bGPDtriangle", 12)]
[DNAFieldAttribute(3, "bGPDtriangle", "*triangles", "bGPDtriangle", 4, true)]
public bGPDtriangle ptr_triangles;
[DNAFieldAttribute(4, "int", "totpoints", "int", 4)]
[DNAFieldAttribute(4, "int", "totpoints", "int", 4, false)]
public int totpoints;
[DNAFieldAttribute(5, "int", "tot_triangles", "int", 4)]
[DNAFieldAttribute(5, "int", "tot_triangles", "int", 4, false)]
public int tot_triangles;
[DNAFieldAttribute(6, "short", "thickness", "short", 2)]
[DNAFieldAttribute(6, "short", "thickness", "short", 2, false)]
public short thickness;
[DNAFieldAttribute(7, "short", "flag", "short", 2)]
[DNAFieldAttribute(7, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(8, "short", "_pad[2]", "System.Int16[]", 2)]
[DNAFieldAttribute(8, "short", "_pad[2]", "System.Int16[]", 4, false)]
public short[] _pad = new System.Int16[2];
[DNAFieldAttribute(9, "double", "inittime", "double", 8)]
[DNAFieldAttribute(9, "double", "inittime", "double", 8, false)]
public double inittime;
[DNAFieldAttribute(10, "char", "colorname[128]", "System.Char[]", 1)]
[DNAFieldAttribute(10, "char", "colorname[128]", "System.Char[]", 128, false)]
public char[] colorname = new System.Char[128];
[DNAFieldAttribute(11, "int", "mat_nr", "int", 4)]
[DNAFieldAttribute(11, "int", "mat_nr", "int", 4, false)]
public int mat_nr;
[DNAFieldAttribute(12, "short", "caps[2]", "System.Int16[]", 2)]
[DNAFieldAttribute(12, "short", "caps[2]", "System.Int16[]", 4, false)]
public short[] caps = new System.Int16[2];
[DNAFieldAttribute(13, "float", "gradient_f", "float", 4)]
[DNAFieldAttribute(13, "float", "gradient_f", "float", 4, false)]
public float gradient_f;
[DNAFieldAttribute(14, "float", "gradient_s[2]", "System.Single[]", 4)]
[DNAFieldAttribute(14, "float", "gradient_s[2]", "System.Single[]", 8, false)]
public float[] gradient_s = new System.Single[2];
[DNAFieldAttribute(15, "float", "fill_opacity_fac", "float", 4)]
[DNAFieldAttribute(15, "float", "fill_opacity_fac", "float", 4, false)]
public float fill_opacity_fac;
[DNAFieldAttribute(16, "float", "boundbox_min[3]", "System.Single[]", 4)]
[DNAFieldAttribute(16, "float", "boundbox_min[3]", "System.Single[]", 12, false)]
public float[] boundbox_min = new System.Single[3];
[DNAFieldAttribute(17, "float", "boundbox_max[3]", "System.Single[]", 4)]
[DNAFieldAttribute(17, "float", "boundbox_max[3]", "System.Single[]", 12, false)]
public float[] boundbox_max = new System.Single[3];
[DNAFieldAttribute(18, "float", "uv_rotation", "float", 4)]
[DNAFieldAttribute(18, "float", "uv_rotation", "float", 4, false)]
public float uv_rotation;
[DNAFieldAttribute(19, "float", "uv_translation[2]", "System.Single[]", 4)]
[DNAFieldAttribute(19, "float", "uv_translation[2]", "System.Single[]", 8, false)]
public float[] uv_translation = new System.Single[2];
[DNAFieldAttribute(20, "float", "uv_scale", "float", 4)]
[DNAFieldAttribute(20, "float", "uv_scale", "float", 4, false)]
public float uv_scale;
[DNAFieldAttribute(21, "int", "select_index", "int", 4)]
[DNAFieldAttribute(21, "int", "select_index", "int", 4, false)]
public int select_index;
[DNAFieldAttribute(22, "char", "_pad4[4]", "System.Char[]", 1)]
[DNAFieldAttribute(22, "char", "_pad4[4]", "System.Char[]", 4, false)]
public char[] _pad4 = new System.Char[4];
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 16)]
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 4, true)]
public MDeformVert ptr_dvert;
[DNAFieldAttribute(24, "void", "*_pad3", "void", 0)]
[DNAFieldAttribute(24, "void", "*_pad3", "void", 4, true)]
public object ptr__pad3;
[DNAFieldAttribute(25, "float", "vert_color_fill[4]", "System.Single[]", 4)]
[DNAFieldAttribute(25, "float", "vert_color_fill[4]", "System.Single[]", 16, false)]
public float[] vert_color_fill = new System.Single[4];
[DNAFieldAttribute(26, "bGPDcurve", "*editcurve", "bGPDcurve", 16)]
[DNAFieldAttribute(26, "bGPDcurve", "*editcurve", "bGPDcurve", 4, true)]
public bGPDcurve ptr_editcurve;
[DNAFieldAttribute(27, "bGPDstroke_Runtime", "runtime", "bGPDstroke_Runtime", 168)]
[DNAFieldAttribute(27, "bGPDstroke_Runtime", "runtime", "bGPDstroke_Runtime", 168, false)]
public bGPDstroke_Runtime runtime;
[DNAFieldAttribute(28, "void", "*_pad5", "void", 0)]
[DNAFieldAttribute(28, "void", "*_pad5", "void", 4, true)]
public object ptr__pad5;
public bGPDstroke() {
this.ptr_next = default;