updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(353, "LightProbeCache", 160)]
public class LightProbeCache {
[DNAArrayAttribute(12, "float", 0, "position[3]", "System.Single[]", 3, 0)]
[DNAArrayAttribute(12, "float", 0, "position[3]", "System.Single[]", 3, false, 0)]
public float[] position = new System.Single[3];
[DNAFieldAttribute(4, "float", 1, "parallax_type", "float", false, 12)]
public float parallax_type;
@@ -23,11 +23,11 @@ namespace BlendFile.DNA {
public float attenuation_fac;
[DNAFieldAttribute(4, "float", 3, "attenuation_type", "float", false, 20)]
public float attenuation_type;
[DNAArrayAttribute(8, "float", 4, "_pad3[2]", "System.Single[]", 2, 24)]
[DNAArrayAttribute(8, "float", 4, "_pad3[2]", "System.Single[]", 2, false, 24)]
public float[] _pad3 = new System.Single[2];
[DNAArrayAttribute(64, "float", 5, "attenuationmat[4][4]", "System.Single[,]", 8, 32)]
[DNAArrayAttribute(64, "float", 5, "attenuationmat[4][4]", "System.Single[,]", 16, false, 32)]
public float[,] attenuationmat = new System.Single[4,4];
[DNAArrayAttribute(64, "float", 6, "parallaxmat[4][4]", "System.Single[,]", 8, 96)]
[DNAArrayAttribute(64, "float", 6, "parallaxmat[4][4]", "System.Single[,]", 16, false, 96)]
public float[,] parallaxmat = new System.Single[4,4];
public LightProbeCache() {
this.position = default;