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

@@ -25,11 +25,11 @@ namespace BlendFile.DNA {
public char h1;
[DNAFieldAttribute(1, "char", 4, "h2", "char", false, 11)]
public char h2;
[DNAArrayAttribute(8, "float", 5, "h1_loc[2]", "System.Single[]", 2, 12)]
[DNAArrayAttribute(8, "float", 5, "h1_loc[2]", "System.Single[]", 2, false, 12)]
public float[] h1_loc = new System.Single[2];
[DNAArrayAttribute(8, "float", 6, "h2_loc[2]", "System.Single[]", 2, 20)]
[DNAArrayAttribute(8, "float", 6, "h2_loc[2]", "System.Single[]", 2, false, 20)]
public float[] h2_loc = new System.Single[2];
[DNAArrayAttribute(4, "char", 7, "_pad[4]", "System.Char[]", 4, 28)]
[DNAArrayAttribute(4, "char", 7, "_pad[4]", "System.Char[]", 4, false, 28)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(8, "CurveProfile", 8, "*profile", "CurveProfile", true, 32)]
public CurveProfile profile;