Impossible to use any other mouse button than MMB to navigate in Knife tool mode #62154

Open
opened 2019-03-03 14:32:51 +01:00 by Ludvik Koutny · 16 comments
Contributor

System Information
Operating system: Windows 10
Graphics card: GTX1080Ti

Blender Version
Broken: 2.8 latest master
Worked: Probably never

Short description of error
The way Knife tool mode is executed makes it impossible to navigate 3D viewport in the Knife tool mode as long as navigation buttons are mapped to any other key than middle mouse button (MMB). This does not interfere with default Blender kemap, where Orbit (Rotate), Pan and Zoom viewport navigation actions are mapped to MMB, but doesn't allow viewport navigation in the other custom keymaps, including the proposed industry compatible one: https://developer.blender.org/T54963

There is no combination of settings in Knife Tool Modal Map section which would allow to solve this issue and make non-MMB based viewport navigation function in Knife tool mode.

Exact steps for others to reproduce the error
1, In factory default setup Blender, got to edit mode of the default cube, activate Knife tool using K key, and notice MMB to orbit, Shift+MMB to pan and Ctrl+MMB works.
2, Go to User Preferences, Keymap section, and in 3D View>3D View (Global)
3, Change Rotate View from Middle mouse to Alt+Left Mouse and change the action type from "Press" to "Click-Drag" (To distinguish from Alt+LMB click, which selects edge loops)
4, Change Zoom view from Ctrl+Middle Mouse to Alt+Right Mouse
5, In 3D viewport, notice that Alt+LMB and Alt+RMB work correctly to activate Viewport Rotate and Viewport Zoom respectively
6, Enter Knife tool mode, and notice that Alt+LMB and Alt+RMB do not work to Rotate or Zoom the viewport.
7, In Keymap editor, under 3D View>Knife Tool Modal Map, notice there is no possible setup to make these new navigation hotkeys work.

Result: There is no way to configure Knife Tool Modal Map so that viewport navigation in Knife Tool Mode works with any other mouse buttons than MMB.

Expected: It is possible to configure Knife Tool Modal Map so that it works with non-MMB based viewport havigation configuration.

**System Information** Operating system: Windows 10 Graphics card: GTX1080Ti **Blender Version** Broken: 2.8 latest master Worked: Probably never **Short description of error** The way Knife tool mode is executed makes it impossible to navigate 3D viewport in the Knife tool mode as long as navigation buttons are mapped to any other key than middle mouse button (MMB). This does not interfere with default Blender kemap, where Orbit (Rotate), Pan and Zoom viewport navigation actions are mapped to MMB, but doesn't allow viewport navigation in the other custom keymaps, including the proposed industry compatible one: https://developer.blender.org/T54963 There is no combination of settings in Knife Tool Modal Map section which would allow to solve this issue and make non-MMB based viewport navigation function in Knife tool mode. **Exact steps for others to reproduce the error** 1, In factory default setup Blender, got to edit mode of the default cube, activate Knife tool using K key, and notice MMB to orbit, Shift+MMB to pan and Ctrl+MMB works. 2, Go to User Preferences, Keymap section, and in 3D View>3D View (Global) 3, Change Rotate View from Middle mouse to Alt+Left Mouse and change the action type from "Press" to "Click-Drag" (To distinguish from Alt+LMB click, which selects edge loops) 4, Change Zoom view from Ctrl+Middle Mouse to Alt+Right Mouse 5, In 3D viewport, notice that Alt+LMB and Alt+RMB work correctly to activate Viewport Rotate and Viewport Zoom respectively 6, Enter Knife tool mode, and notice that Alt+LMB and Alt+RMB do not work to Rotate or Zoom the viewport. 7, In Keymap editor, under 3D View>Knife Tool Modal Map, notice there is no possible setup to make these new navigation hotkeys work. Result: There is no way to configure Knife Tool Modal Map so that viewport navigation in Knife Tool Mode works with any other mouse buttons than MMB. Expected: It is possible to configure Knife Tool Modal Map so that it works with non-MMB based viewport havigation configuration.
Author
Contributor

Added subscriber: @Rawalanche

Added subscriber: @Rawalanche

#61922 was marked as duplicate of this issue

#61922 was marked as duplicate of this issue

#71323 was marked as duplicate of this issue

#71323 was marked as duplicate of this issue

Added subscriber: @Kartridge

Added subscriber: @Kartridge

Added subscriber: @cez

Added subscriber: @cez

Added subscriber: @Oskar3d

Added subscriber: @Oskar3d

Added subscriber: @brecht

Added subscriber: @brecht

This has been a known limitation for a long time. Navigation while using modal tools in general is not supported besides some hardcoded exceptions.

