Achimios / Gamepad-Control-Camera-Blender

In Blender use xbox controller to control camera, to navigate in big scene, or record camera. aircraft animation. 在blender中使用XBOX手柄控制相机运动,用于大场景导航与K相机、飞行器动画。
8 stars 1 forks source link

Error when enabling addon in blender 3.5.1 after changing line 13 #2

Open Oscar87875 opened 1 year ago

Oscar87875 commented 1 year ago

I had paste 'B3D-Gamepad-Control-master AkimoVersion V1.0' in '...\scripts\addons\' And changed line 13 of __init__.py to '"blender": (3, 5, 1),'

This error occurs when checking the check box in Blender preferences -> add-ons

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\addonutils.py",line 333,in enable mod =import(module_name) ModuleNotFoundError:No module named 'B3D-Gamepad-Control-master AkimoVersion V1'

0x20F commented 1 year ago

Hi, this is a bit late but I ran into the same issue and solved it by doing the following:

  1. Go to where you saved the addon (usually the Blender folder)
  2. You'll notice that the name of the gamepad addon folder ends with V1.0 while in the error it looks for V1
  3. Change it from V1.0 to V1

Hope this helps.