58ebe99d9dd7bb5ca3b32ef8622f3aabc6908b57
In some cases, multiple viewers can be active and the active viewer is not the desired one. This is only a problem for the compositor The fix has two parts: 1. Tag the node tree as changed after the output changes. This solves the issue of two viewers being active at the same time 2. Deactivate all other viewers before activating the desired viewer node (similar to how `NODE_OT_activate_viewer()` works). This ensures that the only active viewer is the one that the user just set. Pull Request: https://projects.blender.org/blender/blender/pulls/138671
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
