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

@@ -29,11 +29,11 @@ namespace BlendFile.DNA {
public float uv_fac;
[DNAFieldAttribute(4, "float", 6, "uv_rot", "float", false, 92)]
public float uv_rot;
[DNAArrayAttribute(8, "float", 7, "uv_fill[2]", "System.Single[]", 2, 96)]
[DNAArrayAttribute(8, "float", 7, "uv_fill[2]", "System.Single[]", 2, false, 96)]
public float[] uv_fill = new System.Single[2];
[DNAArrayAttribute(16, "float", 8, "vert_color[4]", "System.Single[]", 4, 104)]
[DNAArrayAttribute(16, "float", 8, "vert_color[4]", "System.Single[]", 4, false, 104)]
public float[] vert_color = new System.Single[4];
[DNAArrayAttribute(4, "char", 9, "_pad[4]", "System.Char[]", 4, 120)]
[DNAArrayAttribute(4, "char", 9, "_pad[4]", "System.Char[]", 4, false, 120)]
public char[] _pad = new System.Char[4];
public bGPDcurve_point() {
this.bezt = default;