Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,32 +14,32 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(826, "MeshStatVis", 40)]
public struct MeshStatVis {
[DNAFieldAttribute(0, "char", "type", "char", 1, false, 0)]
public class MeshStatVis {
[DNAFieldAttribute(1, "char", 0, "type", "char", false, 0)]
public char type;
[DNAFieldAttribute(1, "char", "_pad1[2]", "System.Char[]", 2, false, 1)]
[DNAFieldAttribute(2, "char", 1, "_pad1[2]", "System.Char[]", false, 1)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(2, "char", "overhang_axis", "char", 1, false, 3)]
[DNAFieldAttribute(1, "char", 2, "overhang_axis", "char", false, 3)]
public char overhang_axis;
[DNAFieldAttribute(3, "float", "overhang_min", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 3, "overhang_min", "float", false, 4)]
public float overhang_min;
[DNAFieldAttribute(4, "float", "overhang_max", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 4, "overhang_max", "float", false, 8)]
public float overhang_max;
[DNAFieldAttribute(5, "float", "thickness_min", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 5, "thickness_min", "float", false, 12)]
public float thickness_min;
[DNAFieldAttribute(6, "float", "thickness_max", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 6, "thickness_max", "float", false, 16)]
public float thickness_max;
[DNAFieldAttribute(7, "char", "thickness_samples", "char", 1, false, 20)]
[DNAFieldAttribute(1, "char", 7, "thickness_samples", "char", false, 20)]
public char thickness_samples;
[DNAFieldAttribute(8, "char", "_pad2[3]", "System.Char[]", 3, false, 21)]
[DNAFieldAttribute(3, "char", 8, "_pad2[3]", "System.Char[]", false, 21)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(9, "float", "distort_min", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 9, "distort_min", "float", false, 24)]
public float distort_min;
[DNAFieldAttribute(10, "float", "distort_max", "float", 4, false, 28)]
[DNAFieldAttribute(4, "float", 10, "distort_max", "float", false, 28)]
public float distort_max;
[DNAFieldAttribute(11, "float", "sharp_min", "float", 4, false, 32)]
[DNAFieldAttribute(4, "float", 11, "sharp_min", "float", false, 32)]
public float sharp_min;
[DNAFieldAttribute(12, "float", "sharp_max", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 12, "sharp_max", "float", false, 36)]
public float sharp_max;
public MeshStatVis() {
this.type = default;