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,7 +25,7 @@ namespace BlendFile.DNA {
public float scale_y;
[DNAFieldAttribute(4, "float", 4, "rotation", "float", false, 16)]
public float rotation;
[DNAFieldAttribute(8, "float", 5, "origin[2]", "System.Single[]", false, 20)]
[DNAArrayAttribute(8, "float", 5, "origin[2]", "System.Single[]", 2, 20)]
public float[] origin = new System.Single[2];
[DNAFieldAttribute(4, "int", 6, "filter", "int", false, 28)]
public int filter;