regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(355, "LightCacheTexture")]
public class LightCacheTexture {
[DNAFieldAttribute(0, "GPUTexture", "*tex", 0)]
[DNAFieldAttribute(0, "GPUTexture", "*tex", "GPUTexture", 0)]
public GPUTexture ptr_tex;
[DNAFieldAttribute(1, "char", "*data", 1)]
[DNAFieldAttribute(1, "char", "*data", "char", 1)]
public char ptr_data;
[DNAFieldAttribute(2, "int", "tex_size[3]", 4)]
[DNAFieldAttribute(2, "int", "tex_size[3]", "System.Int32[]", 4)]
public int[] tex_size = new System.Int32[3];
[DNAFieldAttribute(3, "char", "data_type", 1)]
[DNAFieldAttribute(3, "char", "data_type", "char", 1)]
public char data_type;
[DNAFieldAttribute(4, "char", "components", 1)]
[DNAFieldAttribute(4, "char", "components", "char", 1)]
public char components;
[DNAFieldAttribute(5, "char", "_pad[2]", 1)]
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
public LightCacheTexture() {
this.ptr_tex = default;