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

@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
public NodeTexBase @base;
[DNAFieldAttribute(4, "int", 1, "sky_model", "int", false, 960)]
public int sky_model;
[DNAFieldAttribute(12, "float", 2, "sun_direction[3]", "System.Single[]", false, 964)]
[DNAArrayAttribute(12, "float", 2, "sun_direction[3]", "System.Single[]", 3, 964)]
public float[] sun_direction = new System.Single[3];
[DNAFieldAttribute(4, "float", 3, "turbidity", "float", false, 976)]
public float turbidity;
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
public float ozone_density;
[DNAFieldAttribute(1, "char", 13, "sun_disc", "char", false, 1016)]
public char sun_disc;
[DNAFieldAttribute(7, "char", 14, "_pad[7]", "System.Char[]", false, 1017)]
[DNAArrayAttribute(7, "char", 14, "_pad[7]", "System.Char[]", 7, 1017)]
public char[] _pad = new System.Char[7];
public NodeTexSky() {
this.@base = default;