Fixed startup.blend default Viewport view tilt #113751

Closed
Jonas Holzman wants to merge 11 commits from Brainzman/blender:viewport-tilt-fix into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

11 Commits

Author SHA1 Message Date
Jonas Holzman af62161dbe Implemented the viewport tilt fix logic as a pre-computed LUT
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-03-24 10:19:04 +01:00
Jonas Holzman 00f857d3b9 Soft-reset branch to 'origin/main' 2024-03-23 23:03:24 +01:00
Jonas Holzman 556946b856 LUT: Clear the orbit pivot point for comparison 2024-03-23 23:02:47 +01:00
Jonas Holzman a07ab99e1c LUT: Print viewport quaternion before/after tilt correction 2024-03-23 22:59:41 +01:00
Jonas Holzman 5411f698bb Merge branch 'main' into viewport-tilt-fix
# Conflicts:
#	source/blender/blenloader/intern/versioning_defaults.cc
2024-03-21 20:37:31 +01:00
Jonas Holzman 0fa4fbf647 Viewport Tilt Fix: Implemented Requested Changes 2023-12-17 23:13:13 +01:00
Jonas Holzman de86250adc Merge branch 'main' into viewport-tilt-fix 2023-12-17 23:07:32 +01:00
Jonas Holzman e8966574e3 Correct the default viewport camera rotation using versioning code 2023-11-05 23:41:46 +01:00
Jonas Holzman 77d6c00036 Merge remote-tracking branch 'origin/main' into viewport-tilt-fix 2023-11-05 23:33:45 +01:00
Jonas Holzman 6c93a8cabc Revert "Fixed startup.blend Viewport tilt"
This reverts commit 188cc27fcf.
2023-11-05 23:32:14 +01:00
Jonas Holzman 188cc27fcf Fixed startup.blend Viewport tilt
This commit fixes a long-standing (since Blender 2.5!) "bug", or UI
inconsistency where the default Blender viewport view is tilted ~0.8
degrees to the right.

This new startup.blend was generated on a fresh Blender release build
(b6131cc338) using a Python script.

See the PR for the script, command used, and more details.
2023-10-15 19:04:11 +02:00