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

@@ -39,7 +39,7 @@ namespace BlendFile.DNA {
public float wavefrm_yfac;
[DNAFieldAttribute(4, "float", 11, "vecscope_alpha", "float", false, 44)]
public float vecscope_alpha;
[DNAFieldAttribute(24, "float", 12, "minmax[3][2]", "System.Single[,]", false, 48)]
[DNAArrayAttribute(24, "float", 12, "minmax[3][2]", "System.Single[,]", 5, 48)]
public float[,] minmax = new System.Single[3,2];
[DNAFieldAttribute(5160, "Histogram", 13, "hist", "Histogram", false, 72)]
public Histogram hist;