Blender Git Loki
Git Commits -> Revision 3beb833
Revision 3beb833 by Sergey Sharybin (depsgraph_refactor) March 4, 2015, 15:11 (GMT) |
Depsgraph: Quick and ugly fix for missing updates in the viewport Previously viewport will skip updates on changing lamp/materials because old system wasn't really working good enough with drivers using variables from node tree. Now it just works, but it's quite tricky to know if viewport needs to be updated or not, so let's just update it if new depsgraph is used. Could become more granular later. |
Commit Details:
Full Hash: 3beb83327fa0d1555732b0b0b625c4e971225a48
Parent Commit: 1905e0b
Lines Changed: +8, -2