Fix T66111: animated lights not updating in Cycles

This commit is contained in:
2019-06-26 14:28:26 +02:00
parent 6d64565524
commit 4f386999ea
3 changed files with 14 additions and 10 deletions

View File

@@ -1437,9 +1437,6 @@ void BlenderSync::sync_shaders(BL::Depsgraph &b_depsgraph)
sync_world(b_depsgraph, auto_refresh_update);
sync_lights(b_depsgraph, auto_refresh_update);
sync_materials(b_depsgraph, auto_refresh_update);
/* false = don't delete unused shaders, not supported */
shader_map.post_sync(false);
}
CCL_NAMESPACE_END