Regenerated codefiles
This commit is contained in:
@@ -15,28 +15,28 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(130, "BrushCurvesSculptSettings", 48)]
|
||||
public class BrushCurvesSculptSettings {
|
||||
[DNAFieldAttribute(0, "int", "add_amount", "int", 4, false, 0)]
|
||||
[DNAFieldAttribute(4, "int", 0, "add_amount", "int", false, 0)]
|
||||
public int add_amount;
|
||||
[DNAFieldAttribute(1, "int", "points_per_curve", "int", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "int", 1, "points_per_curve", "int", false, 4)]
|
||||
public int points_per_curve;
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "int", 2, "flag", "int", false, 8)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "float", "minimum_length", "float", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "float", 3, "minimum_length", "float", false, 12)]
|
||||
public float minimum_length;
|
||||
[DNAFieldAttribute(4, "float", "curve_length", "float", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "float", 4, "curve_length", "float", false, 16)]
|
||||
public float curve_length;
|
||||
[DNAFieldAttribute(5, "float", "minimum_distance", "float", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "float", 5, "minimum_distance", "float", false, 20)]
|
||||
public float minimum_distance;
|
||||
[DNAFieldAttribute(6, "float", "curve_radius", "float", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "float", 6, "curve_radius", "float", false, 24)]
|
||||
public float curve_radius;
|
||||
[DNAFieldAttribute(7, "int", "density_add_attempts", "int", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "int", 7, "density_add_attempts", "int", false, 28)]
|
||||
public int density_add_attempts;
|
||||
[DNAFieldAttribute(8, "uchar", "density_mode", "uchar", 1, false, 32)]
|
||||
[DNAFieldAttribute(1, "uchar", 8, "density_mode", "uchar", false, 32)]
|
||||
public byte density_mode;
|
||||
[DNAFieldAttribute(9, "char", "_pad[7]", "System.Char[]", 7, false, 33)]
|
||||
[DNAFieldAttribute(7, "char", 9, "_pad[7]", "System.Char[]", false, 33)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
[DNAFieldAttribute(10, "CurveMapping", "*curve_parameter_falloff", "CurveMapping", 8, true, 40)]
|
||||
public CurveMapping ptr_curve_parameter_falloff;
|
||||
[DNAFieldAttribute(8, "CurveMapping", 10, "*curve_parameter_falloff", "CurveMapping", true, 40)]
|
||||
public CurveMapping curve_parameter_falloff;
|
||||
public BrushCurvesSculptSettings() {
|
||||
this.add_amount = default;
|
||||
this.points_per_curve = default;
|
||||
@@ -48,9 +48,9 @@ namespace BlendFile.DNA {
|
||||
this.density_add_attempts = default;
|
||||
this.density_mode = default;
|
||||
this._pad = default;
|
||||
this.ptr_curve_parameter_falloff = default;
|
||||
this.curve_parameter_falloff = default;
|
||||
}
|
||||
public BrushCurvesSculptSettings(int add_amount, int points_per_curve, int flag, float minimum_length, float curve_length, float minimum_distance, float curve_radius, int density_add_attempts, byte density_mode, char[] _pad, CurveMapping ptr_curve_parameter_falloff) {
|
||||
public BrushCurvesSculptSettings(int add_amount, int points_per_curve, int flag, float minimum_length, float curve_length, float minimum_distance, float curve_radius, int density_add_attempts, byte density_mode, char[] _pad, CurveMapping curve_parameter_falloff) {
|
||||
this.add_amount = add_amount;
|
||||
this.points_per_curve = points_per_curve;
|
||||
this.flag = flag;
|
||||
@@ -61,7 +61,7 @@ namespace BlendFile.DNA {
|
||||
this.density_add_attempts = density_add_attempts;
|
||||
this.density_mode = density_mode;
|
||||
this._pad = _pad;
|
||||
this.ptr_curve_parameter_falloff = ptr_curve_parameter_falloff;
|
||||
this.curve_parameter_falloff = curve_parameter_falloff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user