regenerate files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user