Blender Git Loki
Git Commits -> Revision 71d48a4
Revision 71d48a4 by Sergey Sharybin (blender-v2.78b-release, blender-v2.78c-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2017, 10:36 (GMT) |
Fix T49826: NEW-DEPSGRAPH - Texture is not updated after changing its space color The issue was caused by image ID nodes not being in the depsgraph. Now, tricky part: we only add nodes but do not add relations yet. Reasoning: - It's currently important to only call editor's ID update callback to solve the issue, without need to flush changes somewhere deeper. - Adding relations might cause some unwanted updates, so will leave that for a later investigation. |
Commit Details:
Full Hash: 71d48a44a5a3a7c9cf8a31cb653f2567a32e4cf2
Parent Commit: 7d9be2f
Lines Changed: +30, -2