Cycles / Test:

* Enable progressive flag, tiles are not working properly (Image gets brighter with more samples and no visible updates until all tiles are finished).
This commit is contained in:
Thomas Dinges
2012-09-14 13:11:48 +00:00
parent c849928d1c
commit 51077ea97a

View File

@@ -272,6 +272,9 @@ static void options_parse(int argc, const char **argv)
options.scene_params.shadingsystem = SceneParams::OSL;
else if(ssname == "svm")
options.scene_params.shadingsystem = SceneParams::SVM;
/* Progressive rendering */
options.session_params.progressive = true;
/* find matching device */
DeviceType device_type = Device::type_from_string(devicename.c_str());