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:
authormano-wii <germano.costa@ig.com.br>2018-11-19 14:03:06 +0300
committermano-wii <germano.costa@ig.com.br>2018-11-19 14:05:22 +0300
commitd2560dc614fd07b5b69cba4acd3c75cb9c8e473b (patch)
treec411d7f6995e2b07311e2d166dd24f01b220ce4b /source/blender/blenkernel/intern/studiolight.c
parent6647e2c71e9a50791c2f7550fcdf4c4c75c701f6 (diff)
LOOKDEV: disable STUDIOLIGHT_SPHERICAL_HARMONICS_WINDOWING
This option is causing the texture to become full of nan(ind)s. I don't know how it worked before. Until this is resolved, this feature (which improves the quality of LOOKDEV's irradiance texture) will be disabled.
Diffstat (limited to 'source/blender/blenkernel/intern/studiolight.c')
-rw-r--r--source/blender/blenkernel/intern/studiolight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/studiolight.c b/source/blender/blenkernel/intern/studiolight.c
index df5cc7551aa..839c63b0e3f 100644
--- a/source/blender/blenkernel/intern/studiolight.c
+++ b/source/blender/blenkernel/intern/studiolight.c
@@ -75,7 +75,7 @@ static int last_studiolight_id = 0;
#define STUDIOLIGHT_IRRADIANCE_METHOD STUDIOLIGHT_IRRADIANCE_METHOD_SPHERICAL_HARMONICS
#if STUDIOLIGHT_SPHERICAL_HARMONICS_LEVEL == 2
-# define STUDIOLIGHT_SPHERICAL_HARMONICS_WINDOWING
+//# define STUDIOLIGHT_SPHERICAL_HARMONICS_WINDOWING
#endif
/*