regenerate files
This commit is contained in:
@@ -13,17 +13,17 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(161, "CollectionExport")]
|
||||
[DNAClassAttribute(161, "CollectionExport", 160)]
|
||||
public class CollectionExport {
|
||||
[DNAFieldAttribute(0, "CollectionExport", "*next", "CollectionExport", 4, true)]
|
||||
[DNAFieldAttribute(0, "CollectionExport", "*next", "CollectionExport", 8, true)]
|
||||
public CollectionExport ptr_next;
|
||||
[DNAFieldAttribute(1, "CollectionExport", "*prev", "CollectionExport", 4, true)]
|
||||
[DNAFieldAttribute(1, "CollectionExport", "*prev", "CollectionExport", 8, true)]
|
||||
public CollectionExport ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "fh_idname[64]", "System.Char[]", 64, false)]
|
||||
public char[] fh_idname = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "IDProperty", "*export_properties", "IDProperty", 4, true)]
|
||||
[DNAFieldAttribute(4, "IDProperty", "*export_properties", "IDProperty", 8, true)]
|
||||
public IDProperty ptr_export_properties;
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
|
||||
Reference in New Issue
Block a user