Fix #108763: temp_override to consider context's screen #114269

Closed
Andrej wants to merge 6 commits from Andrej730/blender:screen_temp_override into main

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

6 Commits

Author SHA1 Message Date
Andrej d0677648c1 temp_override screen - rearrange logic 2023-11-10 15:10:50 +05:00
Andrej 2b858f84c7 temp_override screen - comments formatting and logic rearranged
- reformatted comments
- rearranged part of screen logic
2023-11-10 14:32:27 +05:00
Andrej 1198a627e4 temp_override screen - exception on overriding with temp screen 2023-11-10 14:32:27 +05:00
Andrej 6d945cee49 Temporarily changing window's screen if it was overridden 2023-11-07 16:27:33 +05:00
Andrej e2ae3e5246 Revert "temp_override to consider context's screen #108763"
This reverts commit f7e39daef4.
2023-11-07 11:58:56 +05:00
Andrej f7e39daef4 temp_override to consider context's screen #108763
Previously it was checking the actually active screen - it was leading to issue where it's no longer possible to override `context.screen` ( #108763). With old context override method it was possible to override `context.screen`.
2023-10-30 17:18:11 +05:00