Fix new EEVEE bloom / motion blur defaults not being applied to startup.blend.

This commit is contained in:
Brecht Van Lommel 2019-02-05 14:01:45 +01:00
parent 07765499ab
commit 4c6e7be44b
1 changed files with 5 additions and 0 deletions

View File

@ -319,6 +319,11 @@ void BLO_update_defaults_startup_blend(Main *bmain, const char *app_template)
/* Rename render layers. */
BKE_view_layer_rename(bmain, scene, scene->view_layers.first, "View Layer");
/* New EEVEE defaults. */
scene->eevee.bloom_intensity = 0.05f;
scene->eevee.bloom_clamp = 0.0f;
scene->eevee.motion_blur_shutter = 0.5f;
}
/* Rename lamp objects. */