- Code: Select all
Python: Traceback (most recent call last):
File "/home/ian/.config/blender/2.93/scripts/addons/mpfb/ui/assetlibrary/assetlibrarypanel.py", line 100, in draw
self._draw_section(scene, layout)
File "/home/ian/.config/blender/2.93/scripts/addons/mpfb/ui/assetlibrary/assetlibrarypanel.py", line 36, in _draw_section
items = AssetService.get_asset_list(self.asset_subdir, self.asset_type)
File "/home/ian/.config/blender/2.93/scripts/addons/mpfb/services/assetservice.py", line 249, in get_asset_list
AssetService.update_asset_list(asset_subdir, asset_type)
File "/home/ian/.config/blender/2.93/scripts/addons/mpfb/services/assetservice.py", line 221, in update_asset_list
if _ASSET_THUMBS is None:
UnboundLocalError: local variable '_ASSET_THUMBS' referenced before assignment
location: <unknown location>:-1
I also get the same error when I click the "Library Files" button under System and Resources, although the assets viewer (Gwenview in my case) opens to the correct directory.
At first I thought this was a directory location problem, but if I delete all the assets from both the MPFB user data and MakeHuman user data directories, I get no error, but the following notice:
BTW: since this is really more of a bug report, is it better to post here, GitHub or both?