regenerate files
This commit is contained in:
@@ -13,17 +13,17 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(870, "AssetShelfSettings")]
|
||||
[DNAClassAttribute(870, "AssetShelfSettings", 120)]
|
||||
public class AssetShelfSettings {
|
||||
[DNAFieldAttribute(0, "AssetShelfSettings", "*next", "AssetShelfSettings", 4, true)]
|
||||
[DNAFieldAttribute(0, "AssetShelfSettings", "*next", "AssetShelfSettings", 8, true)]
|
||||
public AssetShelfSettings ptr_next;
|
||||
[DNAFieldAttribute(1, "AssetShelfSettings", "*prev", "AssetShelfSettings", 4, true)]
|
||||
[DNAFieldAttribute(1, "AssetShelfSettings", "*prev", "AssetShelfSettings", 8, true)]
|
||||
public AssetShelfSettings ptr_prev;
|
||||
[DNAFieldAttribute(2, "AssetLibraryReference", "asset_library_reference", "AssetLibraryReference", 8, false)]
|
||||
public AssetLibraryReference asset_library_reference;
|
||||
[DNAFieldAttribute(3, "ListBase", "enabled_catalog_paths", "ListBase", 16, false)]
|
||||
public ListBase enabled_catalog_paths;
|
||||
[DNAFieldAttribute(4, "char", "*active_catalog_path", "char", 4, true)]
|
||||
[DNAFieldAttribute(4, "char", "*active_catalog_path", "char", 8, true)]
|
||||
public char ptr_active_catalog_path;
|
||||
[DNAFieldAttribute(5, "char", "search_string[64]", "System.Char[]", 64, false)]
|
||||
public char[] search_string = new System.Char[64];
|
||||
|
||||
Reference in New Issue
Block a user