Missing tool function with LMB select #58655

Closed
opened 2018-12-03 22:34:48 +01:00 by Kristian Emil · 12 comments

System Information
Operating system: MacOS Mojave
Graphics card: Intel HD Graphics 4000 / Nvidia GT 650M

Blender Version
Blender 2.80, 63ac7c799c, 2018-12-02

Short description of error
In the 3D Viewport, Object mode, when on the Transform tool, there's an option ( Drag Action ) where you can choose what happens when you drag outside of the transform gizmo - Move, Rotate, Scale & None. All of them works as you would expect, except the None - it just moves, like the first option.

Exact steps for others to reproduce the error
Screenshot 2018-12-03 at 22.29.14.jpg

**System Information** Operating system: MacOS Mojave Graphics card: Intel HD Graphics 4000 / Nvidia GT 650M **Blender Version** Blender 2.80, 63ac7c799c8, 2018-12-02 **Short description of error** In the 3D Viewport, Object mode, when on the Transform tool, there's an option ( Drag Action ) where you can choose what happens when you drag outside of the transform gizmo - Move, Rotate, Scale & None. All of them works as you would expect, *except* the **None** - it just moves, like the first option. **Exact steps for others to reproduce the error** ![Screenshot 2018-12-03 at 22.29.14.jpg](https://archive.blender.org/developer/F5804338/Screenshot_2018-12-03_at_22.29.14.jpg)
Author

Added subscriber: @Le.Citron

Added subscriber: @Le.Citron

#60355 was marked as duplicate of this issue

#60355 was marked as duplicate of this issue
Campbell Barton changed title from Missing tool function to Missing tool function with LMB select 2018-12-04 06:50:51 +01:00
Member

Added subscribers: @ideasman42, @JacquesLucke

Added subscribers: @ideasman42, @JacquesLucke
Member

There are two problems here:

  1. Move and None have both the value 0 internally. That could easily be fixed by either giving None or Move a different value.
  2. There is an independent keymap item that triggers the translate operator on tweak LMB.

Removing the keymap item probably has a bigger impact on users.
I'd suggest to just get rid of the None option.
What do you think @ideasman42, @brecht ?

There are two problems here: 1. `Move` and `None` have both the value `0` internally. That could easily be fixed by either giving `None` or `Move` a different value. 2. There is an independent keymap item that triggers the translate operator on tweak LMB. Removing the keymap item probably has a bigger impact on users. I'd suggest to just get rid of the `None` option. What do you think @ideasman42, @brecht ?
Member

Added subscriber: @brecht

Added subscriber: @brecht

Move uses SCE_GIZMO_SHOW_TRANSLATE which is 1, this is caused by the second issue you mention.

Move uses `SCE_GIZMO_SHOW_TRANSLATE` which is `1`, this is caused by the second issue you mention.
Added subscribers: @EdHernandez, @WilliamReynish, @ThinkingPolygons

Added subscriber: @OlafHaag

Added subscriber: @OlafHaag

Added subscriber: @GatisKurzemnieks

Added subscriber: @GatisKurzemnieks

Doing rectangle selection when None mode is selected would be nice. Would allow to work without constantly switching between transform and selection tools, like in other DCC apps.
Adding this as an option to Move/Rotate/Scale tools would also be very useful.

Doing rectangle selection when None mode is selected would be nice. Would allow to work without constantly switching between transform and selection tools, like in other DCC apps. Adding this as an option to Move/Rotate/Scale tools would also be very useful.

This will be obsolete after #63518 (Per viewport transform gizmo settings for select tools, remove transform tool).

This will be obsolete after #63518 (Per viewport transform gizmo settings for select tools, remove transform tool).

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brecht Van Lommel self-assigned this 2019-04-25 12:10:07 +02: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
7 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#58655
No description provided.