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,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;