updated generated files
This commit is contained in:
@@ -31,41 +31,41 @@ namespace BlendFile.DNA {
|
||||
public short thickness;
|
||||
[DNAFieldAttribute(2, "short", 7, "flag", "short", false, 42)]
|
||||
public short flag;
|
||||
[DNAArrayAttribute(4, "short", 8, "_pad[2]", "System.Int16[]", 2, 44)]
|
||||
[DNAArrayAttribute(4, "short", 8, "_pad[2]", "System.Int16[]", 2, false, 44)]
|
||||
public short[] _pad = new System.Int16[2];
|
||||
[DNAFieldAttribute(8, "double", 9, "inittime", "double", false, 48)]
|
||||
public double inittime;
|
||||
[DNAArrayAttribute(128, "char", 10, "colorname[128]", "System.Char[]", 128, 56)]
|
||||
[DNAArrayAttribute(128, "char", 10, "colorname[128]", "System.Char[]", 128, false, 56)]
|
||||
public char[] colorname = new System.Char[128];
|
||||
[DNAFieldAttribute(4, "int", 11, "mat_nr", "int", false, 184)]
|
||||
public int mat_nr;
|
||||
[DNAArrayAttribute(4, "short", 12, "caps[2]", "System.Int16[]", 2, 188)]
|
||||
[DNAArrayAttribute(4, "short", 12, "caps[2]", "System.Int16[]", 2, false, 188)]
|
||||
public short[] caps = new System.Int16[2];
|
||||
[DNAFieldAttribute(4, "float", 13, "gradient_f", "float", false, 192)]
|
||||
public float gradient_f;
|
||||
[DNAArrayAttribute(8, "float", 14, "gradient_s[2]", "System.Single[]", 2, 196)]
|
||||
[DNAArrayAttribute(8, "float", 14, "gradient_s[2]", "System.Single[]", 2, false, 196)]
|
||||
public float[] gradient_s = new System.Single[2];
|
||||
[DNAFieldAttribute(4, "float", 15, "fill_opacity_fac", "float", false, 204)]
|
||||
public float fill_opacity_fac;
|
||||
[DNAArrayAttribute(12, "float", 16, "boundbox_min[3]", "System.Single[]", 3, 208)]
|
||||
[DNAArrayAttribute(12, "float", 16, "boundbox_min[3]", "System.Single[]", 3, false, 208)]
|
||||
public float[] boundbox_min = new System.Single[3];
|
||||
[DNAArrayAttribute(12, "float", 17, "boundbox_max[3]", "System.Single[]", 3, 220)]
|
||||
[DNAArrayAttribute(12, "float", 17, "boundbox_max[3]", "System.Single[]", 3, false, 220)]
|
||||
public float[] boundbox_max = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 18, "uv_rotation", "float", false, 232)]
|
||||
public float uv_rotation;
|
||||
[DNAArrayAttribute(8, "float", 19, "uv_translation[2]", "System.Single[]", 2, 236)]
|
||||
[DNAArrayAttribute(8, "float", 19, "uv_translation[2]", "System.Single[]", 2, false, 236)]
|
||||
public float[] uv_translation = new System.Single[2];
|
||||
[DNAFieldAttribute(4, "float", 20, "uv_scale", "float", false, 244)]
|
||||
public float uv_scale;
|
||||
[DNAFieldAttribute(4, "int", 21, "select_index", "int", false, 248)]
|
||||
public int select_index;
|
||||
[DNAArrayAttribute(4, "char", 22, "_pad4[4]", "System.Char[]", 4, 252)]
|
||||
[DNAArrayAttribute(4, "char", 22, "_pad4[4]", "System.Char[]", 4, false, 252)]
|
||||
public char[] _pad4 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "MDeformVert", 23, "*dvert", "MDeformVert", true, 256)]
|
||||
public MDeformVert dvert;
|
||||
[DNAFieldAttribute(8, "void", 24, "*_pad3", "void", true, 264)]
|
||||
public object _pad3;
|
||||
[DNAArrayAttribute(16, "float", 25, "vert_color_fill[4]", "System.Single[]", 4, 272)]
|
||||
[DNAArrayAttribute(16, "float", 25, "vert_color_fill[4]", "System.Single[]", 4, false, 272)]
|
||||
public float[] vert_color_fill = new System.Single[4];
|
||||
[DNAFieldAttribute(8, "bGPDcurve", 26, "*editcurve", "bGPDcurve", true, 288)]
|
||||
public bGPDcurve editcurve;
|
||||
|
||||
Reference in New Issue
Block a user