regenerate files
This commit is contained in:
@@ -13,17 +13,17 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(27, "ID")]
|
||||
[DNAClassAttribute(27, "ID", 208)]
|
||||
public class ID {
|
||||
[DNAFieldAttribute(0, "void", "*next", "void", 4, true)]
|
||||
[DNAFieldAttribute(0, "void", "*next", "void", 8, true)]
|
||||
public object ptr_next;
|
||||
[DNAFieldAttribute(1, "void", "*prev", "void", 4, true)]
|
||||
[DNAFieldAttribute(1, "void", "*prev", "void", 8, true)]
|
||||
public object ptr_prev;
|
||||
[DNAFieldAttribute(2, "ID", "*newid", "ID", 4, true)]
|
||||
[DNAFieldAttribute(2, "ID", "*newid", "ID", 8, true)]
|
||||
public ID ptr_newid;
|
||||
[DNAFieldAttribute(3, "Library", "*lib", "Library", 4, true)]
|
||||
[DNAFieldAttribute(3, "Library", "*lib", "Library", 8, true)]
|
||||
public Library ptr_lib;
|
||||
[DNAFieldAttribute(4, "AssetMetaData", "*asset_data", "AssetMetaData", 4, true)]
|
||||
[DNAFieldAttribute(4, "AssetMetaData", "*asset_data", "AssetMetaData", 8, true)]
|
||||
public AssetMetaData ptr_asset_data;
|
||||
[DNAFieldAttribute(5, "char", "name[66]", "System.Char[]", 66, false)]
|
||||
public char[] name = new System.Char[66];
|
||||
@@ -43,15 +43,15 @@ namespace BlendFile.DNA {
|
||||
public int recalc_after_undo_push;
|
||||
[DNAFieldAttribute(13, "int", "session_uid", "int", 4, false)]
|
||||
public int session_uid;
|
||||
[DNAFieldAttribute(14, "IDProperty", "*properties", "IDProperty", 4, true)]
|
||||
[DNAFieldAttribute(14, "IDProperty", "*properties", "IDProperty", 8, true)]
|
||||
public IDProperty ptr_properties;
|
||||
[DNAFieldAttribute(15, "IDOverrideLibrary", "*override_library", "IDOverrideLibrary", 4, true)]
|
||||
[DNAFieldAttribute(15, "IDOverrideLibrary", "*override_library", "IDOverrideLibrary", 8, true)]
|
||||
public IDOverrideLibrary ptr_override_library;
|
||||
[DNAFieldAttribute(16, "ID", "*orig_id", "ID", 4, true)]
|
||||
[DNAFieldAttribute(16, "ID", "*orig_id", "ID", 8, true)]
|
||||
public ID ptr_orig_id;
|
||||
[DNAFieldAttribute(17, "void", "*py_instance", "void", 4, true)]
|
||||
[DNAFieldAttribute(17, "void", "*py_instance", "void", 8, true)]
|
||||
public object ptr_py_instance;
|
||||
[DNAFieldAttribute(18, "LibraryWeakReference", "*library_weak_reference", "LibraryWeakReference", 4, true)]
|
||||
[DNAFieldAttribute(18, "LibraryWeakReference", "*library_weak_reference", "LibraryWeakReference", 8, true)]
|
||||
public LibraryWeakReference ptr_library_weak_reference;
|
||||
[DNAFieldAttribute(19, "ID_Runtime", "runtime", "ID_Runtime", 32, false)]
|
||||
public ID_Runtime runtime;
|
||||
|
||||
Reference in New Issue
Block a user