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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(354, "LightGridCache", 160)]
public class LightGridCache {
[DNAFieldAttribute(64, "float", 0, "mat[4][4]", "System.Single[,]", false, 0)]
[DNAArrayAttribute(64, "float", 0, "mat[4][4]", "System.Single[,]", 8, 0)]
public float[,] mat = new System.Single[4,4];
[DNAFieldAttribute(12, "int", 1, "resolution[3]", "System.Int32[]", false, 64)]
[DNAArrayAttribute(12, "int", 1, "resolution[3]", "System.Int32[]", 3, 64)]
public int[] resolution = new System.Int32[3];
[DNAFieldAttribute(4, "int", 2, "offset", "int", false, 76)]
public int offset;
[DNAFieldAttribute(12, "float", 3, "corner[3]", "System.Single[]", false, 80)]
[DNAArrayAttribute(12, "float", 3, "corner[3]", "System.Single[]", 3, 80)]
public float[] corner = new System.Single[3];
[DNAFieldAttribute(4, "float", 4, "attenuation_scale", "float", false, 92)]
public float attenuation_scale;
[DNAFieldAttribute(12, "float", 5, "increment_x[3]", "System.Single[]", false, 96)]
[DNAArrayAttribute(12, "float", 5, "increment_x[3]", "System.Single[]", 3, 96)]
public float[] increment_x = new System.Single[3];
[DNAFieldAttribute(4, "float", 6, "attenuation_bias", "float", false, 108)]
public float attenuation_bias;
[DNAFieldAttribute(12, "float", 7, "increment_y[3]", "System.Single[]", false, 112)]
[DNAArrayAttribute(12, "float", 7, "increment_y[3]", "System.Single[]", 3, 112)]
public float[] increment_y = new System.Single[3];
[DNAFieldAttribute(4, "float", 8, "level_bias", "float", false, 124)]
public float level_bias;
[DNAFieldAttribute(12, "float", 9, "increment_z[3]", "System.Single[]", false, 128)]
[DNAArrayAttribute(12, "float", 9, "increment_z[3]", "System.Single[]", 3, 128)]
public float[] increment_z = new System.Single[3];
[DNAFieldAttribute(4, "float", 10, "_pad4", "float", false, 140)]
public float _pad4;