Implemented Right Click Drag Navigation with Modifiers#58
Merged
SpectralVectors merged 13 commits intoSpectralVectors:masterfrom Mar 4, 2026
Merged
Implemented Right Click Drag Navigation with Modifiers#58SpectralVectors merged 13 commits intoSpectralVectors:masterfrom
SpectralVectors merged 13 commits intoSpectralVectors:masterfrom
Conversation
Owner
|
Hi @roguesleipnir, thanks for the contribution, just tested it out and it seems to be working as described. I may do a little tweaking to the UI before I send it on to the Extensions platform, but it seems like an option that people will appreciate. I also made some discoveries re: how keymaps are handled that may require some tweaks to the keymap update/register section as well, but I haven't done any tests yet to see if it will be an issue, so I'm just going to merge it as it is and then patch it if any problems show up in testing. Thanks again, I'll credit you in the update notes once I push it to Extensions! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I actually made these functions more than a year ago and have been using them comfortably for a while.
Had to refactor a bit to the latest branch since there were new features. Tested on Blender 5.0 too.
The shortcuts mostly mimic Unity since that's the engine I've been using.
The middle mouse button is just takes too much effort to press for long times. So I wanted to swap them to RMB.
Please excuse the multiple bugfix commits, since I tested a bunch of app initialization and toggle on/off scenarios.
I also saw that last year someone requested for this type of feature.
#39
Summary
(Optionally) Remap the Middle Mouse Button 3D View controls to Right Mouse Button to match other 3D software.
Switching default Middle Mouse 3D View Controls to Right Mouse
To match other 3D software, the Middle Mouse 3D View camera controls can be switched to use the Right Mouse instead:
Other controls that were switched to Middle Mouse:
There is also a setting to switch the activation of Right Mouse Navigation mode and the 3D View Rotate keymapping:
Changes
__init__.py: Append Rebind functions on load, after register.preferences.py: Added Preferences, Tooltips. Keymap rebinding.