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

@@ -33,11 +33,11 @@ namespace BlendFile.DNA {
public float uv_fac;
[DNAFieldAttribute(4, "float", 8, "uv_rot", "float", false, 32)]
public float uv_rot;
[DNAArrayAttribute(8, "float", 9, "uv_fill[2]", "System.Single[]", 2, 36)]
[DNAArrayAttribute(8, "float", 9, "uv_fill[2]", "System.Single[]", 2, false, 36)]
public float[] uv_fill = new System.Single[2];
[DNAArrayAttribute(16, "float", 10, "vert_color[4]", "System.Single[]", 4, 44)]
[DNAArrayAttribute(16, "float", 10, "vert_color[4]", "System.Single[]", 4, false, 44)]
public float[] vert_color = new System.Single[4];
[DNAArrayAttribute(4, "char", 11, "_pad2[4]", "System.Char[]", 4, 60)]
[DNAArrayAttribute(4, "char", 11, "_pad2[4]", "System.Char[]", 4, false, 60)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(16, "bGPDspoint_Runtime", 12, "runtime", "bGPDspoint_Runtime", false, 64)]
public bGPDspoint_Runtime runtime;