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

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