regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(356, "LightCache")]
|
||||
[DNAClassAttribute(356, "LightCache", 128)]
|
||||
public class LightCache {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
@@ -37,11 +37,11 @@ namespace BlendFile.DNA {
|
||||
public LightCacheTexture grid_tx;
|
||||
[DNAFieldAttribute(10, "LightCacheTexture", "cube_tx", "LightCacheTexture", 32, false)]
|
||||
public LightCacheTexture cube_tx;
|
||||
[DNAFieldAttribute(11, "LightCacheTexture", "*cube_mips", "LightCacheTexture", 4, true)]
|
||||
[DNAFieldAttribute(11, "LightCacheTexture", "*cube_mips", "LightCacheTexture", 8, true)]
|
||||
public LightCacheTexture ptr_cube_mips;
|
||||
[DNAFieldAttribute(12, "LightProbeCache", "*cube_data", "LightProbeCache", 4, true)]
|
||||
[DNAFieldAttribute(12, "LightProbeCache", "*cube_data", "LightProbeCache", 8, true)]
|
||||
public LightProbeCache ptr_cube_data;
|
||||
[DNAFieldAttribute(13, "LightGridCache", "*grid_data", "LightGridCache", 4, true)]
|
||||
[DNAFieldAttribute(13, "LightGridCache", "*grid_data", "LightGridCache", 8, true)]
|
||||
public LightGridCache ptr_grid_data;
|
||||
public LightCache() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user