updated generated files
This commit is contained in:
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
|
||||
public ColorBand gradient;
|
||||
[DNAFieldAttribute(8, "PaintCurve", 9, "*paint_curve", "PaintCurve", true, 704)]
|
||||
public PaintCurve paint_curve;
|
||||
[DNAArrayAttribute(1024, "char", 10, "icon_filepath[1024]", "System.Char[]", 1024, 712)]
|
||||
[DNAArrayAttribute(1024, "char", 10, "icon_filepath[1024]", "System.Char[]", 1024, false, 712)]
|
||||
public char[] icon_filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(4, "float", 11, "normal_weight", "float", false, 1736)]
|
||||
public float normal_weight;
|
||||
@@ -73,7 +73,7 @@ namespace BlendFile.DNA {
|
||||
public float smooth_stroke_factor;
|
||||
[DNAFieldAttribute(4, "float", 28, "rate", "float", false, 1800)]
|
||||
public float rate;
|
||||
[DNAArrayAttribute(12, "float", 29, "rgb[3]", "System.Single[]", 3, 1804)]
|
||||
[DNAArrayAttribute(12, "float", 29, "rgb[3]", "System.Single[]", 3, false, 1804)]
|
||||
public float[] rgb = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 30, "alpha", "float", false, 1816)]
|
||||
public float alpha;
|
||||
@@ -93,7 +93,7 @@ namespace BlendFile.DNA {
|
||||
public float tip_roundness;
|
||||
[DNAFieldAttribute(4, "float", 38, "tip_scale_x", "float", false, 1848)]
|
||||
public float tip_scale_x;
|
||||
[DNAArrayAttribute(12, "float", 39, "secondary_rgb[3]", "System.Single[]", 3, 1852)]
|
||||
[DNAArrayAttribute(12, "float", 39, "secondary_rgb[3]", "System.Single[]", 3, false, 1852)]
|
||||
public float[] secondary_rgb = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 40, "dash_ratio", "float", false, 1864)]
|
||||
public float dash_ratio;
|
||||
@@ -135,7 +135,7 @@ namespace BlendFile.DNA {
|
||||
public char gpencil_weight_tool;
|
||||
[DNAFieldAttribute(1, "char", 59, "curves_sculpt_tool", "char", false, 1901)]
|
||||
public char curves_sculpt_tool;
|
||||
[DNAArrayAttribute(6, "char", 60, "_pad1[6]", "System.Char[]", 6, 1902)]
|
||||
[DNAArrayAttribute(6, "char", 60, "_pad1[6]", "System.Char[]", 6, false, 1902)]
|
||||
public char[] _pad1 = new System.Char[6];
|
||||
[DNAFieldAttribute(4, "float", 61, "autosmooth_factor", "float", false, 1908)]
|
||||
public float autosmooth_factor;
|
||||
@@ -243,17 +243,17 @@ namespace BlendFile.DNA {
|
||||
public int blur_mode;
|
||||
[DNAFieldAttribute(4, "float", 113, "fill_threshold", "float", false, 2116)]
|
||||
public float fill_threshold;
|
||||
[DNAArrayAttribute(16, "float", 114, "add_col[4]", "System.Single[]", 4, 2120)]
|
||||
[DNAArrayAttribute(16, "float", 114, "add_col[4]", "System.Single[]", 4, false, 2120)]
|
||||
public float[] add_col = new System.Single[4];
|
||||
[DNAArrayAttribute(16, "float", 115, "sub_col[4]", "System.Single[]", 4, 2136)]
|
||||
[DNAArrayAttribute(16, "float", 115, "sub_col[4]", "System.Single[]", 4, false, 2136)]
|
||||
public float[] sub_col = new System.Single[4];
|
||||
[DNAArrayAttribute(8, "float", 116, "stencil_pos[2]", "System.Single[]", 2, 2152)]
|
||||
[DNAArrayAttribute(8, "float", 116, "stencil_pos[2]", "System.Single[]", 2, false, 2152)]
|
||||
public float[] stencil_pos = new System.Single[2];
|
||||
[DNAArrayAttribute(8, "float", 117, "stencil_dimension[2]", "System.Single[]", 2, 2160)]
|
||||
[DNAArrayAttribute(8, "float", 117, "stencil_dimension[2]", "System.Single[]", 2, false, 2160)]
|
||||
public float[] stencil_dimension = new System.Single[2];
|
||||
[DNAArrayAttribute(8, "float", 118, "mask_stencil_pos[2]", "System.Single[]", 2, 2168)]
|
||||
[DNAArrayAttribute(8, "float", 118, "mask_stencil_pos[2]", "System.Single[]", 2, false, 2168)]
|
||||
public float[] mask_stencil_pos = new System.Single[2];
|
||||
[DNAArrayAttribute(8, "float", 119, "mask_stencil_dimension[2]", "System.Single[]", 2, 2176)]
|
||||
[DNAArrayAttribute(8, "float", 119, "mask_stencil_dimension[2]", "System.Single[]", 2, false, 2176)]
|
||||
public float[] mask_stencil_dimension = new System.Single[2];
|
||||
[DNAFieldAttribute(8, "BrushGpencilSettings", 120, "*gpencil_settings", "BrushGpencilSettings", true, 2184)]
|
||||
public BrushGpencilSettings gpencil_settings;
|
||||
|
||||
Reference in New Issue
Block a user