continue refacto

This commit is contained in:
“christopheseux”
2022-12-28 00:09:57 +01:00
parent 575bbade7b
commit 74724423b4
5 changed files with 21 additions and 15 deletions
+5 -4
View File
@@ -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():