regenerate files
This commit is contained in:
@@ -13,15 +13,15 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(343, "LayerCollection")]
|
||||
[DNAClassAttribute(343, "LayerCollection", 64)]
|
||||
public class LayerCollection {
|
||||
[DNAFieldAttribute(0, "LayerCollection", "*next", "LayerCollection", 4, true)]
|
||||
[DNAFieldAttribute(0, "LayerCollection", "*next", "LayerCollection", 8, true)]
|
||||
public LayerCollection ptr_next;
|
||||
[DNAFieldAttribute(1, "LayerCollection", "*prev", "LayerCollection", 4, true)]
|
||||
[DNAFieldAttribute(1, "LayerCollection", "*prev", "LayerCollection", 8, true)]
|
||||
public LayerCollection ptr_prev;
|
||||
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 8, true)]
|
||||
public Collection ptr_collection;
|
||||
[DNAFieldAttribute(3, "void", "*_pad1", "void", 4, true)]
|
||||
[DNAFieldAttribute(3, "void", "*_pad1", "void", 8, true)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
|
||||
Reference in New Issue
Block a user