RightMouseNavigation icon indicating copy to clipboard operation
RightMouseNavigation copied to clipboard

Python Error when Right Clicking on Blender 5.0.0

Open BizaNator opened this issue 3 weeks ago • 0 comments

Super excited to use this as I live in Unreal all day. However while the navigation works (it's awesome) anywhere I right click is giving me this python error - right_mouse_nativation\operators.py line 66 self.callMenu(context) and line 98 in callMenu select_mouse = context.window_manager.keyconfigs.active.preferenes.select_mouse

  File "C:\Users\Biza\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\right_mouse_navigation\operators.py", line 66, in modal
    self.callMenu(context)
  File "C:\Users\Biza\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\right_mouse_navigation\operators.py", line 98, in callMenu
    select_mouse = context.window_manager.keyconfigs.active.preferences.select_mouse
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'select_mouse'
Image

I went to my AppData\Roaming\Blender Foundation\Blender\5.0\ but I don't see an extensions folder, only scripts (i checked hidden and system folders) so I'm not sure.

Anyway would love to get this to work. Thanks

BizaNator avatar Dec 03 '25 15:12 BizaNator