updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class MeshStatVis {
[DNAFieldAttribute(1, "char", 0, "type", "char", false, 0)]
public char type;
[DNAArrayAttribute(2, "char", 1, "_pad1[2]", "System.Char[]", 2, 1)]
[DNAArrayAttribute(2, "char", 1, "_pad1[2]", "System.Char[]", 2, false, 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;
[DNAArrayAttribute(3, "char", 8, "_pad2[3]", "System.Char[]", 3, 21)]
[DNAArrayAttribute(3, "char", 8, "_pad2[3]", "System.Char[]", 3, false, 21)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(4, "float", 9, "distort_min", "float", false, 24)]
public float distort_min;