Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2017-10-02 17:29:16 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-10-02 19:42:18 +0300
commitdc327e2793ba21df02ee2b7787d35170e92a1521 (patch)
tree793ce2a751bc9e5c43b6a3307771d35f5e868205
parent8b1b7e8d1020fa9e3e6d7361b36219a5596d4e42 (diff)
Eevee : Lamps : Change ESM default exponent.
Users are thinking that ESM are not soft because of the default value.
-rw-r--r--source/blender/blenkernel/intern/lamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/lamp.c b/source/blender/blenkernel/intern/lamp.c
index b8626535893..a9c85376a48 100644
--- a/source/blender/blenkernel/intern/lamp.c
+++ b/source/blender/blenkernel/intern/lamp.c
@@ -69,7 +69,7 @@ void BKE_lamp_init(Lamp *la)
la->bufsize = 512;
la->clipsta = 0.5f;
la->clipend = 40.0f;
- la->bleedexp = 120.0f;
+ la->bleedexp = 2.5f;
la->samp = 3;
la->bias = 1.0f;
la->soft = 3.0f;