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

@@ -27,7 +27,7 @@ namespace BlendFile.DNA {
public float fstrength;
[DNAFieldAttribute(4, "float", 5, "falpha", "float", false, 20)]
public float falpha;
[DNAFieldAttribute(16, "float", 6, "key[4]", "System.Single[]", false, 24)]
[DNAArrayAttribute(16, "float", 6, "key[4]", "System.Single[]", 4, 24)]
public float[] key = new System.Single[4];
[DNAFieldAttribute(2, "short", 7, "algorithm", "short", false, 40)]
public short algorithm;