regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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