Hi when I paste all the folder and activate autopack, it has a error as follow
Python: Traceback (most recent call last):
File "C:\Users\james\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\upy_autoPack_plugin_blender.py", line 147, in execute
afgui.setup(rep="af",host=upy.host)
File "C:\Program Files\Blender Foundation\Blender 3.0/MGLToolsPckgs\autopack\Gui.py", line 3576, in setup
self.initWidget()
File "C:\Program Files\Blender Foundation\Blender 3.0/MGLToolsPckgs\autopack\Gui.py", line 3717, in initWidget
self.initWidgetFiller()
File "C:\Program Files\Blender Foundation\Blender 3.0/MGLToolsPckgs\autopack\Gui.py", line 3801, in initWidgetFiller
value=list(self.recipe_available["HIV"].keys()),
KeyError: 'HIV'
location: <unknown location>:-1
Anything I can do to solve it?