From 6aa8e130eff59059886e203ff95221609f63b222 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 6 Jul 2018 19:59:17 +0200 Subject: Update for renaming lamp to light. --- measureit/measureit_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'measureit') diff --git a/measureit/measureit_main.py b/measureit/measureit_main.py index c85de95d..c726cff8 100644 --- a/measureit/measureit_main.py +++ b/measureit/measureit_main.py @@ -1344,7 +1344,7 @@ class AddLinkButton(Operator): if o is None: return False else: - if o.type == "MESH" or o.type == "EMPTY" or o.type == "CAMERA" or o.type == "LAMP": + if o.type == "MESH" or o.type == "EMPTY" or o.type == "CAMERA" or o.type == "LIGHT": if bpy.context.mode == 'OBJECT': return True else: @@ -1490,7 +1490,7 @@ class AddOriginButton(Operator): if o is None: return False else: - if o.type == "MESH" or o.type == "EMPTY" or o.type == "CAMERA" or o.type == "LAMP": + if o.type == "MESH" or o.type == "EMPTY" or o.type == "CAMERA" or o.type == "LIGHT": if bpy.context.mode == 'OBJECT': return True else: -- cgit v1.2.3