Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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