regenerate files
This commit is contained in:
@@ -13,27 +13,27 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(131, "Brush")]
|
||||
[DNAClassAttribute(131, "Brush", 2216)]
|
||||
public class Brush {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "BrushClone", "clone", "BrushClone", 24, false)]
|
||||
public BrushClone clone;
|
||||
[DNAFieldAttribute(2, "CurveMapping", "*curve", "CurveMapping", 4, true)]
|
||||
[DNAFieldAttribute(2, "CurveMapping", "*curve", "CurveMapping", 8, true)]
|
||||
public CurveMapping ptr_curve;
|
||||
[DNAFieldAttribute(3, "MTex", "mtex", "MTex", 216, false)]
|
||||
public MTex mtex;
|
||||
[DNAFieldAttribute(4, "MTex", "mask_mtex", "MTex", 216, false)]
|
||||
public MTex mask_mtex;
|
||||
[DNAFieldAttribute(5, "Brush", "*toggle_brush", "Brush", 4, true)]
|
||||
[DNAFieldAttribute(5, "Brush", "*toggle_brush", "Brush", 8, true)]
|
||||
public Brush ptr_toggle_brush;
|
||||
[DNAFieldAttribute(6, "ImBuf", "*icon_imbuf", "ImBuf", 4, true)]
|
||||
[DNAFieldAttribute(6, "ImBuf", "*icon_imbuf", "ImBuf", 8, true)]
|
||||
public ImBuf ptr_icon_imbuf;
|
||||
[DNAFieldAttribute(7, "PreviewImage", "*preview", "PreviewImage", 4, true)]
|
||||
[DNAFieldAttribute(7, "PreviewImage", "*preview", "PreviewImage", 8, true)]
|
||||
public PreviewImage ptr_preview;
|
||||
[DNAFieldAttribute(8, "ColorBand", "*gradient", "ColorBand", 4, true)]
|
||||
[DNAFieldAttribute(8, "ColorBand", "*gradient", "ColorBand", 8, true)]
|
||||
public ColorBand ptr_gradient;
|
||||
[DNAFieldAttribute(9, "PaintCurve", "*paint_curve", "PaintCurve", 4, true)]
|
||||
[DNAFieldAttribute(9, "PaintCurve", "*paint_curve", "PaintCurve", 8, true)]
|
||||
public PaintCurve ptr_paint_curve;
|
||||
[DNAFieldAttribute(10, "char", "icon_filepath[1024]", "System.Char[]", 1024, false)]
|
||||
public char[] icon_filepath = new System.Char[1024];
|
||||
@@ -255,15 +255,15 @@ namespace BlendFile.DNA {
|
||||
public float[] mask_stencil_pos = new System.Single[2];
|
||||
[DNAFieldAttribute(119, "float", "mask_stencil_dimension[2]", "System.Single[]", 8, false)]
|
||||
public float[] mask_stencil_dimension = new System.Single[2];
|
||||
[DNAFieldAttribute(120, "BrushGpencilSettings", "*gpencil_settings", "BrushGpencilSettings", 4, true)]
|
||||
[DNAFieldAttribute(120, "BrushGpencilSettings", "*gpencil_settings", "BrushGpencilSettings", 8, true)]
|
||||
public BrushGpencilSettings ptr_gpencil_settings;
|
||||
[DNAFieldAttribute(121, "BrushCurvesSculptSettings", "*curves_sculpt_settings", "BrushCurvesSculptSettings", 4, true)]
|
||||
[DNAFieldAttribute(121, "BrushCurvesSculptSettings", "*curves_sculpt_settings", "BrushCurvesSculptSettings", 8, true)]
|
||||
public BrushCurvesSculptSettings ptr_curves_sculpt_settings;
|
||||
[DNAFieldAttribute(122, "int", "automasking_cavity_blur_steps", "int", 4, false)]
|
||||
public int automasking_cavity_blur_steps;
|
||||
[DNAFieldAttribute(123, "float", "automasking_cavity_factor", "float", 4, false)]
|
||||
public float automasking_cavity_factor;
|
||||
[DNAFieldAttribute(124, "CurveMapping", "*automasking_cavity_curve", "CurveMapping", 4, true)]
|
||||
[DNAFieldAttribute(124, "CurveMapping", "*automasking_cavity_curve", "CurveMapping", 8, true)]
|
||||
public CurveMapping ptr_automasking_cavity_curve;
|
||||
public Brush() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user