Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralVectors authored Nov 15, 2023
1 parent ece27ae commit 19c7480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RightMouseNavigation
### !!! ATTENTION, BLENDER 4.0 USERS ENSURE YOU HAVE THE LATEST VERSION - 2.1 !!!
![RightMouseNavigation Logo](/RightMouseNavigationLogo.png)
Enables Unreal Engine-style Right Mouse Viewport Navigation and Blueprint-like Node workflow.

Expand Down

2 comments on commit 19c7480

@coilt
Copy link

@coilt coilt commented on 19c7480 Dec 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an absolutely indispensible addon, I couldn't live without it, getting used to navigation in UE5, thank you so much. however, the update doesn't work for me in Blender 4.0, the right mouse button becomes sticky once I click it, and I can't do anything, even click the left mouse button. so I'm stuck with the Blender 3.6

@SpectralVectors
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry that this caused issues for you, the same thing happened to me.

I'm currently using v2.1 in Blender 4.0 and 4.1 on Win10 and Linux without issues (aside from the fact that the old version won't work in 4.0 and screwed up the keymap when I imported my settings from 3.6 to 4.0)

I've had some reports of strange behavior on Win11, but I don't have a system set up to test atm.

Again, apologies for the issues caused, you can check the current open issue for another user having similar problems.

I will need to update the keymap registration code again, I will let you know once I have an update in place.

A possible solution is to:

  • open 3.6
  • uninstall RightMouseNavigation
  • open 4.0
  • import settings from 3.6
  • install RightMouseNavigation v2.1

Though I realize that this is cumbersome.

Please sign in to comment.