d84d77966143cfbce71f231248287e0ca22cbd55
This patch improves warnings displayed when the user attempts to use passes in render engines other than EEVEE with the viewport compositor. Previously, an error icon was always displayed if the viewport compositor was in use as well as a viewport overlay text. This error existed even when the render engine was set to EEVEE and even if the passes are not actually used, which was always confusing for users. This patch improves this by only displaying the error when a pass is actually used and when a non-EEVEE render engine is used. This is implemented internally as an extra info callback for the node. And the compositor_unsupported_message member hack was removed. Pull Request: https://projects.blender.org/blender/blender/pulls/144005
…
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%
