Merge branch 'master' into blender2.8

This commit is contained in:
2017-05-03 18:33:02 +02:00
91 changed files with 2844 additions and 2182 deletions

View File

@@ -191,8 +191,12 @@ void ED_render_engine_changed(Main *bmain)
RE_FreePersistentData();
for (scene = bmain->scene.first; scene; scene = scene->id.next)
for (scene = bmain->scene.first; scene; scene = scene->id.next) {
ED_render_id_flush_update(bmain, &scene->id);
if (scene->nodetree) {
ntreeCompositUpdateRLayers(scene->nodetree);
}
}
}
/***************************** Updates ***********************************