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,13 +13,13 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(160, "CollectionChild")]
[DNAClassAttribute(160, "CollectionChild", 32)]
public class CollectionChild {
[DNAFieldAttribute(0, "CollectionChild", "*next", "CollectionChild", 4, true)]
[DNAFieldAttribute(0, "CollectionChild", "*next", "CollectionChild", 8, true)]
public CollectionChild ptr_next;
[DNAFieldAttribute(1, "CollectionChild", "*prev", "CollectionChild", 4, true)]
[DNAFieldAttribute(1, "CollectionChild", "*prev", "CollectionChild", 8, true)]
public CollectionChild ptr_prev;
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 4, true)]
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 8, true)]
public Collection ptr_collection;
[DNAFieldAttribute(3, "CollectionLightLinking", "light_linking", "CollectionLightLinking", 4, false)]
public CollectionLightLinking light_linking;