Maniphest T66572

Orbiting Around a Selection With MiddleMouseButton Pressed Displaces the Selection/the View
Closed, Resolved

Assigned To
ronsn
Authored By
ronsn
Jul 8 2019, 8:27 PM
Tags
  • BF Blender
  • User Interface
Subscribers
Bastien Montagne (mont29)
Campbell Barton (campbellbarton)
Philipp Oeser (lichtwerk)
Pinus
ronsn

Description

In the latest build of Blender it is not possible to orbit around a selecetion via pressing the middle mouse button after centering the view to a selection (Numpad .). It seems to orbit around the selection with an offset.

The easiest way to check that is to open Blender in the default Layout Workspace, select the cube, press Numpad . and try to orbit around with middle mouse button pressed.
But it is possible to rotate around a selection (after centering the view to a selection) if you use the Viewport Gizmo.

System Information
Operating system: Linux-4.4.0-154-generic-x86_64-with-debian-stretch-sid 64 Bits
Graphics card: GeForce GT 620M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 384.130

Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-08 14:18, hash: rBa4bc6aca0ef9
Worked: (optional)

Short description of error
Orbiting around a selection with middle mouse button pressed displaces the selection/the view.

Exact steps for others to reproduce the error
The easiest way to check that is to open Blender in the default Layout Workspace, select the cube, press Numpad . and try to orbit around with middle mouse button pressed.

[Based on the default startup file]

Related Objects

Event Timeline

ronsn created this task.Jul 8 2019, 8:27 PM
ronsn renamed this task from Orbiting Around a Selection With MiddleMouseButton Pressed Displaces the Selection to Orbiting Around a Selection With MiddleMouseButton Pressed Displaces the Selection/the View.Jul 8 2019, 8:34 PM
ronsn updated the task description.
ronsn added a project: User Interface.Jul 8 2019, 8:38 PM
Campbell Barton (campbellbarton) added a subscriber: Campbell Barton (campbellbarton).EditedJul 9 2019, 5:28 AM

Tested and this is working properly here.

Can you double check this happens after loading factory settings? (listing any changes to preferences)

Campbell Barton (campbellbarton) lowered the priority of this task from 90 to 30.Jul 9 2019, 5:28 AM
ronsn added a comment.EditedJul 9 2019, 12:57 PM

Okay,
I reloaded the factory settings and it worked properly too. Than I enabled the addons

  • »Import Images as Planes« and
  • »Node Wrangler«

and than I disabled »Auto Perspective« in Preferences -> Navigation -> »Orbit & Pan«.

Result was: It worked still properly.

And than I was a little bit sad, because I thought I will never know the reason why this happened. I closed Blender and opened again and this time I pressed »Recover Last Session« on the Splash Screen. That opened the file which I had after loading the factory settings, so that should work properly too, but it didn't. It seems to orbit around where I placed my mouse cursor. So I went to another computer and tested it there. There it was fine. Than I copied the config (~/.config/blender/2.80/config/userpref.blend) from the computer where that orbit issue occurs and tested that on the other computer. And from than on there it occured too.

I don't know any preferences that enables something like »Orbit Around Mouse Cursor«, so I decided to append my userpref.blend file for investigation if that issue occurs somewhere else.

ronsn raised the priority of this task from 30 to 90.Jul 9 2019, 1:07 PM
ronsn claimed this task.Jul 10 2019, 5:54 PM

I realized that reloading the factory settings doesn't save them into the user preferences. I thought that because it asked me something like »Do you really want to load factory settings?«^^
Okay, so what I have to do is checking every setting that differs from the factory settings. Maybe we'll find what causes this issue.

Pinus added a subscriber: Pinus.Jul 10 2019, 7:13 PM

@ ronsn

Try that : https://developer.blender.org/T66252

  • delete everything in the scene/layer/etc and save the file as new start-file, and save the project

(nothing to save but necessary...) close blender.

  • start blender and load factory-settings.
  • save as start-file and close blender.
  • delete the 2.8 scripts-folder in .config/blender.
  • start blender, and make a test.
Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 30.Aug 2 2019, 1:51 PM
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).

@ronsn : please report back if you found which setting/addon is causing this.
For now I will set this back to "Needs Information from User"...

Bastien Montagne (mont29) changed the task status from Unknown Status to Unknown Status.Aug 20 2019, 12:12 PM
Bastien Montagne (mont29) added a subscriber: Bastien Montagne (mont29).

More than a week without reply or activity. Due to the policy of the tracker archiving for until required info/data are provided.

ronsn changed the task status from Unknown Status to Resolved.Sep 4 2019, 3:10 PM

Hey, sorry, I wasn't available because of holidays :/
But today I started to investigate this issue and found the cause of this issue.
It was the setting in Blenders preferences under
Navigation -> Orbit & Pan -> Checkbox: Auto Depth.
This was checked by mistake I think, because I didn't want to have Auto Perspective turned on (which is direct across Auto Depth).

I didn't even know what Auto Depth means, so when I first started looking into the preferences I did not associate it with that behavior^^

Thank you nice guys for helping =)

Although, I will report more bugs with factory settings later ?