2.93.15 LTS backporting commits #104751

Closed
Philipp Oeser wants to merge 1 commits from lichtwerk:blender-v2.93-release into blender-v2.93-release

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

1 Commits

Author SHA1 Message Date
Philipp Oeser d8b89ec211 Fix #106794: Changing active camera changes other viewport local cameras
buildbot/vexp-code-patch-coordinator Build done. Details
f36543c5f5 took care of syncing multiple viewport`s cameras, but wasnt
fully meeting intentions [which was to only do this if both viewports
are locked to the scene camera].

Check was only done for the viewport this was executed in (if this was
locked to the scene camera, it would change all other viewports as
well), now also check if the target viewport prefers to use its own
local camera instead and skip it in that case.

Pull Request: #106799
2023-04-12 14:43:49 +02:00