This has been a known limitation for a long time. Navigation while using modal tools in general is not supported besides some hardcoded exceptions.

Added subscriber: @PetterLundh

Added subscriber: @PetterLundh

I found a workaround that makes the navigation with Alt + LMB/MMB/RMB possible while using the Knife Tool.
In Keymap -> 3D View -> Knife Tool Modal Map you need to have Panningset for Alt+LMB, Alt+MMB, Alt+RMB.
And the Panning Alt+LMB must be set before Add Cut with Left Mouse.(the order is important)

Here is how it looks in my settings:
knife_tool_workaround.png

I found a workaround that makes the navigation with Alt + LMB/MMB/RMB possible while using the Knife Tool. In **Keymap -> 3D View -> Knife Tool Modal Map** you need to have **Panning**set for **Alt+LMB, Alt+MMB, Alt+RMB**. And the Panning **Alt+LMB** must be set before **Add Cut** with Left Mouse.(the order is important) Here is how it looks in my settings: ![knife_tool_workaround.png](https://archive.blender.org/developer/F6951550/knife_tool_workaround.png)
Author
Contributor

In #62154#661793, @Oskar3d wrote:
I found a workaround that makes the navigation with Alt + LMB/MMB/RMB possible while using the Knife Tool.
In Keymap -> 3D View -> Knife Tool Modal Map you need to have Panningset for Alt+LMB, Alt+MMB, Alt+RMB.
And the Panning Alt+LMB must be set before Add Cut with Left Mouse.(the order is important)

Here is how it looks in my settings:
knife_tool_workaround.png

Are you 100% sure this works even if the view3d.rotate action is set to "Click-Drag", not "Press"?

EDIT: Yes, exactly as I anticipated. You were not paying attention and did not read the problem is related to view3d rotate being set to "Click-Drag", not press.
image.png
So your "workaround" does not solve anything in this case.

> In #62154#661793, @Oskar3d wrote: > I found a workaround that makes the navigation with Alt + LMB/MMB/RMB possible while using the Knife Tool. > In **Keymap -> 3D View -> Knife Tool Modal Map** you need to have **Panning**set for **Alt+LMB, Alt+MMB, Alt+RMB**. > And the Panning **Alt+LMB** must be set before **Add Cut** with Left Mouse.(the order is important) > > Here is how it looks in my settings: > ![knife_tool_workaround.png](https://archive.blender.org/developer/F6951550/knife_tool_workaround.png) Are you 100% sure this works even if the view3d.rotate action is set to "Click-Drag", not "Press"? EDIT: Yes, exactly as I anticipated. You were not paying attention and did not read the problem is related to view3d rotate being set to "Click-Drag", not press. ![image.png](https://archive.blender.org/developer/F6951663/image.png) So your "workaround" does not solve anything in this case.

So your "workaround" does not solve anything in this case.

You're right. It doesn't work when it's set to Click-Drag.
But it's fine for the Industry Compatible Keymap, where select edge loops is done with double left click.
In the current state of the Industry Compatible Keymap you can't navigate at all when the Knife tool is enabled.

Navigation while using tools is so essential hope it becomes a priority soon. (not been able to navigate while using circle select makes no sense)

> So your "workaround" does not solve anything in this case. You're right. It doesn't work when it's set to Click-Drag. But it's fine for the Industry Compatible Keymap, where select edge loops is done with double left click. In the current state of the Industry Compatible Keymap you can't navigate at all when the Knife tool is enabled. Navigation while using tools is so essential hope it becomes a priority soon. (not been able to navigate while using circle select makes no sense)

Added subscribers: @Stan_Pancakes, @mano-wii, @avrprj

Added subscribers: @Stan_Pancakes, @mano-wii, @avrprj

Added subscribers: @AbgaryanFX, @iss, @JacquesLucke

Added subscribers: @AbgaryanFX, @iss, @JacquesLucke

Added subscriber: @IihT2cWA9xiP30BsYphz3EiEISNoScoe

Added subscriber: @IihT2cWA9xiP30BsYphz3EiEISNoScoe

Really annoying when youre using Modo navigation (Alt-LMB rotate, Shift-Alt-LMB pan, Ctrl-Alt-LMB zoom) as I hate clicking MMB. Would be great if the knifetool was decoupled from the MMB navigation

Really annoying when youre using Modo navigation (Alt-LMB rotate, Shift-Alt-LMB pan, Ctrl-Alt-LMB zoom) as I hate clicking MMB. Would be great if the knifetool was decoupled from the MMB navigation
Philipp Oeser removed the
Interest
User Interface
label 2023-02-10 09:25:53 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
10 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#62154
No description provided.