regenerated files
This commit is contained in:
@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(825, "CurvePaintSettings")]
|
||||
public struct CurvePaintSettings {
|
||||
[DNAFieldAttribute(0, "char", "curve_type", 1)]
|
||||
[DNAFieldAttribute(0, "char", "curve_type", "char", 1)]
|
||||
public char curve_type;
|
||||
[DNAFieldAttribute(1, "char", "flag", 1)]
|
||||
[DNAFieldAttribute(1, "char", "flag", "char", 1)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(2, "char", "depth_mode", 1)]
|
||||
[DNAFieldAttribute(2, "char", "depth_mode", "char", 1)]
|
||||
public char depth_mode;
|
||||
[DNAFieldAttribute(3, "char", "surface_plane", 1)]
|
||||
[DNAFieldAttribute(3, "char", "surface_plane", "char", 1)]
|
||||
public char surface_plane;
|
||||
[DNAFieldAttribute(4, "char", "fit_method", 1)]
|
||||
[DNAFieldAttribute(4, "char", "fit_method", "char", 1)]
|
||||
public char fit_method;
|
||||
[DNAFieldAttribute(5, "char", "_pad", 1)]
|
||||
[DNAFieldAttribute(5, "char", "_pad", "char", 1)]
|
||||
public char _pad;
|
||||
[DNAFieldAttribute(6, "short", "error_threshold", 2)]
|
||||
[DNAFieldAttribute(6, "short", "error_threshold", "short", 2)]
|
||||
public short error_threshold;
|
||||
[DNAFieldAttribute(7, "float", "radius_min", 4)]
|
||||
[DNAFieldAttribute(7, "float", "radius_min", "float", 4)]
|
||||
public float radius_min;
|
||||
[DNAFieldAttribute(8, "float", "radius_max", 4)]
|
||||
[DNAFieldAttribute(8, "float", "radius_max", "float", 4)]
|
||||
public float radius_max;
|
||||
[DNAFieldAttribute(9, "float", "radius_taper_start", 4)]
|
||||
[DNAFieldAttribute(9, "float", "radius_taper_start", "float", 4)]
|
||||
public float radius_taper_start;
|
||||
[DNAFieldAttribute(10, "float", "radius_taper_end", 4)]
|
||||
[DNAFieldAttribute(10, "float", "radius_taper_end", "float", 4)]
|
||||
public float radius_taper_end;
|
||||
[DNAFieldAttribute(11, "float", "surface_offset", 4)]
|
||||
[DNAFieldAttribute(11, "float", "surface_offset", "float", 4)]
|
||||
public float surface_offset;
|
||||
[DNAFieldAttribute(12, "float", "corner_angle", 4)]
|
||||
[DNAFieldAttribute(12, "float", "corner_angle", "float", 4)]
|
||||
public float corner_angle;
|
||||
public CurvePaintSettings() {
|
||||
this.curve_type = default;
|
||||
|
||||
Reference in New Issue
Block a user