Fix T38134: cycles viewport render not updating when adding a world volume shader.

This commit is contained in:
Brecht Van Lommel 2014-01-08 23:12:54 +01:00
parent 55f7a4aebc
commit 2d073bbf21

@ -987,6 +987,7 @@ void BlenderSync::sync_world(bool update_all)
shader->set_graph(graph);
shader->tag_update(scene);
background->tag_update(scene);
}
PointerRNA cscene = RNA_pointer_get(&b_scene.ptr, "cycles");