Blender Git Loki
Git Commits -> Revision 9c493ca
Revision 9c493ca by Sergey Sharybin (master) January 24, 2018, 14:04 (GMT) |
Depsgraph: Add missing synchronize code to scene The issue here is that we can not duplicate the whole datablock since we use view layer pointers in depsgraph callbacks. Maybe this whole chunk of code belongs to somewhere else, or maybe we can find a smart solution to avoid need of CoW pointers passed to the evaluation functions. This fixes lack of viewport update when toggling collection enabled flag. |
Commit Details:
Full Hash: 9c493ca378d3458881750f046bdb170affcae133
Parent Commit: 56a3361
Lines Changed: +136, -27
1 Modified Path:
/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc (+136, -27) (Diff)