From 667c868a4bfa755b346613947d602ab6b0b637e8 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 5 Oct 2020 12:30:02 +0200 Subject: Fix `script_load_addons` test (some invalid values passed to property definitions). --- amaranth/render/meshlight_add.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amaranth') diff --git a/amaranth/render/meshlight_add.py b/amaranth/render/meshlight_add.py index a4c4230c..c1ca94a0 100644 --- a/amaranth/render/meshlight_add.py +++ b/amaranth/render/meshlight_add.py @@ -48,7 +48,7 @@ class AMTH_OBJECT_OT_meshlight_add(bpy.types.Operator): name="Temperature", min=800, max=12000.0, default=5500.0, - step=800.0, + step=100.0, description="Temperature in Kelvin. Lower is warmer, higher is colder", ) -- cgit v1.2.3