-
- Downloads
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
Loading
Please register or sign in to comment