regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(637, "NodeTexSky")]
public struct NodeTexSky {
[DNAFieldAttribute(0, "NodeTexBase", "base", 960)]
[DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)]
public NodeTexBase @base;
[DNAFieldAttribute(1, "int", "sky_model", 4)]
[DNAFieldAttribute(1, "int", "sky_model", "int", 4)]
public int sky_model;
[DNAFieldAttribute(2, "float", "sun_direction[3]", 4)]
[DNAFieldAttribute(2, "float", "sun_direction[3]", "System.Single[]", 4)]
public float[] sun_direction = new System.Single[3];
[DNAFieldAttribute(3, "float", "turbidity", 4)]
[DNAFieldAttribute(3, "float", "turbidity", "float", 4)]
public float turbidity;
[DNAFieldAttribute(4, "float", "ground_albedo", 4)]
[DNAFieldAttribute(4, "float", "ground_albedo", "float", 4)]
public float ground_albedo;
[DNAFieldAttribute(5, "float", "sun_size", 4)]
[DNAFieldAttribute(5, "float", "sun_size", "float", 4)]
public float sun_size;
[DNAFieldAttribute(6, "float", "sun_intensity", 4)]
[DNAFieldAttribute(6, "float", "sun_intensity", "float", 4)]
public float sun_intensity;
[DNAFieldAttribute(7, "float", "sun_elevation", 4)]
[DNAFieldAttribute(7, "float", "sun_elevation", "float", 4)]
public float sun_elevation;
[DNAFieldAttribute(8, "float", "sun_rotation", 4)]
[DNAFieldAttribute(8, "float", "sun_rotation", "float", 4)]
public float sun_rotation;
[DNAFieldAttribute(9, "float", "altitude", 4)]
[DNAFieldAttribute(9, "float", "altitude", "float", 4)]
public float altitude;
[DNAFieldAttribute(10, "float", "air_density", 4)]
[DNAFieldAttribute(10, "float", "air_density", "float", 4)]
public float air_density;
[DNAFieldAttribute(11, "float", "dust_density", 4)]
[DNAFieldAttribute(11, "float", "dust_density", "float", 4)]
public float dust_density;
[DNAFieldAttribute(12, "float", "ozone_density", 4)]
[DNAFieldAttribute(12, "float", "ozone_density", "float", 4)]
public float ozone_density;
[DNAFieldAttribute(13, "char", "sun_disc", 1)]
[DNAFieldAttribute(13, "char", "sun_disc", "char", 1)]
public char sun_disc;
[DNAFieldAttribute(14, "char", "_pad[7]", 1)]
[DNAFieldAttribute(14, "char", "_pad[7]", "System.Char[]", 1)]
public char[] _pad = new System.Char[7];
public NodeTexSky() {
this.@base = default;