Skip to content

Python Error when Right Clicking on Blender 5.0.0 #53

@BizaNator

Description

@BizaNator

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions