regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,9 +13,9 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(219, "CustomData")]
[DNAClassAttribute(219, "CustomData", 248)]
public class CustomData {
[DNAFieldAttribute(0, "CustomDataLayer", "*layers", "CustomDataLayer", 4, true)]
[DNAFieldAttribute(0, "CustomDataLayer", "*layers", "CustomDataLayer", 8, true)]
public CustomDataLayer ptr_layers;
[DNAFieldAttribute(1, "int", "typemap[53]", "System.Int32[]", 212, false)]
public int[] typemap = new System.Int32[53];
@@ -25,9 +25,9 @@ namespace BlendFile.DNA {
public int maxlayer;
[DNAFieldAttribute(4, "int", "totsize", "int", 4, false)]
public int totsize;
[DNAFieldAttribute(5, "BLI_mempool", "*pool", "BLI_mempool", 4, true)]
[DNAFieldAttribute(5, "BLI_mempool", "*pool", "BLI_mempool", 8, true)]
public BLI_mempool ptr_pool;
[DNAFieldAttribute(6, "CustomDataExternal", "*external", "CustomDataExternal", 4, true)]
[DNAFieldAttribute(6, "CustomDataExternal", "*external", "CustomDataExternal", 8, true)]
public CustomDataExternal ptr_external;
public CustomData() {
this.ptr_layers = default;