regenerated files
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(356, "LightCache")]
|
||||
public class LightCache {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "int", "version", "int", 4)]
|
||||
[DNAFieldAttribute(1, "int", "version", "int", 4, false)]
|
||||
public int version;
|
||||
[DNAFieldAttribute(2, "int", "type", "int", 4)]
|
||||
[DNAFieldAttribute(2, "int", "type", "int", 4, false)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(3, "int", "cube_len", "int", 4)]
|
||||
[DNAFieldAttribute(3, "int", "cube_len", "int", 4, false)]
|
||||
public int cube_len;
|
||||
[DNAFieldAttribute(4, "int", "grid_len", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "grid_len", "int", 4, false)]
|
||||
public int grid_len;
|
||||
[DNAFieldAttribute(5, "int", "mips_len", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "mips_len", "int", 4, false)]
|
||||
public int mips_len;
|
||||
[DNAFieldAttribute(6, "int", "vis_res", "int", 4)]
|
||||
[DNAFieldAttribute(6, "int", "vis_res", "int", 4, false)]
|
||||
public int vis_res;
|
||||
[DNAFieldAttribute(7, "int", "ref_res", "int", 4)]
|
||||
[DNAFieldAttribute(7, "int", "ref_res", "int", 4, false)]
|
||||
public int ref_res;
|
||||
[DNAFieldAttribute(8, "char", "_pad[4][2]", "System.Char[,]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "_pad[4][2]", "System.Char[,]", 8, false)]
|
||||
public char[,] _pad = new System.Char[4,2];
|
||||
[DNAFieldAttribute(9, "LightCacheTexture", "grid_tx", "LightCacheTexture", 32)]
|
||||
[DNAFieldAttribute(9, "LightCacheTexture", "grid_tx", "LightCacheTexture", 32, false)]
|
||||
public LightCacheTexture grid_tx;
|
||||
[DNAFieldAttribute(10, "LightCacheTexture", "cube_tx", "LightCacheTexture", 32)]
|
||||
[DNAFieldAttribute(10, "LightCacheTexture", "cube_tx", "LightCacheTexture", 32, false)]
|
||||
public LightCacheTexture cube_tx;
|
||||
[DNAFieldAttribute(11, "LightCacheTexture", "*cube_mips", "LightCacheTexture", 32)]
|
||||
[DNAFieldAttribute(11, "LightCacheTexture", "*cube_mips", "LightCacheTexture", 4, true)]
|
||||
public LightCacheTexture ptr_cube_mips;
|
||||
[DNAFieldAttribute(12, "LightProbeCache", "*cube_data", "LightProbeCache", 160)]
|
||||
[DNAFieldAttribute(12, "LightProbeCache", "*cube_data", "LightProbeCache", 4, true)]
|
||||
public LightProbeCache ptr_cube_data;
|
||||
[DNAFieldAttribute(13, "LightGridCache", "*grid_data", "LightGridCache", 160)]
|
||||
[DNAFieldAttribute(13, "LightGridCache", "*grid_data", "LightGridCache", 4, true)]
|
||||
public LightGridCache ptr_grid_data;
|
||||
public LightCache() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user