Walk Navigation: Controls to adjust jump height interactively #109827

Merged
Pratik Borhade merged 5 commits from Andras-Borsanyi/blender:interactive-jump-height into main 2023-07-28 13:43:45 +02:00

5 Commits

Author SHA1 Message Date
Andras-Borsanyi 425aa36e02 Cleanup: Remove trailing whitespace 2023-07-26 21:25:58 +02:00
Andras 1b9d6f00ca Walk Navigation: Preserve jump height across a session
Similar to walking speed, jump height will be preserved across a session.
Also fixed changing jump height mid-air and switched to using min/max functions
for capping jump height.
2023-07-21 22:40:02 +02:00
Andras 80cca8de7e Merge branch 'main' of https://projects.blender.org/blender/blender into interactive-jump-height 2023-07-19 17:03:51 +02:00
Andras 64e2edd567 Walk Navigation: Capped jump height to 10 units 2023-07-19 16:37:43 +02:00
Andras 06186ba5e5 Walk Navigation: Controls to adjust jump height interactively
Pressing '.' increases, ',' decreases the jump height in modal walk navigation.
Before, you could only change the global height in the preferences, this change
allows you to do so interactively (the setting in preferences is still loaded as default
when starting walk navigation). This is useful when different parts of the scene
have varying elevation changes.
2023-07-07 16:14:41 +02:00