From 872d09b3f36506b2572547765005ef254248e339 Mon Sep 17 00:00:00 2001 From: Simon Wendsche Date: Mon, 29 Apr 2019 10:57:28 +0200 Subject: [PATCH] follow Luxcore's new minimum of 1.0 sun relsize --- properties/light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties/light.py b/properties/light.py index f7bdd6db..13964c73 100644 --- a/properties/light.py +++ b/properties/light.py @@ -115,7 +115,7 @@ def update_is_laser(self, context): description=TURBIDITY_DESC) # sun - relsize = FloatProperty(name="Relative Size", default=1, min=0.05, + relsize = FloatProperty(name="Relative Size", default=1, min=1, description=RELSIZE_DESC) # The image property has different names on different lights: