tornavis/source/blender/depsgraph
Sergey Sharybin 9b946aeecb Fix #108363: Light linking does not work when linked to self
The code which was preventing this originated to an early days of the
light linking project where bits accumulation was done as part of the
graph evaluation. Since then it was changed to be pre-calculated at
the graph build time.

The updates of the receivers is ensured via the HIERARCHY nodes and
relations between them.

Also made it explicit that the emitter is updated with the tag of
the collection: before it was relying on implicit Copy-on-Write
component tag.

Pull Request: https://projects.blender.org/blender/blender/pulls/108425
2023-05-30 20:22:30 +02:00
..
intern Fix #108363: Light linking does not work when linked to self 2023-05-30 20:22:30 +02:00
CMakeLists.txt Cycles: light and shadow linking 2023-05-24 14:11:47 +02:00
DEG_depsgraph.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
DEG_depsgraph_build.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
DEG_depsgraph_debug.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
DEG_depsgraph_light_linking.h Cycles: light and shadow linking 2023-05-24 14:11:47 +02:00
DEG_depsgraph_light_linking.hh Cycles: light and shadow linking 2023-05-24 14:11:47 +02:00
DEG_depsgraph_physics.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
DEG_depsgraph_query.h Fix assert in light linking when making an asset 2023-05-26 11:30:48 +02:00