Fix T42178: Cycles Film Exposure not triggering Viewport update

This commit is contained in:
Sergey Sharybin 2014-10-21 14:08:05 +02:00
parent 282315d991
commit 5e2f3c0102
Notes: blender-bot 2023-02-14 09:57:48 +01:00
Referenced by issue #42178, Cycles Film Exposure not triggering Viewport update
1 changed files with 2 additions and 1 deletions

View File

@ -277,7 +277,8 @@ bool Scene::need_reset()
|| shader_manager->need_update
|| particle_system_manager->need_update
|| curve_system_manager->need_update
|| bake_manager->need_update);
|| bake_manager->need_update
|| film->need_update);
}
void Scene::reset()