Skip to content
Snippets Groups Projects
Commit b98bc261 authored by Germano Cavalcante's avatar Germano Cavalcante Committed by Germano Cavalcante
Browse files

Fix #114714: Rotating the View can drastically change the view's position when...

Fix #114714: Rotating the View can drastically change the view's position when Auto Depth or Orbit Arround Select is set

Caused by 6faa39ed

In that commit it was assumed that the view offset does not need to be
updated if the operator is `V3D_OP_MODE_ROTATE` instead of simply
checking `this->use_dyn_ofs`.

Since `use_dyn_ofs` is always `True` when using Auto Depth or Orbit
Arround Select, the offset should always be updated in these cases.

Pull Request: https://projects.blender.org/blender/blender/pulls/114726
parent ff82b25c
No related branches found
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment