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 changed files with 2 additions and 1 deletions

View File

@ -591,7 +591,8 @@ static void sync_viewport_camera_smoothview(bContext *C,
if (other_v3d->camera == ob) {
continue;
}
if (v3d->scenelock) {
/* Checking the other view is needed to prevent local cameras being modified. */
if (v3d->scenelock && other_v3d->scenelock) {
ListBase *lb = (space_link == area->spacedata.first) ? &area->regionbase :
&space_link->regionbase;
for (ARegion *other_region = lb->first; other_region != NULL;