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,15 +13,15 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(343, "LayerCollection")]
[DNAClassAttribute(343, "LayerCollection", 64)]
public class LayerCollection {
[DNAFieldAttribute(0, "LayerCollection", "*next", "LayerCollection", 4, true)]
[DNAFieldAttribute(0, "LayerCollection", "*next", "LayerCollection", 8, true)]
public LayerCollection ptr_next;
[DNAFieldAttribute(1, "LayerCollection", "*prev", "LayerCollection", 4, true)]
[DNAFieldAttribute(1, "LayerCollection", "*prev", "LayerCollection", 8, true)]
public LayerCollection ptr_prev;
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 4, true)]
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 8, true)]
public Collection ptr_collection;
[DNAFieldAttribute(3, "void", "*_pad1", "void", 4, true)]
[DNAFieldAttribute(3, "void", "*_pad1", "void", 8, true)]
public object ptr__pad1;
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
public short flag;