regenerated files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(162, "Collection_Runtime")]
|
||||
public class Collection_Runtime {
|
||||
[DNAFieldAttribute(0, "ListBase", "object_cache", "ListBase", 16)]
|
||||
[DNAFieldAttribute(0, "ListBase", "object_cache", "ListBase", 16, false)]
|
||||
public ListBase object_cache;
|
||||
[DNAFieldAttribute(1, "ListBase", "object_cache_instanced", "ListBase", 16)]
|
||||
[DNAFieldAttribute(1, "ListBase", "object_cache_instanced", "ListBase", 16, false)]
|
||||
public ListBase object_cache_instanced;
|
||||
[DNAFieldAttribute(2, "ListBase", "parents", "ListBase", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "parents", "ListBase", 16, false)]
|
||||
public ListBase parents;
|
||||
[DNAFieldAttribute(3, "GHash", "*gobject_hash", "GHash", 0)]
|
||||
[DNAFieldAttribute(3, "GHash", "*gobject_hash", "GHash", 4, true)]
|
||||
public GHash ptr_gobject_hash;
|
||||
[DNAFieldAttribute(4, "uchar", "tag", "uchar", 1)]
|
||||
[DNAFieldAttribute(4, "uchar", "tag", "uchar", 1, false)]
|
||||
public byte tag;
|
||||
[DNAFieldAttribute(5, "char", "_pad0[7]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(5, "char", "_pad0[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public Collection_Runtime() {
|
||||
this.object_cache = default;
|
||||
|
||||
Reference in New Issue
Block a user