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