finish make library conformation working

This commit is contained in:
“christopheseux”
2022-12-30 23:36:09 +01:00
parent ab72a15a2c
commit 501cb460c8
19 changed files with 319 additions and 303 deletions
+2
View File
@@ -22,6 +22,8 @@ if 'bpy' in locals():
importlib.reload(rename_pose)
#importlib.reload(render_preview)
import bpy
def register():
operators.register()
keymaps.register()
+2 -2
View File
@@ -72,11 +72,11 @@ from asset_library.action.functions import (
from asset_library.common.functions import (
#get_actionlib_dir,
get_asset_source,
#get_asset_source,
#get_catalog_path,
#read_catalog,
#set_actionlib_dir,
resync_lib,
#resync_lib,
get_active_library,
get_active_catalog,
asset_warning_callback
Binary file not shown.