[Bf-blender-cvs] [9b06d570fa8] temp-license-header-spdx: aFix: View Animation not working with stereoscopic animations

Campbell Barton noreply at git.blender.org
Thu Feb 10 13:38:55 CET 2022


Commit: 9b06d570fa8459a3721e0d753905712b76d78b2e
Author: Campbell Barton
Date:   Thu Feb 10 23:28:48 2022 +1100
Branches: temp-license-header-spdx
https://developer.blender.org/rB9b06d570fa8459a3721e0d753905712b76d78b2e

aFix: View Animation not working with stereoscopic animations

The animation playback did not take into account individual stereoscopic views.

This patch fixes this by playing back the active view render.

Fixes T91423

Maniphest Tasks: T91423

Ref D14070

===================================================================

M	doc/license/SPDX-license-identifiers.txt

===================================================================

diff --git a/doc/license/SPDX-license-identifiers.txt b/doc/license/SPDX-license-identifiers.txt
index 3551ba5af3b..52db5764efe 100644
--- a/doc/license/SPDX-license-identifiers.txt
+++ b/doc/license/SPDX-license-identifiers.txt
@@ -1,6 +1,6 @@
 Corresponding SPDX license identifiers in the source code:
 
-Apache-2.0                https://spdx.org/licenses/Apache-2.0.html
-BSD-3-Clause              https://spdx.org/licenses/BSD-3-Clause.html
-GPL-2.0-only              https://spdx.org/licenses/GPL-2.0-only.html
-GPL-2.0-or-later          https://spdx.org/licenses/GPL-2.0-or-later.html
+Apache-2.0                                          https://spdx.org/licenses/Apache-2.0.html
+BSD-3-Clause              BSD-3-Clause-license.txt  https://spdx.org/licenses/BSD-3-Clause.html
+GPL-2.0-only              GPL-license.txt           https://spdx.org/licenses/GPL-2.0-only.html
+GPL-2.0-or-later          GPL-license.txt           https://spdx.org/licenses/GPL-2.0-or-later.html



More information about the Bf-blender-cvs mailing list