Page MenuHome

Fix T75964: changing object's viewport display color does not update cycles
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Apr 22 2020, 1:52 PM.

Details

Summary

Caused by rB00466e756e33.

While that commit sounds logical, Cycles uses is_updated_transform() to
detect updates.

Suggest to either

  • introduce is_updated_shading() like this patch does or
  • tweak is_updated_transform() to include ID_RECALC_SHADING or
  • simply revert rB00466e756e33 [since it did not really fix anything

afaict]

Diff Detail

Repository
rB Blender