continue refacto
This commit is contained in:
@@ -3,8 +3,9 @@ from asset_library.collection import (
|
||||
gui,
|
||||
operators,
|
||||
keymaps,
|
||||
build_collection_blends,
|
||||
create_collection_library)
|
||||
#build_collection_blends,
|
||||
#create_collection_library,
|
||||
)
|
||||
|
||||
if 'bpy' in locals():
|
||||
import importlib
|
||||
@@ -12,8 +13,8 @@ if 'bpy' in locals():
|
||||
importlib.reload(gui)
|
||||
importlib.reload(operators)
|
||||
importlib.reload(keymaps)
|
||||
importlib.reload(build_collection_blends)
|
||||
importlib.reload(create_collection_library)
|
||||
#importlib.reload(build_collection_blends)
|
||||
#importlib.reload(create_collection_library)
|
||||
|
||||
|
||||
def register():
|
||||
|
||||
Reference in New Issue
Block a user