e3a7d68baf94ffcd4a88fb243e4a2f18face80cc
The issue was caused by Cycles doing dependency tracking on its side, relying on the fact that view layer needs to be tagged as modified when its properties change. This was not the case when custom property on the a view layer is modified via a driver. Now the dependency graph will tag IDs which generic properties did change as ID_RECALC_PARAMETERS, giving it a chance to render engines to react to it. Since this is quite generic code which might have unforeseen side effects the change is not targeted to the current release branch. Note that this chaneg does not fix the #103140, as the issue there is use of RNA path to another data-block, without the node tree registering relation to that data-block. Also fixes #118117: Compositor does not update image when path is changed via handler Original Pull Request: https://projects.blender.org/blender/blender/pulls/118134 Pull Request: https://projects.blender.org/blender/blender/pulls/118846
…
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%
