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 int texture_map_mode;
[DNAFieldAttribute(4, "float", 4, "strength", "float", false, 140)]
public float strength;
[DNAFieldAttribute(12, "float", 5, "texture_mid_level[3]", "System.Single[]", false, 144)]
[DNAArrayAttribute(12, "float", 5, "texture_mid_level[3]", "System.Single[]", 3, 144)]
public float[] texture_mid_level = new System.Single[3];
[DNAFieldAttribute(4, "float", 6, "texture_sample_radius", "float", false, 156)]
public float texture_sample_radius;