Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,116 +15,116 @@ namespace BlendFile.DNA {
[DNAClassAttribute(127, "BrushGpencilSettings", 248)]
public class BrushGpencilSettings {
[DNAFieldAttribute(0, "float", "draw_smoothfac", "float", 4, false, 0)]
[DNAFieldAttribute(4, "float", 0, "draw_smoothfac", "float", false, 0)]
public float draw_smoothfac;
[DNAFieldAttribute(1, "float", "fill_factor", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 1, "fill_factor", "float", false, 4)]
public float fill_factor;
[DNAFieldAttribute(2, "float", "draw_strength", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 2, "draw_strength", "float", false, 8)]
public float draw_strength;
[DNAFieldAttribute(3, "float", "draw_jitter", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 3, "draw_jitter", "float", false, 12)]
public float draw_jitter;
[DNAFieldAttribute(4, "float", "draw_angle", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 4, "draw_angle", "float", false, 16)]
public float draw_angle;
[DNAFieldAttribute(5, "float", "draw_angle_factor", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 5, "draw_angle_factor", "float", false, 20)]
public float draw_angle_factor;
[DNAFieldAttribute(6, "float", "draw_random_press", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 6, "draw_random_press", "float", false, 24)]
public float draw_random_press;
[DNAFieldAttribute(7, "float", "draw_random_strength", "float", 4, false, 28)]
[DNAFieldAttribute(4, "float", 7, "draw_random_strength", "float", false, 28)]
public float draw_random_strength;
[DNAFieldAttribute(8, "short", "draw_smoothlvl", "short", 2, false, 32)]
[DNAFieldAttribute(2, "short", 8, "draw_smoothlvl", "short", false, 32)]
public short draw_smoothlvl;
[DNAFieldAttribute(9, "short", "draw_subdivide", "short", 2, false, 34)]
[DNAFieldAttribute(2, "short", 9, "draw_subdivide", "short", false, 34)]
public short draw_subdivide;
[DNAFieldAttribute(10, "short", "fill_layer_mode", "short", 2, false, 36)]
[DNAFieldAttribute(2, "short", 10, "fill_layer_mode", "short", false, 36)]
public short fill_layer_mode;
[DNAFieldAttribute(11, "short", "fill_direction", "short", 2, false, 38)]
[DNAFieldAttribute(2, "short", 11, "fill_direction", "short", false, 38)]
public short fill_direction;
[DNAFieldAttribute(12, "float", "fill_threshold", "float", 4, false, 40)]
[DNAFieldAttribute(4, "float", 12, "fill_threshold", "float", false, 40)]
public float fill_threshold;
[DNAFieldAttribute(13, "char", "_pad2[2]", "System.Char[]", 2, false, 44)]
[DNAFieldAttribute(2, "char", 13, "_pad2[2]", "System.Char[]", false, 44)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(14, "int8_t", "caps_type", "int8_t", 1, false, 46)]
[DNAFieldAttribute(1, "int8_t", 14, "caps_type", "int8_t", false, 46)]
public sbyte caps_type;
[DNAFieldAttribute(15, "char", "_pad[1]", "System.Char[]", 1, false, 47)]
[DNAFieldAttribute(1, "char", 15, "_pad[1]", "System.Char[]", false, 47)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(16, "int", "flag2", "int", 4, false, 48)]
[DNAFieldAttribute(4, "int", 16, "flag2", "int", false, 48)]
public int flag2;
[DNAFieldAttribute(17, "int", "fill_simplylvl", "int", 4, false, 52)]
[DNAFieldAttribute(4, "int", 17, "fill_simplylvl", "int", false, 52)]
public int fill_simplylvl;
[DNAFieldAttribute(18, "int", "fill_draw_mode", "int", 4, false, 56)]
[DNAFieldAttribute(4, "int", 18, "fill_draw_mode", "int", false, 56)]
public int fill_draw_mode;
[DNAFieldAttribute(19, "int", "fill_extend_mode", "int", 4, false, 60)]
[DNAFieldAttribute(4, "int", 19, "fill_extend_mode", "int", false, 60)]
public int fill_extend_mode;
[DNAFieldAttribute(20, "int", "input_samples", "int", 4, false, 64)]
[DNAFieldAttribute(4, "int", 20, "input_samples", "int", false, 64)]
public int input_samples;
[DNAFieldAttribute(21, "float", "uv_random", "float", 4, false, 68)]
[DNAFieldAttribute(4, "float", 21, "uv_random", "float", false, 68)]
public float uv_random;
[DNAFieldAttribute(22, "int", "brush_type", "int", 4, false, 72)]
[DNAFieldAttribute(4, "int", 22, "brush_type", "int", false, 72)]
public int brush_type;
[DNAFieldAttribute(23, "int", "eraser_mode", "int", 4, false, 76)]
[DNAFieldAttribute(4, "int", 23, "eraser_mode", "int", false, 76)]
public int eraser_mode;
[DNAFieldAttribute(24, "float", "active_smooth", "float", 4, false, 80)]
[DNAFieldAttribute(4, "float", 24, "active_smooth", "float", false, 80)]
public float active_smooth;
[DNAFieldAttribute(25, "float", "era_strength_f", "float", 4, false, 84)]
[DNAFieldAttribute(4, "float", 25, "era_strength_f", "float", false, 84)]
public float era_strength_f;
[DNAFieldAttribute(26, "float", "era_thickness_f", "float", 4, false, 88)]
[DNAFieldAttribute(4, "float", 26, "era_thickness_f", "float", false, 88)]
public float era_thickness_f;
[DNAFieldAttribute(27, "int", "flag", "int", 4, false, 92)]
[DNAFieldAttribute(4, "int", 27, "flag", "int", false, 92)]
public int flag;
[DNAFieldAttribute(28, "float", "gradient_f", "float", 4, false, 96)]
[DNAFieldAttribute(4, "float", 28, "gradient_f", "float", false, 96)]
public float gradient_f;
[DNAFieldAttribute(29, "float", "gradient_s[2]", "System.Single[]", 8, false, 100)]
[DNAFieldAttribute(8, "float", 29, "gradient_s[2]", "System.Single[]", false, 100)]
public float[] gradient_s = new System.Single[2];
[DNAFieldAttribute(30, "float", "simplify_f", "float", 4, false, 108)]
[DNAFieldAttribute(4, "float", 30, "simplify_f", "float", false, 108)]
public float simplify_f;
[DNAFieldAttribute(31, "float", "vertex_factor", "float", 4, false, 112)]
[DNAFieldAttribute(4, "float", 31, "vertex_factor", "float", false, 112)]
public float vertex_factor;
[DNAFieldAttribute(32, "int", "vertex_mode", "int", 4, false, 116)]
[DNAFieldAttribute(4, "int", 32, "vertex_mode", "int", false, 116)]
public int vertex_mode;
[DNAFieldAttribute(33, "int", "sculpt_flag", "int", 4, false, 120)]
[DNAFieldAttribute(4, "int", 33, "sculpt_flag", "int", false, 120)]
public int sculpt_flag;
[DNAFieldAttribute(34, "int", "sculpt_mode_flag", "int", 4, false, 124)]
[DNAFieldAttribute(4, "int", 34, "sculpt_mode_flag", "int", false, 124)]
public int sculpt_mode_flag;
[DNAFieldAttribute(35, "short", "preset_type", "short", 2, false, 128)]
[DNAFieldAttribute(2, "short", 35, "preset_type", "short", false, 128)]
public short preset_type;
[DNAFieldAttribute(36, "short", "brush_draw_mode", "short", 2, false, 130)]
[DNAFieldAttribute(2, "short", 36, "brush_draw_mode", "short", false, 130)]
public short brush_draw_mode;
[DNAFieldAttribute(37, "float", "random_hue", "float", 4, false, 132)]
[DNAFieldAttribute(4, "float", 37, "random_hue", "float", false, 132)]
public float random_hue;
[DNAFieldAttribute(38, "float", "random_saturation", "float", 4, false, 136)]
[DNAFieldAttribute(4, "float", 38, "random_saturation", "float", false, 136)]
public float random_saturation;
[DNAFieldAttribute(39, "float", "random_value", "float", 4, false, 140)]
[DNAFieldAttribute(4, "float", 39, "random_value", "float", false, 140)]
public float random_value;
[DNAFieldAttribute(40, "float", "fill_extend_fac", "float", 4, false, 144)]
[DNAFieldAttribute(4, "float", 40, "fill_extend_fac", "float", false, 144)]
public float fill_extend_fac;
[DNAFieldAttribute(41, "int", "dilate_pixels", "int", 4, false, 148)]
[DNAFieldAttribute(4, "int", 41, "dilate_pixels", "int", false, 148)]
public int dilate_pixels;
[DNAFieldAttribute(42, "CurveMapping", "*curve_sensitivity", "CurveMapping", 8, true, 152)]
public CurveMapping ptr_curve_sensitivity;
[DNAFieldAttribute(43, "CurveMapping", "*curve_strength", "CurveMapping", 8, true, 160)]
public CurveMapping ptr_curve_strength;
[DNAFieldAttribute(44, "CurveMapping", "*curve_jitter", "CurveMapping", 8, true, 168)]
public CurveMapping ptr_curve_jitter;
[DNAFieldAttribute(45, "CurveMapping", "*curve_rand_pressure", "CurveMapping", 8, true, 176)]
public CurveMapping ptr_curve_rand_pressure;
[DNAFieldAttribute(46, "CurveMapping", "*curve_rand_strength", "CurveMapping", 8, true, 184)]
public CurveMapping ptr_curve_rand_strength;
[DNAFieldAttribute(47, "CurveMapping", "*curve_rand_uv", "CurveMapping", 8, true, 192)]
public CurveMapping ptr_curve_rand_uv;
[DNAFieldAttribute(48, "CurveMapping", "*curve_rand_hue", "CurveMapping", 8, true, 200)]
public CurveMapping ptr_curve_rand_hue;
[DNAFieldAttribute(49, "CurveMapping", "*curve_rand_saturation", "CurveMapping", 8, true, 208)]
public CurveMapping ptr_curve_rand_saturation;
[DNAFieldAttribute(50, "CurveMapping", "*curve_rand_value", "CurveMapping", 8, true, 216)]
public CurveMapping ptr_curve_rand_value;
[DNAFieldAttribute(51, "float", "outline_fac", "float", 4, false, 224)]
[DNAFieldAttribute(8, "CurveMapping", 42, "*curve_sensitivity", "CurveMapping", true, 152)]
public CurveMapping curve_sensitivity;
[DNAFieldAttribute(8, "CurveMapping", 43, "*curve_strength", "CurveMapping", true, 160)]
public CurveMapping curve_strength;
[DNAFieldAttribute(8, "CurveMapping", 44, "*curve_jitter", "CurveMapping", true, 168)]
public CurveMapping curve_jitter;
[DNAFieldAttribute(8, "CurveMapping", 45, "*curve_rand_pressure", "CurveMapping", true, 176)]
public CurveMapping curve_rand_pressure;
[DNAFieldAttribute(8, "CurveMapping", 46, "*curve_rand_strength", "CurveMapping", true, 184)]
public CurveMapping curve_rand_strength;
[DNAFieldAttribute(8, "CurveMapping", 47, "*curve_rand_uv", "CurveMapping", true, 192)]
public CurveMapping curve_rand_uv;
[DNAFieldAttribute(8, "CurveMapping", 48, "*curve_rand_hue", "CurveMapping", true, 200)]
public CurveMapping curve_rand_hue;
[DNAFieldAttribute(8, "CurveMapping", 49, "*curve_rand_saturation", "CurveMapping", true, 208)]
public CurveMapping curve_rand_saturation;
[DNAFieldAttribute(8, "CurveMapping", 50, "*curve_rand_value", "CurveMapping", true, 216)]
public CurveMapping curve_rand_value;
[DNAFieldAttribute(4, "float", 51, "outline_fac", "float", false, 224)]
public float outline_fac;
[DNAFieldAttribute(52, "float", "simplify_px", "float", 4, false, 228)]
[DNAFieldAttribute(4, "float", 52, "simplify_px", "float", false, 228)]
public float simplify_px;
[DNAFieldAttribute(53, "Material", "*material", "Material", 8, true, 232)]
public Material ptr_material;
[DNAFieldAttribute(54, "Material", "*material_alt", "Material", 8, true, 240)]
public Material ptr_material_alt;
[DNAFieldAttribute(8, "Material", 53, "*material", "Material", true, 232)]
public Material material;
[DNAFieldAttribute(8, "Material", 54, "*material_alt", "Material", true, 240)]
public Material material_alt;
public BrushGpencilSettings() {
this.draw_smoothfac = default;
this.fill_factor = default;
@@ -168,19 +168,19 @@ namespace BlendFile.DNA {
this.random_value = default;
this.fill_extend_fac = default;
this.dilate_pixels = default;
this.ptr_curve_sensitivity = default;
this.ptr_curve_strength = default;
this.ptr_curve_jitter = default;
this.ptr_curve_rand_pressure = default;
this.ptr_curve_rand_strength = default;
this.ptr_curve_rand_uv = default;
this.ptr_curve_rand_hue = default;
this.ptr_curve_rand_saturation = default;
this.ptr_curve_rand_value = default;
this.curve_sensitivity = default;
this.curve_strength = default;
this.curve_jitter = default;
this.curve_rand_pressure = default;
this.curve_rand_strength = default;
this.curve_rand_uv = default;
this.curve_rand_hue = default;
this.curve_rand_saturation = default;
this.curve_rand_value = default;
this.outline_fac = default;
this.simplify_px = default;
this.ptr_material = default;
this.ptr_material_alt = default;
this.material = default;
this.material_alt = default;
}
public BrushGpencilSettings(
float draw_smoothfac,
@@ -225,19 +225,19 @@ namespace BlendFile.DNA {
float random_value,
float fill_extend_fac,
int dilate_pixels,
CurveMapping ptr_curve_sensitivity,
CurveMapping ptr_curve_strength,
CurveMapping ptr_curve_jitter,
CurveMapping ptr_curve_rand_pressure,
CurveMapping ptr_curve_rand_strength,
CurveMapping ptr_curve_rand_uv,
CurveMapping ptr_curve_rand_hue,
CurveMapping ptr_curve_rand_saturation,
CurveMapping ptr_curve_rand_value,
CurveMapping curve_sensitivity,
CurveMapping curve_strength,
CurveMapping curve_jitter,
CurveMapping curve_rand_pressure,
CurveMapping curve_rand_strength,
CurveMapping curve_rand_uv,
CurveMapping curve_rand_hue,
CurveMapping curve_rand_saturation,
CurveMapping curve_rand_value,
float outline_fac,
float simplify_px,
Material ptr_material,
Material ptr_material_alt) {
Material material,
Material material_alt) {
this.draw_smoothfac = draw_smoothfac;
this.fill_factor = fill_factor;
this.draw_strength = draw_strength;
@@ -280,19 +280,19 @@ namespace BlendFile.DNA {
this.random_value = random_value;
this.fill_extend_fac = fill_extend_fac;
this.dilate_pixels = dilate_pixels;
this.ptr_curve_sensitivity = ptr_curve_sensitivity;
this.ptr_curve_strength = ptr_curve_strength;
this.ptr_curve_jitter = ptr_curve_jitter;
this.ptr_curve_rand_pressure = ptr_curve_rand_pressure;
this.ptr_curve_rand_strength = ptr_curve_rand_strength;
this.ptr_curve_rand_uv = ptr_curve_rand_uv;
this.ptr_curve_rand_hue = ptr_curve_rand_hue;
this.ptr_curve_rand_saturation = ptr_curve_rand_saturation;
this.ptr_curve_rand_value = ptr_curve_rand_value;
this.curve_sensitivity = curve_sensitivity;
this.curve_strength = curve_strength;
this.curve_jitter = curve_jitter;
this.curve_rand_pressure = curve_rand_pressure;
this.curve_rand_strength = curve_rand_strength;
this.curve_rand_uv = curve_rand_uv;
this.curve_rand_hue = curve_rand_hue;
this.curve_rand_saturation = curve_rand_saturation;
this.curve_rand_value = curve_rand_value;
this.outline_fac = outline_fac;
this.simplify_px = simplify_px;
this.ptr_material = ptr_material;
this.ptr_material_alt = ptr_material_alt;
this.material = material;
this.material_alt = material_alt;
}
}
}