regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(362, "LightProbeGridCacheFrame")]
|
||||
[DNAClassAttribute(362, "LightProbeGridCacheFrame", 168)]
|
||||
public class LightProbeGridCacheFrame {
|
||||
[DNAFieldAttribute(0, "int", "size[3]", "System.Int32[]", 12, false)]
|
||||
public int[] size = new System.Int32[3];
|
||||
@@ -23,7 +23,7 @@ namespace BlendFile.DNA {
|
||||
public int block_len;
|
||||
[DNAFieldAttribute(3, "int", "block_size", "int", 4, false)]
|
||||
public int block_size;
|
||||
[DNAFieldAttribute(4, "LightProbeBlockData", "*block_infos", "LightProbeBlockData", 4, true)]
|
||||
[DNAFieldAttribute(4, "LightProbeBlockData", "*block_infos", "LightProbeBlockData", 8, true)]
|
||||
public LightProbeBlockData ptr_block_infos;
|
||||
[DNAFieldAttribute(5, "LightProbeBakingData", "baking", "LightProbeBakingData", 48, false)]
|
||||
public LightProbeBakingData baking;
|
||||
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(10, "int", "surfels_len", "int", 4, false)]
|
||||
public int surfels_len;
|
||||
[DNAFieldAttribute(11, "void", "*surfels", "void", 4, true)]
|
||||
[DNAFieldAttribute(11, "void", "*surfels", "void", 8, true)]
|
||||
public object ptr_surfels;
|
||||
public LightProbeGridCacheFrame() {
|
||||
this.size = default;
|
||||
|
||||
Reference in New Issue
Block a user