12ba9770db74e240872d55001d79dc862226ddaa
The Denoise node crashes if used in the viewport compositor. That's because OIDN uses the compositor context in a different thread, which does not have access to the DRW context. To fix this, we assign relevant context data to the compositor context from the DRW context before running the evaluator, then make the compositor context return those data instead of accessing the DRW context.
…
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%
