Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class MeshStatVis {
[DNAFieldAttribute(1, "char", 0, "type", "char", false, 0)]
public char type;
[DNAFieldAttribute(2, "char", 1, "_pad1[2]", "System.Char[]", false, 1)]
[DNAArrayAttribute(2, "char", 1, "_pad1[2]", "System.Char[]", 2, 1)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(1, "char", 2, "overhang_axis", "char", false, 3)]
public char overhang_axis;
@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
public float thickness_max;
[DNAFieldAttribute(1, "char", 7, "thickness_samples", "char", false, 20)]
public char thickness_samples;
[DNAFieldAttribute(3, "char", 8, "_pad2[3]", "System.Char[]", false, 21)]
[DNAArrayAttribute(3, "char", 8, "_pad2[3]", "System.Char[]", 3, 21)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(4, "float", 9, "distort_min", "float", false, 24)]
public float distort_min;