Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_280.c
| Context not available. | |||||
| copy_v3_fl(scene->eevee.bloom_color, 1.0f); | copy_v3_fl(scene->eevee.bloom_color, 1.0f); | ||||
| scene->eevee.bloom_threshold = 0.8f; | scene->eevee.bloom_threshold = 0.8f; | ||||
| scene->eevee.bloom_knee = 0.5f; | scene->eevee.bloom_knee = 0.5f; | ||||
| scene->eevee.bloom_intensity = 0.8f; | scene->eevee.bloom_intensity = 0.05f; | ||||
| scene->eevee.bloom_radius = 6.5f; | scene->eevee.bloom_radius = 6.5f; | ||||
| scene->eevee.bloom_clamp = 1.0f; | scene->eevee.bloom_clamp = 0.0f; | ||||
| scene->eevee.motion_blur_samples = 8; | scene->eevee.motion_blur_samples = 8; | ||||
| scene->eevee.motion_blur_shutter = 1.0f; | scene->eevee.motion_blur_shutter = 0.5f; | ||||
| scene->eevee.shadow_method = SHADOW_ESM; | scene->eevee.shadow_method = SHADOW_ESM; | ||||
| scene->eevee.shadow_cube_size = 512; | scene->eevee.shadow_cube_size = 512; | ||||
| Context not available. | |||||