Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,255 +15,255 @@ namespace BlendFile.DNA {
[DNAClassAttribute(131, "Brush", 2216)]
public class Brush {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
public ID id;
[DNAFieldAttribute(1, "BrushClone", "clone", "BrushClone", 24, false)]
[DNAFieldAttribute(1, "BrushClone", "clone", "BrushClone", 24, false, 208)]
public BrushClone clone;
[DNAFieldAttribute(2, "CurveMapping", "*curve", "CurveMapping", 8, true)]
[DNAFieldAttribute(2, "CurveMapping", "*curve", "CurveMapping", 8, true, 232)]
public CurveMapping ptr_curve;
[DNAFieldAttribute(3, "MTex", "mtex", "MTex", 216, false)]
[DNAFieldAttribute(3, "MTex", "mtex", "MTex", 216, false, 240)]
public MTex mtex;
[DNAFieldAttribute(4, "MTex", "mask_mtex", "MTex", 216, false)]
[DNAFieldAttribute(4, "MTex", "mask_mtex", "MTex", 216, false, 456)]
public MTex mask_mtex;
[DNAFieldAttribute(5, "Brush", "*toggle_brush", "Brush", 8, true)]
[DNAFieldAttribute(5, "Brush", "*toggle_brush", "Brush", 8, true, 672)]
public Brush ptr_toggle_brush;
[DNAFieldAttribute(6, "ImBuf", "*icon_imbuf", "ImBuf", 8, true)]
[DNAFieldAttribute(6, "ImBuf", "*icon_imbuf", "ImBuf", 8, true, 680)]
public ImBuf ptr_icon_imbuf;
[DNAFieldAttribute(7, "PreviewImage", "*preview", "PreviewImage", 8, true)]
[DNAFieldAttribute(7, "PreviewImage", "*preview", "PreviewImage", 8, true, 688)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(8, "ColorBand", "*gradient", "ColorBand", 8, true)]
[DNAFieldAttribute(8, "ColorBand", "*gradient", "ColorBand", 8, true, 696)]
public ColorBand ptr_gradient;
[DNAFieldAttribute(9, "PaintCurve", "*paint_curve", "PaintCurve", 8, true)]
[DNAFieldAttribute(9, "PaintCurve", "*paint_curve", "PaintCurve", 8, true, 704)]
public PaintCurve ptr_paint_curve;
[DNAFieldAttribute(10, "char", "icon_filepath[1024]", "System.Char[]", 1024, false)]
[DNAFieldAttribute(10, "char", "icon_filepath[1024]", "System.Char[]", 1024, false, 712)]
public char[] icon_filepath = new System.Char[1024];
[DNAFieldAttribute(11, "float", "normal_weight", "float", 4, false)]
[DNAFieldAttribute(11, "float", "normal_weight", "float", 4, false, 1736)]
public float normal_weight;
[DNAFieldAttribute(12, "float", "rake_factor", "float", 4, false)]
[DNAFieldAttribute(12, "float", "rake_factor", "float", 4, false, 1740)]
public float rake_factor;
[DNAFieldAttribute(13, "short", "blend", "short", 2, false)]
[DNAFieldAttribute(13, "short", "blend", "short", 2, false, 1744)]
public short blend;
[DNAFieldAttribute(14, "short", "ob_mode", "short", 2, false)]
[DNAFieldAttribute(14, "short", "ob_mode", "short", 2, false, 1746)]
public short ob_mode;
[DNAFieldAttribute(15, "float", "weight", "float", 4, false)]
[DNAFieldAttribute(15, "float", "weight", "float", 4, false, 1748)]
public float weight;
[DNAFieldAttribute(16, "int", "size", "int", 4, false)]
[DNAFieldAttribute(16, "int", "size", "int", 4, false, 1752)]
public int size;
[DNAFieldAttribute(17, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(17, "int", "flag", "int", 4, false, 1756)]
public int flag;
[DNAFieldAttribute(18, "int", "flag2", "int", 4, false)]
[DNAFieldAttribute(18, "int", "flag2", "int", 4, false, 1760)]
public int flag2;
[DNAFieldAttribute(19, "int", "sampling_flag", "int", 4, false)]
[DNAFieldAttribute(19, "int", "sampling_flag", "int", 4, false, 1764)]
public int sampling_flag;
[DNAFieldAttribute(20, "int", "input_samples", "int", 4, false)]
[DNAFieldAttribute(20, "int", "input_samples", "int", 4, false, 1768)]
public int input_samples;
[DNAFieldAttribute(21, "int", "mask_pressure", "int", 4, false)]
[DNAFieldAttribute(21, "int", "mask_pressure", "int", 4, false, 1772)]
public int mask_pressure;
[DNAFieldAttribute(22, "float", "jitter", "float", 4, false)]
[DNAFieldAttribute(22, "float", "jitter", "float", 4, false, 1776)]
public float jitter;
[DNAFieldAttribute(23, "int", "jitter_absolute", "int", 4, false)]
[DNAFieldAttribute(23, "int", "jitter_absolute", "int", 4, false, 1780)]
public int jitter_absolute;
[DNAFieldAttribute(24, "int", "overlay_flags", "int", 4, false)]
[DNAFieldAttribute(24, "int", "overlay_flags", "int", 4, false, 1784)]
public int overlay_flags;
[DNAFieldAttribute(25, "int", "spacing", "int", 4, false)]
[DNAFieldAttribute(25, "int", "spacing", "int", 4, false, 1788)]
public int spacing;
[DNAFieldAttribute(26, "int", "smooth_stroke_radius", "int", 4, false)]
[DNAFieldAttribute(26, "int", "smooth_stroke_radius", "int", 4, false, 1792)]
public int smooth_stroke_radius;
[DNAFieldAttribute(27, "float", "smooth_stroke_factor", "float", 4, false)]
[DNAFieldAttribute(27, "float", "smooth_stroke_factor", "float", 4, false, 1796)]
public float smooth_stroke_factor;
[DNAFieldAttribute(28, "float", "rate", "float", 4, false)]
[DNAFieldAttribute(28, "float", "rate", "float", 4, false, 1800)]
public float rate;
[DNAFieldAttribute(29, "float", "rgb[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(29, "float", "rgb[3]", "System.Single[]", 12, false, 1804)]
public float[] rgb = new System.Single[3];
[DNAFieldAttribute(30, "float", "alpha", "float", 4, false)]
[DNAFieldAttribute(30, "float", "alpha", "float", 4, false, 1816)]
public float alpha;
[DNAFieldAttribute(31, "float", "hardness", "float", 4, false)]
[DNAFieldAttribute(31, "float", "hardness", "float", 4, false, 1820)]
public float hardness;
[DNAFieldAttribute(32, "float", "flow", "float", 4, false)]
[DNAFieldAttribute(32, "float", "flow", "float", 4, false, 1824)]
public float flow;
[DNAFieldAttribute(33, "float", "wet_mix", "float", 4, false)]
[DNAFieldAttribute(33, "float", "wet_mix", "float", 4, false, 1828)]
public float wet_mix;
[DNAFieldAttribute(34, "float", "wet_persistence", "float", 4, false)]
[DNAFieldAttribute(34, "float", "wet_persistence", "float", 4, false, 1832)]
public float wet_persistence;
[DNAFieldAttribute(35, "float", "density", "float", 4, false)]
[DNAFieldAttribute(35, "float", "density", "float", 4, false, 1836)]
public float density;
[DNAFieldAttribute(36, "int", "paint_flags", "int", 4, false)]
[DNAFieldAttribute(36, "int", "paint_flags", "int", 4, false, 1840)]
public int paint_flags;
[DNAFieldAttribute(37, "float", "tip_roundness", "float", 4, false)]
[DNAFieldAttribute(37, "float", "tip_roundness", "float", 4, false, 1844)]
public float tip_roundness;
[DNAFieldAttribute(38, "float", "tip_scale_x", "float", 4, false)]
[DNAFieldAttribute(38, "float", "tip_scale_x", "float", 4, false, 1848)]
public float tip_scale_x;
[DNAFieldAttribute(39, "float", "secondary_rgb[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(39, "float", "secondary_rgb[3]", "System.Single[]", 12, false, 1852)]
public float[] secondary_rgb = new System.Single[3];
[DNAFieldAttribute(40, "float", "dash_ratio", "float", 4, false)]
[DNAFieldAttribute(40, "float", "dash_ratio", "float", 4, false, 1864)]
public float dash_ratio;
[DNAFieldAttribute(41, "int", "dash_samples", "int", 4, false)]
[DNAFieldAttribute(41, "int", "dash_samples", "int", 4, false, 1868)]
public int dash_samples;
[DNAFieldAttribute(42, "int", "sculpt_plane", "int", 4, false)]
[DNAFieldAttribute(42, "int", "sculpt_plane", "int", 4, false, 1872)]
public int sculpt_plane;
[DNAFieldAttribute(43, "float", "plane_offset", "float", 4, false)]
[DNAFieldAttribute(43, "float", "plane_offset", "float", 4, false, 1876)]
public float plane_offset;
[DNAFieldAttribute(44, "int", "gradient_spacing", "int", 4, false)]
[DNAFieldAttribute(44, "int", "gradient_spacing", "int", 4, false, 1880)]
public int gradient_spacing;
[DNAFieldAttribute(45, "char", "gradient_stroke_mode", "char", 1, false)]
[DNAFieldAttribute(45, "char", "gradient_stroke_mode", "char", 1, false, 1884)]
public char gradient_stroke_mode;
[DNAFieldAttribute(46, "char", "gradient_fill_mode", "char", 1, false)]
[DNAFieldAttribute(46, "char", "gradient_fill_mode", "char", 1, false, 1885)]
public char gradient_fill_mode;
[DNAFieldAttribute(47, "char", "has_unsaved_changes", "char", 1, false)]
[DNAFieldAttribute(47, "char", "has_unsaved_changes", "char", 1, false, 1886)]
public char has_unsaved_changes;
[DNAFieldAttribute(48, "char", "falloff_shape", "char", 1, false)]
[DNAFieldAttribute(48, "char", "falloff_shape", "char", 1, false, 1887)]
public char falloff_shape;
[DNAFieldAttribute(49, "float", "falloff_angle", "float", 4, false)]
[DNAFieldAttribute(49, "float", "falloff_angle", "float", 4, false, 1888)]
public float falloff_angle;
[DNAFieldAttribute(50, "char", "sculpt_tool", "char", 1, false)]
[DNAFieldAttribute(50, "char", "sculpt_tool", "char", 1, false, 1892)]
public char sculpt_tool;
[DNAFieldAttribute(51, "char", "vertexpaint_tool", "char", 1, false)]
[DNAFieldAttribute(51, "char", "vertexpaint_tool", "char", 1, false, 1893)]
public char vertexpaint_tool;
[DNAFieldAttribute(52, "char", "weightpaint_tool", "char", 1, false)]
[DNAFieldAttribute(52, "char", "weightpaint_tool", "char", 1, false, 1894)]
public char weightpaint_tool;
[DNAFieldAttribute(53, "char", "imagepaint_tool", "char", 1, false)]
[DNAFieldAttribute(53, "char", "imagepaint_tool", "char", 1, false, 1895)]
public char imagepaint_tool;
[DNAFieldAttribute(54, "char", "mask_tool", "char", 1, false)]
[DNAFieldAttribute(54, "char", "mask_tool", "char", 1, false, 1896)]
public char mask_tool;
[DNAFieldAttribute(55, "char", "gpencil_tool", "char", 1, false)]
[DNAFieldAttribute(55, "char", "gpencil_tool", "char", 1, false, 1897)]
public char gpencil_tool;
[DNAFieldAttribute(56, "char", "gpencil_vertex_tool", "char", 1, false)]
[DNAFieldAttribute(56, "char", "gpencil_vertex_tool", "char", 1, false, 1898)]
public char gpencil_vertex_tool;
[DNAFieldAttribute(57, "char", "gpencil_sculpt_tool", "char", 1, false)]
[DNAFieldAttribute(57, "char", "gpencil_sculpt_tool", "char", 1, false, 1899)]
public char gpencil_sculpt_tool;
[DNAFieldAttribute(58, "char", "gpencil_weight_tool", "char", 1, false)]
[DNAFieldAttribute(58, "char", "gpencil_weight_tool", "char", 1, false, 1900)]
public char gpencil_weight_tool;
[DNAFieldAttribute(59, "char", "curves_sculpt_tool", "char", 1, false)]
[DNAFieldAttribute(59, "char", "curves_sculpt_tool", "char", 1, false, 1901)]
public char curves_sculpt_tool;
[DNAFieldAttribute(60, "char", "_pad1[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(60, "char", "_pad1[6]", "System.Char[]", 6, false, 1902)]
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(61, "float", "autosmooth_factor", "float", 4, false)]
[DNAFieldAttribute(61, "float", "autosmooth_factor", "float", 4, false, 1908)]
public float autosmooth_factor;
[DNAFieldAttribute(62, "float", "tilt_strength_factor", "float", 4, false)]
[DNAFieldAttribute(62, "float", "tilt_strength_factor", "float", 4, false, 1912)]
public float tilt_strength_factor;
[DNAFieldAttribute(63, "float", "topology_rake_factor", "float", 4, false)]
[DNAFieldAttribute(63, "float", "topology_rake_factor", "float", 4, false, 1916)]
public float topology_rake_factor;
[DNAFieldAttribute(64, "float", "crease_pinch_factor", "float", 4, false)]
[DNAFieldAttribute(64, "float", "crease_pinch_factor", "float", 4, false, 1920)]
public float crease_pinch_factor;
[DNAFieldAttribute(65, "float", "normal_radius_factor", "float", 4, false)]
[DNAFieldAttribute(65, "float", "normal_radius_factor", "float", 4, false, 1924)]
public float normal_radius_factor;
[DNAFieldAttribute(66, "float", "area_radius_factor", "float", 4, false)]
[DNAFieldAttribute(66, "float", "area_radius_factor", "float", 4, false, 1928)]
public float area_radius_factor;
[DNAFieldAttribute(67, "float", "wet_paint_radius_factor", "float", 4, false)]
[DNAFieldAttribute(67, "float", "wet_paint_radius_factor", "float", 4, false, 1932)]
public float wet_paint_radius_factor;
[DNAFieldAttribute(68, "float", "plane_trim", "float", 4, false)]
[DNAFieldAttribute(68, "float", "plane_trim", "float", 4, false, 1936)]
public float plane_trim;
[DNAFieldAttribute(69, "float", "height", "float", 4, false)]
[DNAFieldAttribute(69, "float", "height", "float", 4, false, 1940)]
public float height;
[DNAFieldAttribute(70, "float", "texture_sample_bias", "float", 4, false)]
[DNAFieldAttribute(70, "float", "texture_sample_bias", "float", 4, false, 1944)]
public float texture_sample_bias;
[DNAFieldAttribute(71, "int", "curve_preset", "int", 4, false)]
[DNAFieldAttribute(71, "int", "curve_preset", "int", 4, false, 1948)]
public int curve_preset;
[DNAFieldAttribute(72, "float", "disconnected_distance_max", "float", 4, false)]
[DNAFieldAttribute(72, "float", "disconnected_distance_max", "float", 4, false, 1952)]
public float disconnected_distance_max;
[DNAFieldAttribute(73, "int", "deform_target", "int", 4, false)]
[DNAFieldAttribute(73, "int", "deform_target", "int", 4, false, 1956)]
public int deform_target;
[DNAFieldAttribute(74, "int", "automasking_flags", "int", 4, false)]
[DNAFieldAttribute(74, "int", "automasking_flags", "int", 4, false, 1960)]
public int automasking_flags;
[DNAFieldAttribute(75, "int", "automasking_boundary_edges_propagation_steps", "int", 4, false)]
[DNAFieldAttribute(75, "int", "automasking_boundary_edges_propagation_steps", "int", 4, false, 1964)]
public int automasking_boundary_edges_propagation_steps;
[DNAFieldAttribute(76, "float", "automasking_start_normal_limit", "float", 4, false)]
[DNAFieldAttribute(76, "float", "automasking_start_normal_limit", "float", 4, false, 1968)]
public float automasking_start_normal_limit;
[DNAFieldAttribute(77, "float", "automasking_start_normal_falloff", "float", 4, false)]
[DNAFieldAttribute(77, "float", "automasking_start_normal_falloff", "float", 4, false, 1972)]
public float automasking_start_normal_falloff;
[DNAFieldAttribute(78, "float", "automasking_view_normal_limit", "float", 4, false)]
[DNAFieldAttribute(78, "float", "automasking_view_normal_limit", "float", 4, false, 1976)]
public float automasking_view_normal_limit;
[DNAFieldAttribute(79, "float", "automasking_view_normal_falloff", "float", 4, false)]
[DNAFieldAttribute(79, "float", "automasking_view_normal_falloff", "float", 4, false, 1980)]
public float automasking_view_normal_falloff;
[DNAFieldAttribute(80, "int", "elastic_deform_type", "int", 4, false)]
[DNAFieldAttribute(80, "int", "elastic_deform_type", "int", 4, false, 1984)]
public int elastic_deform_type;
[DNAFieldAttribute(81, "float", "elastic_deform_volume_preservation", "float", 4, false)]
[DNAFieldAttribute(81, "float", "elastic_deform_volume_preservation", "float", 4, false, 1988)]
public float elastic_deform_volume_preservation;
[DNAFieldAttribute(82, "int", "snake_hook_deform_type", "int", 4, false)]
[DNAFieldAttribute(82, "int", "snake_hook_deform_type", "int", 4, false, 1992)]
public int snake_hook_deform_type;
[DNAFieldAttribute(83, "int", "pose_deform_type", "int", 4, false)]
[DNAFieldAttribute(83, "int", "pose_deform_type", "int", 4, false, 1996)]
public int pose_deform_type;
[DNAFieldAttribute(84, "float", "pose_offset", "float", 4, false)]
[DNAFieldAttribute(84, "float", "pose_offset", "float", 4, false, 2000)]
public float pose_offset;
[DNAFieldAttribute(85, "int", "pose_smooth_iterations", "int", 4, false)]
[DNAFieldAttribute(85, "int", "pose_smooth_iterations", "int", 4, false, 2004)]
public int pose_smooth_iterations;
[DNAFieldAttribute(86, "int", "pose_ik_segments", "int", 4, false)]
[DNAFieldAttribute(86, "int", "pose_ik_segments", "int", 4, false, 2008)]
public int pose_ik_segments;
[DNAFieldAttribute(87, "int", "pose_origin_type", "int", 4, false)]
[DNAFieldAttribute(87, "int", "pose_origin_type", "int", 4, false, 2012)]
public int pose_origin_type;
[DNAFieldAttribute(88, "int", "boundary_deform_type", "int", 4, false)]
[DNAFieldAttribute(88, "int", "boundary_deform_type", "int", 4, false, 2016)]
public int boundary_deform_type;
[DNAFieldAttribute(89, "int", "boundary_falloff_type", "int", 4, false)]
[DNAFieldAttribute(89, "int", "boundary_falloff_type", "int", 4, false, 2020)]
public int boundary_falloff_type;
[DNAFieldAttribute(90, "float", "boundary_offset", "float", 4, false)]
[DNAFieldAttribute(90, "float", "boundary_offset", "float", 4, false, 2024)]
public float boundary_offset;
[DNAFieldAttribute(91, "int", "cloth_deform_type", "int", 4, false)]
[DNAFieldAttribute(91, "int", "cloth_deform_type", "int", 4, false, 2028)]
public int cloth_deform_type;
[DNAFieldAttribute(92, "int", "cloth_force_falloff_type", "int", 4, false)]
[DNAFieldAttribute(92, "int", "cloth_force_falloff_type", "int", 4, false, 2032)]
public int cloth_force_falloff_type;
[DNAFieldAttribute(93, "int", "cloth_simulation_area_type", "int", 4, false)]
[DNAFieldAttribute(93, "int", "cloth_simulation_area_type", "int", 4, false, 2036)]
public int cloth_simulation_area_type;
[DNAFieldAttribute(94, "float", "cloth_mass", "float", 4, false)]
[DNAFieldAttribute(94, "float", "cloth_mass", "float", 4, false, 2040)]
public float cloth_mass;
[DNAFieldAttribute(95, "float", "cloth_damping", "float", 4, false)]
[DNAFieldAttribute(95, "float", "cloth_damping", "float", 4, false, 2044)]
public float cloth_damping;
[DNAFieldAttribute(96, "float", "cloth_sim_limit", "float", 4, false)]
[DNAFieldAttribute(96, "float", "cloth_sim_limit", "float", 4, false, 2048)]
public float cloth_sim_limit;
[DNAFieldAttribute(97, "float", "cloth_sim_falloff", "float", 4, false)]
[DNAFieldAttribute(97, "float", "cloth_sim_falloff", "float", 4, false, 2052)]
public float cloth_sim_falloff;
[DNAFieldAttribute(98, "float", "cloth_constraint_softbody_strength", "float", 4, false)]
[DNAFieldAttribute(98, "float", "cloth_constraint_softbody_strength", "float", 4, false, 2056)]
public float cloth_constraint_softbody_strength;
[DNAFieldAttribute(99, "int", "smooth_deform_type", "int", 4, false)]
[DNAFieldAttribute(99, "int", "smooth_deform_type", "int", 4, false, 2060)]
public int smooth_deform_type;
[DNAFieldAttribute(100, "float", "surface_smooth_shape_preservation", "float", 4, false)]
[DNAFieldAttribute(100, "float", "surface_smooth_shape_preservation", "float", 4, false, 2064)]
public float surface_smooth_shape_preservation;
[DNAFieldAttribute(101, "float", "surface_smooth_current_vertex", "float", 4, false)]
[DNAFieldAttribute(101, "float", "surface_smooth_current_vertex", "float", 4, false, 2068)]
public float surface_smooth_current_vertex;
[DNAFieldAttribute(102, "int", "surface_smooth_iterations", "int", 4, false)]
[DNAFieldAttribute(102, "int", "surface_smooth_iterations", "int", 4, false, 2072)]
public int surface_smooth_iterations;
[DNAFieldAttribute(103, "float", "multiplane_scrape_angle", "float", 4, false)]
[DNAFieldAttribute(103, "float", "multiplane_scrape_angle", "float", 4, false, 2076)]
public float multiplane_scrape_angle;
[DNAFieldAttribute(104, "int", "smear_deform_type", "int", 4, false)]
[DNAFieldAttribute(104, "int", "smear_deform_type", "int", 4, false, 2080)]
public int smear_deform_type;
[DNAFieldAttribute(105, "int", "slide_deform_type", "int", 4, false)]
[DNAFieldAttribute(105, "int", "slide_deform_type", "int", 4, false, 2084)]
public int slide_deform_type;
[DNAFieldAttribute(106, "int", "texture_overlay_alpha", "int", 4, false)]
[DNAFieldAttribute(106, "int", "texture_overlay_alpha", "int", 4, false, 2088)]
public int texture_overlay_alpha;
[DNAFieldAttribute(107, "int", "mask_overlay_alpha", "int", 4, false)]
[DNAFieldAttribute(107, "int", "mask_overlay_alpha", "int", 4, false, 2092)]
public int mask_overlay_alpha;
[DNAFieldAttribute(108, "int", "cursor_overlay_alpha", "int", 4, false)]
[DNAFieldAttribute(108, "int", "cursor_overlay_alpha", "int", 4, false, 2096)]
public int cursor_overlay_alpha;
[DNAFieldAttribute(109, "float", "unprojected_radius", "float", 4, false)]
[DNAFieldAttribute(109, "float", "unprojected_radius", "float", 4, false, 2100)]
public float unprojected_radius;
[DNAFieldAttribute(110, "float", "sharp_threshold", "float", 4, false)]
[DNAFieldAttribute(110, "float", "sharp_threshold", "float", 4, false, 2104)]
public float sharp_threshold;
[DNAFieldAttribute(111, "int", "blur_kernel_radius", "int", 4, false)]
[DNAFieldAttribute(111, "int", "blur_kernel_radius", "int", 4, false, 2108)]
public int blur_kernel_radius;
[DNAFieldAttribute(112, "int", "blur_mode", "int", 4, false)]
[DNAFieldAttribute(112, "int", "blur_mode", "int", 4, false, 2112)]
public int blur_mode;
[DNAFieldAttribute(113, "float", "fill_threshold", "float", 4, false)]
[DNAFieldAttribute(113, "float", "fill_threshold", "float", 4, false, 2116)]
public float fill_threshold;
[DNAFieldAttribute(114, "float", "add_col[4]", "System.Single[]", 16, false)]
[DNAFieldAttribute(114, "float", "add_col[4]", "System.Single[]", 16, false, 2120)]
public float[] add_col = new System.Single[4];
[DNAFieldAttribute(115, "float", "sub_col[4]", "System.Single[]", 16, false)]
[DNAFieldAttribute(115, "float", "sub_col[4]", "System.Single[]", 16, false, 2136)]
public float[] sub_col = new System.Single[4];
[DNAFieldAttribute(116, "float", "stencil_pos[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(116, "float", "stencil_pos[2]", "System.Single[]", 8, false, 2152)]
public float[] stencil_pos = new System.Single[2];
[DNAFieldAttribute(117, "float", "stencil_dimension[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(117, "float", "stencil_dimension[2]", "System.Single[]", 8, false, 2160)]
public float[] stencil_dimension = new System.Single[2];
[DNAFieldAttribute(118, "float", "mask_stencil_pos[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(118, "float", "mask_stencil_pos[2]", "System.Single[]", 8, false, 2168)]
public float[] mask_stencil_pos = new System.Single[2];
[DNAFieldAttribute(119, "float", "mask_stencil_dimension[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(119, "float", "mask_stencil_dimension[2]", "System.Single[]", 8, false, 2176)]
public float[] mask_stencil_dimension = new System.Single[2];
[DNAFieldAttribute(120, "BrushGpencilSettings", "*gpencil_settings", "BrushGpencilSettings", 8, true)]
[DNAFieldAttribute(120, "BrushGpencilSettings", "*gpencil_settings", "BrushGpencilSettings", 8, true, 2184)]
public BrushGpencilSettings ptr_gpencil_settings;
[DNAFieldAttribute(121, "BrushCurvesSculptSettings", "*curves_sculpt_settings", "BrushCurvesSculptSettings", 8, true)]
[DNAFieldAttribute(121, "BrushCurvesSculptSettings", "*curves_sculpt_settings", "BrushCurvesSculptSettings", 8, true, 2192)]
public BrushCurvesSculptSettings ptr_curves_sculpt_settings;
[DNAFieldAttribute(122, "int", "automasking_cavity_blur_steps", "int", 4, false)]
[DNAFieldAttribute(122, "int", "automasking_cavity_blur_steps", "int", 4, false, 2200)]
public int automasking_cavity_blur_steps;
[DNAFieldAttribute(123, "float", "automasking_cavity_factor", "float", 4, false)]
[DNAFieldAttribute(123, "float", "automasking_cavity_factor", "float", 4, false, 2204)]
public float automasking_cavity_factor;
[DNAFieldAttribute(124, "CurveMapping", "*automasking_cavity_curve", "CurveMapping", 8, true)]
[DNAFieldAttribute(124, "CurveMapping", "*automasking_cavity_curve", "CurveMapping", 8, true, 2208)]
public CurveMapping ptr_automasking_cavity_curve;
public Brush() {
this.id = default;