regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -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;