Page MenuHome

Fix T88515: Cycles does not update light transform from linked collections
ClosedPublic

Authored by Kévin Dietrich (kevindietrich) on Jun 10 2021, 7:25 PM.

Details

Summary

When moving a linked collection, we seem to only receive a depsgraph update
for an empty object so the Blender synchronization cannot discriminate it
and tag the object(s) (light or geometry) for an update through
id_map.set_recalc.

This missing transform update only affects lights since we do not check
manually if the transformations were modified like we do for objects.

To fix this, add a check to see if the transformation is different provided
that a light was already created.

Diff Detail

Repository
rB Blender