Fix T60119: incorrect filter size in new scenes.

This commit is contained in:
Brecht Van Lommel
2019-01-03 15:59:01 +01:00
parent 8e9c16b0cf
commit 407272d158

View File

@@ -590,6 +590,7 @@ void BKE_scene_init(Scene *sce)
*/
sce->r.color_mgt_flag |= R_COLOR_MANAGEMENT;
sce->r.gauss = 1.5;
sce->r.dither_intensity = 1.0f;
sce->r.bake_mode = 0;