regenerated files
This commit is contained in:
@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(826, "MeshStatVis")]
|
||||
public struct MeshStatVis {
|
||||
[DNAFieldAttribute(0, "char", "type", "char", 1)]
|
||||
[DNAFieldAttribute(0, "char", "type", "char", 1, false)]
|
||||
public char type;
|
||||
[DNAFieldAttribute(1, "char", "_pad1[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "_pad1[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(2, "char", "overhang_axis", "char", 1)]
|
||||
[DNAFieldAttribute(2, "char", "overhang_axis", "char", 1, false)]
|
||||
public char overhang_axis;
|
||||
[DNAFieldAttribute(3, "float", "overhang_min", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "overhang_min", "float", 4, false)]
|
||||
public float overhang_min;
|
||||
[DNAFieldAttribute(4, "float", "overhang_max", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "overhang_max", "float", 4, false)]
|
||||
public float overhang_max;
|
||||
[DNAFieldAttribute(5, "float", "thickness_min", "float", 4)]
|
||||
[DNAFieldAttribute(5, "float", "thickness_min", "float", 4, false)]
|
||||
public float thickness_min;
|
||||
[DNAFieldAttribute(6, "float", "thickness_max", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "thickness_max", "float", 4, false)]
|
||||
public float thickness_max;
|
||||
[DNAFieldAttribute(7, "char", "thickness_samples", "char", 1)]
|
||||
[DNAFieldAttribute(7, "char", "thickness_samples", "char", 1, false)]
|
||||
public char thickness_samples;
|
||||
[DNAFieldAttribute(8, "char", "_pad2[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "_pad2[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad2 = new System.Char[3];
|
||||
[DNAFieldAttribute(9, "float", "distort_min", "float", 4)]
|
||||
[DNAFieldAttribute(9, "float", "distort_min", "float", 4, false)]
|
||||
public float distort_min;
|
||||
[DNAFieldAttribute(10, "float", "distort_max", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "distort_max", "float", 4, false)]
|
||||
public float distort_max;
|
||||
[DNAFieldAttribute(11, "float", "sharp_min", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "sharp_min", "float", 4, false)]
|
||||
public float sharp_min;
|
||||
[DNAFieldAttribute(12, "float", "sharp_max", "float", 4)]
|
||||
[DNAFieldAttribute(12, "float", "sharp_max", "float", 4, false)]
|
||||
public float sharp_max;
|
||||
public MeshStatVis() {
|
||||
this.type = default;
|
||||
|
||||
Reference in New Issue
Block a user