regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(160, "CollectionChild")]
public class CollectionChild {
[DNAFieldAttribute(0, "CollectionChild", "*next", "CollectionChild", 32)]
[DNAFieldAttribute(0, "CollectionChild", "*next", "CollectionChild", 4, true)]
public CollectionChild ptr_next;
[DNAFieldAttribute(1, "CollectionChild", "*prev", "CollectionChild", 32)]
[DNAFieldAttribute(1, "CollectionChild", "*prev", "CollectionChild", 4, true)]
public CollectionChild ptr_prev;
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 376)]
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 4, true)]
public Collection ptr_collection;
[DNAFieldAttribute(3, "CollectionLightLinking", "light_linking", "CollectionLightLinking", 4)]
[DNAFieldAttribute(3, "CollectionLightLinking", "light_linking", "CollectionLightLinking", 4, false)]
public CollectionLightLinking light_linking;
[DNAFieldAttribute(4, "int", "_pad", "int", 4)]
[DNAFieldAttribute(4, "int", "_pad", "int", 4, false)]
public int _pad;
public CollectionChild() {
this.ptr_next = default;