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:
Diffstat (limited to 'tests/python/eevee_render_tests.py')
-rw-r--r--tests/python/eevee_render_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/eevee_render_tests.py b/tests/python/eevee_render_tests.py
index bd14fadb3b3..8c6f08ae76e 100644
--- a/tests/python/eevee_render_tests.py
+++ b/tests/python/eevee_render_tests.py
@@ -63,7 +63,7 @@ def setup():
collection = bpy.data.collections.new("Reflection")
collection.objects.link(plane)
# Add all lights to light the plane
- if invert == False:
+ if not invert:
for light in bpy.data.objects:
if light.type == 'LIGHT':
collection.objects.link(light)