regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(219, "CustomData")]
public class CustomData {
[DNAFieldAttribute(0, "CustomDataLayer", "*layers", "CustomDataLayer", 120)]
[DNAFieldAttribute(0, "CustomDataLayer", "*layers", "CustomDataLayer", 4, true)]
public CustomDataLayer ptr_layers;
[DNAFieldAttribute(1, "int", "typemap[53]", "System.Int32[]", 4)]
[DNAFieldAttribute(1, "int", "typemap[53]", "System.Int32[]", 212, false)]
public int[] typemap = new System.Int32[53];
[DNAFieldAttribute(2, "int", "totlayer", "int", 4)]
[DNAFieldAttribute(2, "int", "totlayer", "int", 4, false)]
public int totlayer;
[DNAFieldAttribute(3, "int", "maxlayer", "int", 4)]
[DNAFieldAttribute(3, "int", "maxlayer", "int", 4, false)]
public int maxlayer;
[DNAFieldAttribute(4, "int", "totsize", "int", 4)]
[DNAFieldAttribute(4, "int", "totsize", "int", 4, false)]
public int totsize;
[DNAFieldAttribute(5, "BLI_mempool", "*pool", "BLI_mempool", 0)]
[DNAFieldAttribute(5, "BLI_mempool", "*pool", "BLI_mempool", 4, true)]
public BLI_mempool ptr_pool;
[DNAFieldAttribute(6, "CustomDataExternal", "*external", "CustomDataExternal", 1024)]
[DNAFieldAttribute(6, "CustomDataExternal", "*external", "CustomDataExternal", 4, true)]
public CustomDataExternal ptr_external;
public CustomData() {
this.ptr_layers = default;