Blender Git Commit Log

Git Commits -> Revision cd24712

Revision cd24712 by Sergey Sharybin (master)
January 27, 2021, 13:20 (GMT)
Fix T84717: Missing viewport update after shading changes

Revert "Fix T83411: Crash when using a workspace/layout data path in a driver"

The fix for the crash exposed design violation in the viewport shading updates,
which is for some reason relying on dependency graph tag of interface data.

The viewport module did not respond to the issue in 2 weeks, and the architect
considered missing update for multiple users a more serious issue than a crash
in a very specific case.

This reverts commit 0f95f51361d73fbd8ba8d80b3b65da930dcf3b20.

Commit Details:

Full Hash: cd24712c2c51ab753369f7cae8c43c38115bd59f
Parent Commit: ea01c8c
Lines Changed: +9, -85

7 Modified Paths:

/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+4, -32) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.h (+0, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+4, -33) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.h (+0, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+0, -8) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+0, -4) (Diff)
/source/blender/makesdna/DNA_ID.h (+1, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021