Cycles Cleanup: Remove unneccessary color management call
This commit is contained in:
@@ -139,10 +139,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;
|
||||
|
||||
/* create sync */
|
||||
|
Reference in New Issue
Block a user