Blender Git Loki
Git Commits -> Revision 647255d
Revision 647255d by Sergey Sharybin (master) November 3, 2016, 10:31 (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: 647255db939596b1b51e88f40e28086f92caf281
Parent Commit: fc1b35e
Lines Changed: +30, -2