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

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(353, "LightProbeCache", 160)]
public class LightProbeCache {
[DNAFieldAttribute(12, "float", 0, "position[3]", "System.Single[]", false, 0)]
[DNAArrayAttribute(12, "float", 0, "position[3]", "System.Single[]", 3, 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;
[DNAFieldAttribute(8, "float", 4, "_pad3[2]", "System.Single[]", false, 24)]
[DNAArrayAttribute(8, "float", 4, "_pad3[2]", "System.Single[]", 2, 24)]
public float[] _pad3 = new System.Single[2];
[DNAFieldAttribute(64, "float", 5, "attenuationmat[4][4]", "System.Single[,]", false, 32)]
[DNAArrayAttribute(64, "float", 5, "attenuationmat[4][4]", "System.Single[,]", 8, 32)]
public float[,] attenuationmat = new System.Single[4,4];
[DNAFieldAttribute(64, "float", 6, "parallaxmat[4][4]", "System.Single[,]", false, 96)]
[DNAArrayAttribute(64, "float", 6, "parallaxmat[4][4]", "System.Single[,]", 8, 96)]
public float[,] parallaxmat = new System.Single[4,4];
public LightProbeCache() {
this.position = default;