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

@@ -25,9 +25,9 @@ namespace BlendFile.DNA {
public rcti hor;
[DNAFieldAttribute(16, "rcti", 4, "mask", "rcti", false, 64)]
public rcti mask;
[DNAFieldAttribute(8, "float", 5, "min[2]", "System.Single[]", false, 80)]
[DNAArrayAttribute(8, "float", 5, "min[2]", "System.Single[]", 2, 80)]
public float[] min = new System.Single[2];
[DNAFieldAttribute(8, "float", 6, "max[2]", "System.Single[]", false, 88)]
[DNAArrayAttribute(8, "float", 6, "max[2]", "System.Single[]", 2, 88)]
public float[] max = new System.Single[2];
[DNAFieldAttribute(4, "float", 7, "minzoom", "float", false, 96)]
public float minzoom;
@@ -61,7 +61,7 @@ namespace BlendFile.DNA {
public char alpha_vert;
[DNAFieldAttribute(1, "char", 22, "alpha_hor", "char", false, 129)]
public char alpha_hor;
[DNAFieldAttribute(2, "char", 23, "_pad[2]", "System.Char[]", false, 130)]
[DNAArrayAttribute(2, "char", 23, "_pad[2]", "System.Char[]", 2, 130)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(4, "float", 24, "page_size_y", "float", false, 132)]
public float page_size_y;