Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton 2018-06-16 15:28:57 +02:00
commit 5600296c9d
1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@ void BlenderSession::create_session()
scene->image_manager->builtin_image_pixels_cb = function_bind(&BlenderSession::builtin_image_pixels, this, _1, _2, _3, _4, _5);
scene->image_manager->builtin_image_float_pixels_cb = function_bind(&BlenderSession::builtin_image_float_pixels, this, _1, _2, _3, _4, _5);
#ifdef WITH_OCIO
scene->film->set_color_config(OCIO_getCurrentConfig());
#endif
session->scene = scene;
/* There is no single depsgraph to use for the entire render.