Make all features working

This commit is contained in:
“christopheseux”
2023-01-17 18:05:22 +01:00
parent 060aa80c9b
commit d1c17581ff
27 changed files with 2391 additions and 1400 deletions
+2 -2
View File
@@ -50,9 +50,9 @@ class ASSETLIB_OT_load_asset(Operator):
self.report({"ERROR"}, 'No asset selected')
return {'CANCELLED'}
active_lib = lib.adapter.get_active_asset_library()
active_lib = lib.library_type.get_active_asset_library()
asset_path = asset.asset_data['filepath']
asset_path = active_lib.adapter.format_path(asset_path)
asset_path = active_lib.library_type.format_path(asset_path)
name = asset.name
## set mode to object
Binary file not shown.