regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(130, "BrushCurvesSculptSettings")]
public class BrushCurvesSculptSettings {
[DNAFieldAttribute(0, "int", "add_amount", "int", 4)]
[DNAFieldAttribute(0, "int", "add_amount", "int", 4, false)]
public int add_amount;
[DNAFieldAttribute(1, "int", "points_per_curve", "int", 4)]
[DNAFieldAttribute(1, "int", "points_per_curve", "int", 4, false)]
public int points_per_curve;
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(3, "float", "minimum_length", "float", 4)]
[DNAFieldAttribute(3, "float", "minimum_length", "float", 4, false)]
public float minimum_length;
[DNAFieldAttribute(4, "float", "curve_length", "float", 4)]
[DNAFieldAttribute(4, "float", "curve_length", "float", 4, false)]
public float curve_length;
[DNAFieldAttribute(5, "float", "minimum_distance", "float", 4)]
[DNAFieldAttribute(5, "float", "minimum_distance", "float", 4, false)]
public float minimum_distance;
[DNAFieldAttribute(6, "float", "curve_radius", "float", 4)]
[DNAFieldAttribute(6, "float", "curve_radius", "float", 4, false)]
public float curve_radius;
[DNAFieldAttribute(7, "int", "density_add_attempts", "int", 4)]
[DNAFieldAttribute(7, "int", "density_add_attempts", "int", 4, false)]
public int density_add_attempts;
[DNAFieldAttribute(8, "uchar", "density_mode", "uchar", 1)]
[DNAFieldAttribute(8, "uchar", "density_mode", "uchar", 1, false)]
public byte density_mode;
[DNAFieldAttribute(9, "char", "_pad[7]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad[7]", "System.Char[]", 7, false)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(10, "CurveMapping", "*curve_parameter_falloff", "CurveMapping", 424)]
[DNAFieldAttribute(10, "CurveMapping", "*curve_parameter_falloff", "CurveMapping", 4, true)]
public CurveMapping ptr_curve_parameter_falloff;
public BrushCurvesSculptSettings() {
this.add_amount = default;